Unverified Commit 1afd6382 authored by Tomasz Drwięga's avatar Tomasz Drwięga
Browse files

Merge branch 'master' into td-mmr

parents cf535c19 8eea1ac9
Pipeline #121823 passed with stages
in 23 minutes and 17 seconds
name: Push release notes to internal release notes channel
name: Send new release notification to matrix channels
on:
release:
types:
- published
jobs:
ping_matrix:
strategy:
matrix:
channel:
- '!LhjZccBOqFNYKLdmbb:polkadot.builders' # #KusamaValidatorLounge:polkadot.builders
- '!FMwxpQnYhRCNDRsYGI:matrix.parity.io' # #kusama-announcements:matrix.parity.io
- '!NZrbtteFeqYKCUGQtr:matrix.parity.io' # #polkadotvalidatorlounge:web3.foundation
- '!UqHPWiCBGZWxrmYBkF:matrix.parity.io' # #polkadot-announcements:matrix.parity.io
- '!NTogofoetwjbTwOoPi:matrix.parity.io' # Internal release-notes channel
runs-on: ubuntu-latest
steps:
- name: Internal Release Notes Channel
uses: s3krit/matrix-message-action@v0.0.3
- uses: s3krit/matrix-message-action@v0.0.3
with:
room_id: ${{ secrets.MATRIX_ROOM_ID }}
room_id: ${{ matrix.channel }} # heh
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
message: "**${{github.event.repository.full_name}}:** A release has been ${{github.event.action}}<br/>Release version [${{github.event.release.tag_name}}](${{github.event.release.html_url}})<br/><br/>***Description:***<br/>${{github.event.release.body}}<br/>"
server: "matrix.parity.io"
- name: Validator Lounge
uses: s3krit/matrix-message-action@v0.0.3
with:
room_id: ${{ secrets.VALIDATOR_LOUNGE_MATRIX_ROOM_ID }}
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>Please update at your earliest convenience.<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>"
server: "matrix.parity.io"
- name: Polkadot Announcements
uses: s3krit/matrix-message-action@v0.0.3
with:
room_id: ${{ secrets.KUSAMA_ANNOUNCEMENTS_MATRIX_ROOM_ID }}
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>Please update at your earliest convenience.<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>"
message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>"
server: "matrix.parity.io"
......@@ -407,7 +407,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "beefy-gadget"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#67142cf0c7aa47dcb10072756a55796da2228722"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8562968045c6116ad73bb1d675605295f1f96548"
dependencies = [
"beefy-primitives",
"futures 0.3.12",
......@@ -431,7 +431,7 @@ dependencies = [
[[package]]
name = "beefy-gadget-rpc"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#67142cf0c7aa47dcb10072756a55796da2228722"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8562968045c6116ad73bb1d675605295f1f96548"
dependencies = [
"beefy-gadget",
"beefy-primitives",
......@@ -452,7 +452,7 @@ dependencies = [
[[package]]
name = "beefy-primitives"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#67142cf0c7aa47dcb10072756a55796da2228722"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8562968045c6116ad73bb1d675605295f1f96548"
dependencies = [
"parity-scale-codec",
"sp-api",
......@@ -1542,7 +1542,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"parity-scale-codec",
]
......@@ -1560,7 +1560,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -1578,7 +1578,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"Inflector",
"chrono",
......@@ -1601,7 +1601,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -1617,7 +1617,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "12.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"parity-scale-codec",
"serde",
......@@ -1628,7 +1628,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"bitflags",
"frame-metadata",
......@@ -1653,7 +1653,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
......@@ -1665,7 +1665,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
......@@ -1677,7 +1677,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
......@@ -1687,7 +1687,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"impl-trait-for-tuples 0.2.0",
......@@ -1703,7 +1703,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -1717,7 +1717,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"parity-scale-codec",
"sp-api",
......@@ -3965,7 +3965,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -3981,7 +3981,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -3996,7 +3996,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4021,7 +4021,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4035,7 +4035,7 @@ dependencies = [
[[package]]
name = "pallet-beefy"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#67142cf0c7aa47dcb10072756a55796da2228722"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8562968045c6116ad73bb1d675605295f1f96548"
dependencies = [
"beefy-primitives",
"frame-support",
......@@ -4050,7 +4050,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4065,7 +4065,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4081,7 +4081,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4096,7 +4096,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4111,7 +4111,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4132,7 +4132,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -4148,7 +4148,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4168,7 +4168,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4185,7 +4185,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -4199,7 +4199,7 @@ dependencies = [
[[package]]
name = "pallet-mmr"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
......@@ -4216,7 +4216,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4232,7 +4232,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -4246,7 +4246,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -4261,7 +4261,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4282,7 +4282,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4298,7 +4298,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -4311,7 +4311,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"enumflags2",
"frame-support",
......@@ -4326,7 +4326,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4341,7 +4341,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -4361,7 +4361,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4377,7 +4377,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -4391,7 +4391,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4413,7 +4413,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
......@@ -4424,7 +4424,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -4438,7 +4438,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4456,7 +4456,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4471,7 +4471,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-support",
"frame-system",
......@@ -4487,7 +4487,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -4504,7 +4504,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
......@@ -4515,7 +4515,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4531,7 +4531,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4547,7 +4547,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -4984,6 +4984,27 @@ dependencies = [
"thiserror",
]
[[package]]
name = "polkadot-approval-distribution"
version = "0.1.0"
dependencies = [
"assert_matches",
"env_logger 0.8.2",
"futures 0.3.12",
"log",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand_core 0.5.1",
"schnorrkel",
"sp-core",
"tracing",
"tracing-futures",
]
[[package]]
name = "polkadot-availability-bitfield-distribution"
version = "0.1.0"
......@@ -5389,6 +5410,7 @@ dependencies = [
"parity-scale-codec",
"polkadot-primitives",
"polkadot-statement-table",
"sp-consensus-slots",
"sp-consensus-vrf",
"sp-core",
"sp-runtime",
......@@ -5791,6 +5813,7 @@ dependencies = [
"pallet-im-online",
"pallet-staking",
"pallet-transaction-payment-rpc-runtime-api",
"polkadot-approval-distribution",
"polkadot-availability-bitfield-distribution",
"polkadot-availability-distribution",
"polkadot-availability-recovery",
......@@ -6858,7 +6881,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"async-trait",
"derive_more",
......@@ -6886,7 +6909,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"futures 0.3.12",
"futures-timer 3.0.2",
......@@ -6909,7 +6932,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"parity-scale-codec",
"sc-client-api",
......@@ -6926,7 +6949,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"impl-trait-for-tuples 0.2.0",
"parity-scale-codec",
......@@ -6947,7 +6970,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
......@@ -6958,7 +6981,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"chrono",
"fdlimit",
......@@ -6996,7 +7019,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"derive_more",
"fnv",
......@@ -7030,7 +7053,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"blake2-rfc",
"hash-db",
......@@ -7060,7 +7083,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"sc-client-api",
"sp-blockchain",
......@@ -7071,7 +7094,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"derive_more",
"fork-tree",
......@@ -7116,7 +7139,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"derive_more",
"futures 0.3.12",
......@@ -7140,7 +7163,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"fork-tree",
"parity-scale-codec",
......@@ -7153,7 +7176,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"futures 0.3.12",
"futures-timer 3.0.2",
......@@ -7179,7 +7202,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"log",
"sc-client-api",
......@@ -7193,7 +7216,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"derive_more",
"lazy_static",
......@@ -7222,7 +7245,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"derive_more",
"parity-scale-codec",
......@@ -7238,7 +7261,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate?branch=master#947a6bc1cc8919d382c193893308ba46e6d6cba7"
source = "git+https://github.com/paritytech/substrate?branch=master#46c510f4bde0eb4178d84adf45dc8568eb79c25d"
dependencies = [
"log",