diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f899e378a..51bc617b0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -411,22 +411,7 @@ benchmarks-assets: - *git-commit-push # create PR to release-parachains-v* branch - curl -u ${GITHUB_USER}:${GITHUB_TOKEN} - -d '{"title":"[benchmarks] Update weights for statemine/t","body":"This PR is generated automatically by CI.","head":"'${BRANCHNAME}'","base":"'${CI_COMMIT_BRANCH}'"}' - -X POST https://api.github.com/repos/paritytech/${CI_PROJECT_NAME}/pulls - # create PR to master - - curl -u ${GITHUB_USER}:${GITHUB_TOKEN} - -d '{"title":"[benchmarks] Update weights for statemine/t","body":"This PR is generated automatically by CI.","head":"'${BRANCHNAME}'","base":"master"}' - -X POST https://api.github.com/repos/paritytech/${CI_PROJECT_NAME}/pulls - # create PR to a branch with version number (e.g. v0.9.270) and release-v* (e.g. release-v0.9.270) - # transform release-parachains-v9270 to v0.9.270 - - export BASEBRANCH=$(echo ${CI_COMMIT_BRANCH} | cut -d "-" -f 3 | sed -e "s/\(.\)\(.\)\(...\)/\10.\2.\3/") - # create PR to v* branch - - curl -u ${GITHUB_USER}:${GITHUB_TOKEN} - -d '{"title":"[benchmarks] Update weights for statemine/t","body":"This PR is generated automatically by CI.","head":"'${BRANCHNAME}'","base":"'${BASEBRANCH}'"}' - -X POST https://api.github.com/repos/paritytech/${CI_PROJECT_NAME}/pulls - # create PR to release-v* branch - - curl -u ${GITHUB_USER}:${GITHUB_TOKEN} - -d '{"title":"[benchmarks] Update weights for statemine/t","body":"This PR is generated automatically by CI.","head":"'${BRANCHNAME}'","base":"'release-${BASEBRANCH}'"}' + -d '{"title":"[benchmarks] Update weights for statemine/t","body":"This PR is generated automatically by CI. (Once merged please backport to master and node release branch.)","head":"'${BRANCHNAME}'","base":"'${CI_COMMIT_BRANCH}'"}' -X POST https://api.github.com/repos/paritytech/${CI_PROJECT_NAME}/pulls after_script: - rm -rf .git/config @@ -669,5 +654,3 @@ cancel-pipeline: PR_NUM: "${PR_NUM}" trigger: project: "parity/infrastructure/ci_cd/pipeline-stopper" - - diff --git a/Cargo.lock b/Cargo.lock index 4ab6cc3329..c3355b8e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "async-trait", @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -525,7 +525,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "beefy-primitives", "sp-api", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "scale-info", @@ -1995,7 +1995,6 @@ dependencies = [ "async-trait", "cumulus-primitives-core", "cumulus-relay-chain-interface", - "cumulus-test-service", "futures", "futures-timer", "polkadot-cli", @@ -2781,7 +2780,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", ] @@ -2798,7 +2797,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -2821,7 +2820,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "Inflector", "array-bytes", @@ -2872,7 +2871,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2883,7 +2882,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2899,7 +2898,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -2928,7 +2927,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "bitflags", "frame-metadata", @@ -2960,7 +2959,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "Inflector", "cfg-expr", @@ -2974,7 +2973,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2986,7 +2985,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro2", "quote", @@ -2996,7 +2995,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "log", @@ -3014,7 +3013,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -3029,7 +3028,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "sp-api", @@ -3038,7 +3037,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "parity-scale-codec", @@ -5372,7 +5371,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "frame-benchmarking", @@ -5393,7 +5392,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -5410,7 +5409,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5424,7 +5423,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -5440,7 +5439,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -5456,7 +5455,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -5471,7 +5470,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5495,7 +5494,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5515,7 +5514,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5530,7 +5529,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "beefy-primitives", "frame-support", @@ -5546,7 +5545,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "beefy-merkle-tree", @@ -5569,7 +5568,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5587,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5632,7 +5631,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5649,7 +5648,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "bitflags", "frame-benchmarking", @@ -5677,7 +5676,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "bitflags", "parity-scale-codec", @@ -5692,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro2", "quote", @@ -5702,7 +5701,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "jsonrpsee", "pallet-contracts-primitives", @@ -5719,7 +5718,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5732,7 +5731,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5748,7 +5747,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5772,7 +5771,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5785,7 +5784,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5803,7 +5802,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5818,7 +5817,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5841,7 +5840,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5857,7 +5856,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5877,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5894,7 +5893,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5911,7 +5910,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5929,7 +5928,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5944,7 +5943,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -5959,7 +5958,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -5976,7 +5975,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5996,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "sp-api", @@ -6006,7 +6005,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -6023,7 +6022,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6046,7 +6045,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6062,7 +6061,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6077,7 +6076,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -6091,7 +6090,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6106,7 +6105,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6122,7 +6121,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -6143,7 +6142,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6159,7 +6158,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -6173,7 +6172,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6196,7 +6195,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6207,7 +6206,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "log", "sp-arithmetic", @@ -6216,7 +6215,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -6245,7 +6244,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6263,7 +6262,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6282,7 +6281,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-support", "frame-system", @@ -6298,7 +6297,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6313,7 +6312,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6324,7 +6323,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6341,7 +6340,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6356,7 +6355,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -6372,7 +6371,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-benchmarking", "frame-support", @@ -8913,7 +8912,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "env_logger", "jsonrpsee", @@ -9289,7 +9288,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "log", "sp-core", @@ -9300,7 +9299,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "futures", @@ -9327,7 +9326,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "futures-timer", @@ -9350,7 +9349,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9366,7 +9365,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -9383,7 +9382,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9394,7 +9393,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "chrono", @@ -9433,7 +9432,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "fnv", "futures", @@ -9461,7 +9460,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "hash-db", "kvdb", @@ -9486,7 +9485,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "futures", @@ -9510,7 +9509,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "futures", @@ -9539,7 +9538,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "fork-tree", @@ -9581,7 +9580,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "jsonrpsee", @@ -9603,7 +9602,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9616,7 +9615,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "futures", @@ -9634,14 +9633,13 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-timestamp", "thiserror", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "lazy_static", "lru 0.7.8", @@ -9668,7 +9666,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "environmental", "parity-scale-codec", @@ -9684,7 +9682,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "log", "parity-scale-codec", @@ -9699,7 +9697,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9719,7 +9717,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "ahash", "array-bytes", @@ -9760,7 +9758,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "finality-grandpa", "futures", @@ -9781,7 +9779,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "ansi_term", "futures", @@ -9798,7 +9796,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "async-trait", @@ -9813,7 +9811,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "async-trait", @@ -9860,7 +9858,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "cid", "futures", @@ -9880,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "bitflags", @@ -9903,7 +9901,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "ahash", "futures", @@ -9921,7 +9919,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "futures", @@ -9942,7 +9940,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "fork-tree", @@ -9970,7 +9968,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "bytes", @@ -10000,7 +9998,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "libp2p", @@ -10013,7 +10011,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10022,7 +10020,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "hash-db", @@ -10052,7 +10050,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "jsonrpsee", @@ -10075,7 +10073,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "jsonrpsee", @@ -10088,7 +10086,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "directories", @@ -10157,7 +10155,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "log", "parity-scale-codec", @@ -10171,7 +10169,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10190,7 +10188,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "libc", @@ -10209,7 +10207,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "chrono", "futures", @@ -10227,7 +10225,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "ansi_term", "atty", @@ -10258,7 +10256,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10269,7 +10267,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "futures-timer", @@ -10295,7 +10293,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "log", @@ -10308,7 +10306,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "futures-timer", @@ -10824,7 +10822,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "hash-db", "log", @@ -10842,7 +10840,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "blake2", "proc-macro-crate", @@ -10854,7 +10852,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "scale-info", @@ -10867,7 +10865,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "integer-sqrt", "num-traits", @@ -10882,7 +10880,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "scale-info", @@ -10895,7 +10893,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "parity-scale-codec", @@ -10907,7 +10905,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "sp-api", @@ -10919,7 +10917,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "log", @@ -10937,7 +10935,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "futures", @@ -10956,7 +10954,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "parity-scale-codec", @@ -10974,7 +10972,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "merlin", @@ -10997,7 +10995,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "scale-info", @@ -11011,7 +11009,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "scale-info", @@ -11024,7 +11022,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "base58", @@ -11070,7 +11068,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "blake2", "byteorder", @@ -11084,7 +11082,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro2", "quote", @@ -11095,7 +11093,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11104,7 +11102,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro2", "quote", @@ -11114,7 +11112,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "environmental", "parity-scale-codec", @@ -11125,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "finality-grandpa", "log", @@ -11143,7 +11141,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11157,7 +11155,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "bytes", "futures", @@ -11183,7 +11181,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "lazy_static", "sp-core", @@ -11194,7 +11192,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "futures", @@ -11211,7 +11209,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "thiserror", "zstd", @@ -11220,7 +11218,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "log", "parity-scale-codec", @@ -11235,7 +11233,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "scale-info", @@ -11249,7 +11247,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "sp-api", "sp-core", @@ -11259,7 +11257,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "backtrace", "lazy_static", @@ -11269,7 +11267,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "rustc-hash", "serde", @@ -11279,7 +11277,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "either", "hash256-std-hasher", @@ -11302,7 +11300,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11320,7 +11318,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "Inflector", "proc-macro-crate", @@ -11332,7 +11330,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "log", "parity-scale-codec", @@ -11346,7 +11344,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "serde", "serde_json", @@ -11355,7 +11353,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "scale-info", @@ -11369,7 +11367,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "scale-info", @@ -11380,7 +11378,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "hash-db", "log", @@ -11402,12 +11400,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11420,7 +11418,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "log", "sp-core", @@ -11433,7 +11431,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "futures-timer", @@ -11449,7 +11447,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "sp-std", @@ -11461,7 +11459,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "sp-api", "sp-runtime", @@ -11470,7 +11468,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "async-trait", "log", @@ -11486,7 +11484,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "ahash", "hash-db", @@ -11509,7 +11507,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11526,7 +11524,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11537,7 +11535,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "impl-trait-for-tuples", "log", @@ -11550,7 +11548,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11852,7 +11850,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "platforms", ] @@ -11860,7 +11858,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11881,7 +11879,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures-util", "hyper", @@ -11894,7 +11892,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "jsonrpsee", "log", @@ -11915,7 +11913,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "array-bytes", "async-trait", @@ -11941,7 +11939,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11951,7 +11949,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11962,7 +11960,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "ansi_term", "build-helper", @@ -12476,7 +12474,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cc4d5cc8654d280f03a13421669ba03632e14aa7" +source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" dependencies = [ "clap", "frame-try-runtime", diff --git a/Cargo.toml b/Cargo.toml index d4497a7767..487fc124da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ members = [ "primitives/parachain-inherent", "primitives/timestamp", "primitives/utility", - "polkadot-parachain/", + "polkadot-parachain", "parachains/common", "parachains/pallets/parachain-info", "parachains/pallets/ping", diff --git a/client/consensus/aura/src/lib.rs b/client/consensus/aura/src/lib.rs index f88bca38d4..1be562e37c 100644 --- a/client/consensus/aura/src/lib.rs +++ b/client/consensus/aura/src/lib.rs @@ -201,7 +201,6 @@ where let info = SlotInfo::new( inherent_data_providers.slot(), - inherent_data_providers.timestamp(), inherent_data, self.slot_duration.as_duration(), parent.clone(), diff --git a/client/relay-chain-inprocess-interface/Cargo.toml b/client/relay-chain-inprocess-interface/Cargo.toml index c8d5b93a2d..05d237ad9c 100644 --- a/client/relay-chain-inprocess-interface/Cargo.toml +++ b/client/relay-chain-inprocess-interface/Cargo.toml @@ -42,6 +42,3 @@ sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master # Polkadot polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } - -# Cumulus -cumulus-test-service = { path = "../../test/service" } diff --git a/client/service/src/lib.rs b/client/service/src/lib.rs index 600e1fcf44..269112b162 100644 --- a/client/service/src/lib.rs +++ b/client/service/src/lib.rs @@ -125,9 +125,8 @@ where task_manager .spawn_essential_handle() .spawn("cumulus-pov-recovery", None, pov_recovery.run()); - cumulus_client_collator::start_collator(cumulus_client_collator::StartCollatorParams { - runtime_api: client.clone(), + runtime_api: client, block_status, announce_block, overseer_handle, diff --git a/pallets/parachain-system/proc-macro/Cargo.toml b/pallets/parachain-system/proc-macro/Cargo.toml index 3debfc3ef3..1e9937d0c8 100644 --- a/pallets/parachain-system/proc-macro/Cargo.toml +++ b/pallets/parachain-system/proc-macro/Cargo.toml @@ -9,7 +9,7 @@ description = "Proc macros provided by the parachain-system pallet" proc-macro = true [dependencies] -syn = "1.0.99" +syn = "1.0.100" proc-macro2 = "1.0.43" quote = "1.0.21" proc-macro-crate = "1.2.1" diff --git a/pallets/xcm/Cargo.toml b/pallets/xcm/Cargo.toml index 36a8e433f2..4d1a38da17 100644 --- a/pallets/xcm/Cargo.toml +++ b/pallets/xcm/Cargo.toml @@ -30,5 +30,6 @@ std = [ "sp-runtime/std", "frame-support/std", "frame-system/std", + "xcm/std", ] try-runtime = ["frame-support/try-runtime"] diff --git a/parachain-template/node/src/service.rs b/parachain-template/node/src/service.rs index f57411642b..84e0fbff3e 100644 --- a/parachain-template/node/src/service.rs +++ b/parachain-template/node/src/service.rs @@ -427,15 +427,15 @@ pub fn parachain_build_import_queue( block_import: client.clone(), client: client.clone(), create_inherent_data_providers: move |_, _| async move { - let time = sp_timestamp::InherentDataProvider::from_system_time(); + let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); let slot = sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_slot_duration( - *time, + *timestamp, slot_duration, ); - Ok((time, slot)) + Ok((slot, timestamp)) }, registry: config.prometheus_registry(), spawner: &task_manager.spawn_essential_handle(), @@ -494,11 +494,11 @@ pub async fn start_parachain_node( &validation_data, id, ).await; - let time = sp_timestamp::InherentDataProvider::from_system_time(); + let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); let slot = sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_slot_duration( - *time, + *timestamp, slot_duration, ); @@ -507,7 +507,7 @@ pub async fn start_parachain_node( "Failed to create parachain inherent", ) })?; - Ok((time, slot, parachain_inherent)) + Ok((slot, timestamp, parachain_inherent)) } }, block_import: client.clone(), diff --git a/parachains/common/Cargo.toml b/parachains/common/Cargo.toml index 041f02a73d..46c5704d9b 100644 --- a/parachains/common/Cargo.toml +++ b/parachains/common/Cargo.toml @@ -63,5 +63,7 @@ std = [ "sp-std/std", "pallet-collator-selection/std", "cumulus-primitives-utility/std", + "xcm/std", + "xcm-executor/std", "xcm-builder/std" ] diff --git a/parachains/pallets/ping/Cargo.toml b/parachains/pallets/ping/Cargo.toml index 00c17d6567..60a8eed188 100644 --- a/parachains/pallets/ping/Cargo.toml +++ b/parachains/pallets/ping/Cargo.toml @@ -30,4 +30,5 @@ std = [ "sp-runtime/std", "frame-support/std", "frame-system/std", + "xcm/std", ] diff --git a/parachains/runtimes/assets/statemine/src/weights/pallet_proxy.rs b/parachains/runtimes/assets/statemine/src/weights/pallet_proxy.rs index 55b51e8c7c..ff2d24e4c6 100644 --- a/parachains/runtimes/assets/statemine/src/weights/pallet_proxy.rs +++ b/parachains/runtimes/assets/statemine/src/weights/pallet_proxy.rs @@ -138,7 +138,7 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. - fn anonymous(p: u32, ) -> Weight { + fn create_pure(p: u32, ) -> Weight { Weight::from_ref_time(31_472_000 as u64) // Standard Error: 2_000 .saturating_add(Weight::from_ref_time(21_000 as u64).saturating_mul(p as u64)) @@ -147,7 +147,7 @@ impl pallet_proxy::WeightInfo for WeightInfo { } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. - fn kill_anonymous(p: u32, ) -> Weight { + fn kill_pure(p: u32, ) -> Weight { Weight::from_ref_time(24_620_000 as u64) // Standard Error: 2_000 .saturating_add(Weight::from_ref_time(85_000 as u64).saturating_mul(p as u64)) diff --git a/parachains/runtimes/assets/statemint/src/weights/pallet_proxy.rs b/parachains/runtimes/assets/statemint/src/weights/pallet_proxy.rs index 1f07febb57..b58c456557 100644 --- a/parachains/runtimes/assets/statemint/src/weights/pallet_proxy.rs +++ b/parachains/runtimes/assets/statemint/src/weights/pallet_proxy.rs @@ -138,7 +138,7 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. - fn anonymous(p: u32, ) -> Weight { + fn create_pure(p: u32, ) -> Weight { Weight::from_ref_time(30_378_000 as u64) // Standard Error: 2_000 .saturating_add(Weight::from_ref_time(16_000 as u64).saturating_mul(p as u64)) @@ -147,7 +147,7 @@ impl pallet_proxy::WeightInfo for WeightInfo { } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. - fn kill_anonymous(p: u32, ) -> Weight { + fn kill_pure(p: u32, ) -> Weight { Weight::from_ref_time(23_977_000 as u64) // Standard Error: 2_000 .saturating_add(Weight::from_ref_time(76_000 as u64).saturating_mul(p as u64)) diff --git a/parachains/runtimes/assets/westmint/src/weights/pallet_proxy.rs b/parachains/runtimes/assets/westmint/src/weights/pallet_proxy.rs index fc72d28e91..92c3bd17d8 100644 --- a/parachains/runtimes/assets/westmint/src/weights/pallet_proxy.rs +++ b/parachains/runtimes/assets/westmint/src/weights/pallet_proxy.rs @@ -138,7 +138,7 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. - fn anonymous(p: u32, ) -> Weight { + fn create_pure(p: u32, ) -> Weight { Weight::from_ref_time(31_575_000 as u64) // Standard Error: 2_000 .saturating_add(Weight::from_ref_time(35_000 as u64).saturating_mul(p as u64)) @@ -147,7 +147,7 @@ impl pallet_proxy::WeightInfo for WeightInfo { } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. - fn kill_anonymous(p: u32, ) -> Weight { + fn kill_pure(p: u32, ) -> Weight { Weight::from_ref_time(24_640_000 as u64) // Standard Error: 2_000 .saturating_add(Weight::from_ref_time(80_000 as u64).saturating_mul(p as u64)) diff --git a/parachains/runtimes/collectives/collectives-polkadot/src/weights/pallet_proxy.rs b/parachains/runtimes/collectives/collectives-polkadot/src/weights/pallet_proxy.rs index eb316a0864..4172fdd49f 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/src/weights/pallet_proxy.rs +++ b/parachains/runtimes/collectives/collectives-polkadot/src/weights/pallet_proxy.rs @@ -138,7 +138,7 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. - fn anonymous(p: u32, ) -> Weight { + fn create_pure(p: u32, ) -> Weight { Weight::from_ref_time(29_260_000 as u64) // Standard Error: 2_000 .saturating_add(Weight::from_ref_time(38_000 as u64).saturating_mul(p as u64)) @@ -147,7 +147,7 @@ impl pallet_proxy::WeightInfo for WeightInfo { } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. - fn kill_anonymous(p: u32, ) -> Weight { + fn kill_pure(p: u32, ) -> Weight { Weight::from_ref_time(23_012_000 as u64) // Standard Error: 2_000 .saturating_add(Weight::from_ref_time(97_000 as u64).saturating_mul(p as u64)) diff --git a/polkadot-parachain/src/service.rs b/polkadot-parachain/src/service.rs index 2bdeed82b1..3085804a2b 100644 --- a/polkadot-parachain/src/service.rs +++ b/polkadot-parachain/src/service.rs @@ -722,7 +722,7 @@ pub fn rococo_parachain_build_import_queue( slot_duration, ); - Ok((timestamp, slot)) + Ok((slot, timestamp)) }, registry: config.prometheus_registry(), spawner: &task_manager.spawn_essential_handle(), @@ -797,7 +797,7 @@ pub async fn start_rococo_parachain_node( ) })?; - Ok((timestamp, slot, parachain_inherent)) + Ok((slot, timestamp, parachain_inherent)) } }, block_import: client.clone(), @@ -1096,7 +1096,7 @@ where slot_duration, ); - Ok((timestamp, slot)) + Ok((slot, timestamp)) }, telemetry: telemetry_handle, }, @@ -1223,7 +1223,7 @@ where ) })?; - Ok((timestamp, slot, parachain_inherent)) + Ok((slot, timestamp, parachain_inherent)) } }, block_import: client2.clone(), @@ -1537,7 +1537,7 @@ pub fn contracts_rococo_build_import_queue( slot_duration, ); - Ok((timestamp, slot)) + Ok((slot, timestamp)) }, registry: config.prometheus_registry(), spawner: &task_manager.spawn_essential_handle(), @@ -1611,7 +1611,7 @@ pub async fn start_contracts_rococo_node( ) })?; - Ok((timestamp, slot, parachain_inherent)) + Ok((slot, timestamp, parachain_inherent)) } }, block_import: client.clone(), diff --git a/primitives/utility/Cargo.toml b/primitives/utility/Cargo.toml index 29d0f9568a..8a2f6128fc 100644 --- a/primitives/utility/Cargo.toml +++ b/primitives/utility/Cargo.toml @@ -41,5 +41,7 @@ std = [ "polkadot-parachain/std", "polkadot-primitives/std", "cumulus-primitives-core/std", + "xcm/std", + "xcm-builder/std", "xcm-executor/std", ]