diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51bc617b0b..17544826bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -638,7 +638,7 @@ zombienet-0005-migrate_solo_to_para: # This job cancels the whole pipeline if any of provided jobs fail. # In a DAG, every jobs chain is executed independently of others. The `fail_fast` principle suggests # to fail the pipeline as soon as possible to shorten the feedback loop. -cancel-pipeline: +.cancel-pipeline: stage: .post needs: - job: test-linux-stable diff --git a/Cargo.lock b/Cargo.lock index c3355b8e59..68c49fd423 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#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "async-trait", @@ -486,6 +486,7 @@ dependencies = [ "sc-finality-grandpa", "sc-keystore", "sc-network", + "sc-network-common", "sc-network-gossip", "sc-utils", "sp-api", @@ -505,7 +506,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -525,7 +526,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "beefy-primitives", "sp-api", @@ -534,7 +535,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "scale-info", @@ -2780,7 +2781,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", ] @@ -2797,7 +2798,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -2820,7 +2821,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "Inflector", "array-bytes", @@ -2871,7 +2872,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2882,7 +2883,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2898,7 +2899,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -2927,7 +2928,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "bitflags", "frame-metadata", @@ -2959,7 +2960,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "Inflector", "cfg-expr", @@ -2973,7 +2974,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2985,7 +2986,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro2", "quote", @@ -2995,7 +2996,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "log", @@ -3013,7 +3014,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -3028,7 +3029,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "sp-api", @@ -3037,7 +3038,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "parity-scale-codec", @@ -5371,7 +5372,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "frame-benchmarking", @@ -5392,7 +5393,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -5409,7 +5410,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5423,7 +5424,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -5439,7 +5440,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -5455,7 +5456,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -5470,7 +5471,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5494,7 +5495,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5514,7 +5515,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5529,7 +5530,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "beefy-primitives", "frame-support", @@ -5545,7 +5546,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "beefy-merkle-tree", @@ -5568,7 +5569,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5586,7 +5587,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5631,7 +5632,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5648,7 +5649,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "bitflags", "frame-benchmarking", @@ -5676,7 +5677,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "bitflags", "parity-scale-codec", @@ -5691,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro2", "quote", @@ -5701,7 +5702,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "jsonrpsee", "pallet-contracts-primitives", @@ -5718,7 +5719,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5731,7 +5732,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5747,7 +5748,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5771,7 +5772,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5784,7 +5785,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5802,7 +5803,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5817,7 +5818,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5840,7 +5841,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5856,7 +5857,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5876,7 +5877,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5893,7 +5894,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5910,7 +5911,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5928,7 +5929,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5943,7 +5944,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -5958,7 +5959,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -5975,7 +5976,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5995,7 +5996,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "sp-api", @@ -6005,7 +6006,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -6022,7 +6023,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6045,7 +6046,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6061,7 +6062,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6076,7 +6077,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -6090,7 +6091,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6105,7 +6106,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6121,7 +6122,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -6142,7 +6143,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6158,7 +6159,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -6172,7 +6173,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6195,7 +6196,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6206,7 +6207,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "log", "sp-arithmetic", @@ -6215,7 +6216,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -6244,7 +6245,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6262,7 +6263,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6281,7 +6282,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-support", "frame-system", @@ -6297,7 +6298,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6312,7 +6313,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6323,7 +6324,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6340,7 +6341,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6355,7 +6356,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -6371,7 +6372,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-benchmarking", "frame-support", @@ -8912,7 +8913,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "env_logger", "jsonrpsee", @@ -9288,7 +9289,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "log", "sp-core", @@ -9299,7 +9300,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "futures", @@ -9326,7 +9327,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "futures-timer", @@ -9349,7 +9350,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9365,7 +9366,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -9382,7 +9383,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9393,7 +9394,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "chrono", @@ -9411,6 +9412,7 @@ dependencies = [ "sc-client-db", "sc-keystore", "sc-network", + "sc-network-common", "sc-service", "sc-telemetry", "sc-tracing", @@ -9432,7 +9434,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "fnv", "futures", @@ -9460,7 +9462,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "hash-db", "kvdb", @@ -9485,7 +9487,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "futures", @@ -9509,7 +9511,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "futures", @@ -9538,7 +9540,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "fork-tree", @@ -9580,7 +9582,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "jsonrpsee", @@ -9602,7 +9604,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9615,7 +9617,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "futures", @@ -9639,7 +9641,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "lazy_static", "lru 0.7.8", @@ -9666,7 +9668,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "environmental", "parity-scale-codec", @@ -9682,7 +9684,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "log", "parity-scale-codec", @@ -9697,7 +9699,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9717,7 +9719,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "ahash", "array-bytes", @@ -9758,7 +9760,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "finality-grandpa", "futures", @@ -9779,7 +9781,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "ansi_term", "futures", @@ -9796,7 +9798,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "async-trait", @@ -9811,7 +9813,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "async-trait", @@ -9858,7 +9860,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "cid", "futures", @@ -9878,13 +9880,15 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "bitflags", "bytes", "futures", + "futures-timer", "libp2p", + "linked_hash_set", "parity-scale-codec", "prost-build 0.10.4", "sc-consensus", @@ -9895,13 +9899,14 @@ dependencies = [ "sp-consensus", "sp-finality-grandpa", "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "ahash", "futures", @@ -9919,7 +9924,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "futures", @@ -9940,7 +9945,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "fork-tree", @@ -9965,10 +9970,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-network-transactions" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" +dependencies = [ + "array-bytes", + "futures", + "hex", + "libp2p", + "log", + "parity-scale-codec", + "pin-project", + "sc-network-common", + "sc-peerset", + "sp-consensus", + "sp-runtime", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "bytes", @@ -9998,7 +10022,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "libp2p", @@ -10011,7 +10035,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10020,7 +10044,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "hash-db", @@ -10050,7 +10074,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "jsonrpsee", @@ -10073,7 +10097,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "jsonrpsee", @@ -10086,7 +10110,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "directories", @@ -10114,6 +10138,7 @@ dependencies = [ "sc-network-common", "sc-network-light", "sc-network-sync", + "sc-network-transactions", "sc-offchain", "sc-rpc", "sc-rpc-server", @@ -10155,7 +10180,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "log", "parity-scale-codec", @@ -10169,7 +10194,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10188,7 +10213,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "libc", @@ -10207,7 +10232,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "chrono", "futures", @@ -10225,7 +10250,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "ansi_term", "atty", @@ -10256,7 +10281,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10267,7 +10292,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "futures-timer", @@ -10293,7 +10318,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "log", @@ -10306,7 +10331,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "futures-timer", @@ -10822,7 +10847,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "hash-db", "log", @@ -10840,7 +10865,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "blake2", "proc-macro-crate", @@ -10852,7 +10877,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "scale-info", @@ -10865,7 +10890,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "integer-sqrt", "num-traits", @@ -10880,7 +10905,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "scale-info", @@ -10893,7 +10918,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "parity-scale-codec", @@ -10905,7 +10930,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "sp-api", @@ -10917,7 +10942,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "log", @@ -10935,7 +10960,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "futures", @@ -10954,7 +10979,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "parity-scale-codec", @@ -10972,7 +10997,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "merlin", @@ -10995,7 +11020,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "scale-info", @@ -11009,7 +11034,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "scale-info", @@ -11022,7 +11047,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "base58", @@ -11068,7 +11093,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "blake2", "byteorder", @@ -11082,7 +11107,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro2", "quote", @@ -11093,7 +11118,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11102,7 +11127,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro2", "quote", @@ -11112,7 +11137,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "environmental", "parity-scale-codec", @@ -11123,7 +11148,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "finality-grandpa", "log", @@ -11141,7 +11166,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11155,7 +11180,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "bytes", "futures", @@ -11181,7 +11206,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "lazy_static", "sp-core", @@ -11192,7 +11217,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "futures", @@ -11209,7 +11234,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "thiserror", "zstd", @@ -11218,7 +11243,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "log", "parity-scale-codec", @@ -11233,7 +11258,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "scale-info", @@ -11247,7 +11272,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "sp-api", "sp-core", @@ -11257,7 +11282,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "backtrace", "lazy_static", @@ -11267,7 +11292,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "rustc-hash", "serde", @@ -11277,7 +11302,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "either", "hash256-std-hasher", @@ -11300,7 +11325,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11318,7 +11343,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "Inflector", "proc-macro-crate", @@ -11330,7 +11355,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "log", "parity-scale-codec", @@ -11344,7 +11369,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "serde", "serde_json", @@ -11353,7 +11378,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "scale-info", @@ -11367,7 +11392,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "scale-info", @@ -11378,7 +11403,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "hash-db", "log", @@ -11400,12 +11425,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11418,7 +11443,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "log", "sp-core", @@ -11431,7 +11456,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "futures-timer", @@ -11447,7 +11472,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "sp-std", @@ -11459,7 +11484,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "sp-api", "sp-runtime", @@ -11468,7 +11493,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "async-trait", "log", @@ -11484,7 +11509,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "ahash", "hash-db", @@ -11507,7 +11532,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11524,7 +11549,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11535,7 +11560,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "impl-trait-for-tuples", "log", @@ -11548,7 +11573,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11850,7 +11875,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "platforms", ] @@ -11858,7 +11883,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11879,7 +11904,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures-util", "hyper", @@ -11892,7 +11917,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "jsonrpsee", "log", @@ -11913,7 +11938,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "array-bytes", "async-trait", @@ -11939,7 +11964,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11949,7 +11974,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11960,7 +11985,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "ansi_term", "build-helper", @@ -12474,7 +12499,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a0ec652e341f694f182a3c5fcc80d4c3fb280003" +source = "git+https://github.com/paritytech/substrate?branch=master#519fbaae886e2773b37363970433d36cbb47d853" dependencies = [ "clap", "frame-try-runtime", diff --git a/parachain-template/node/src/service.rs b/parachain-template/node/src/service.rs index 84e0fbff3e..a4dda55574 100644 --- a/parachain-template/node/src/service.rs +++ b/parachain-template/node/src/service.rs @@ -289,7 +289,7 @@ where let prometheus_registry = parachain_config.prometheus_registry().cloned(); let transaction_pool = params.transaction_pool.clone(); let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue); - let (network, system_rpc_tx, start_network) = + let (network, system_rpc_tx, tx_handler_controller, start_network) = sc_service::build_network(sc_service::BuildNetworkParams { config: ¶chain_config, client: client.clone(), @@ -327,6 +327,7 @@ where backend: backend.clone(), network: network.clone(), system_rpc_tx, + tx_handler_controller, telemetry: telemetry.as_mut(), })?; diff --git a/polkadot-parachain/src/service.rs b/polkadot-parachain/src/service.rs index 3085804a2b..3519133a5f 100644 --- a/polkadot-parachain/src/service.rs +++ b/polkadot-parachain/src/service.rs @@ -378,7 +378,7 @@ where let prometheus_registry = parachain_config.prometheus_registry().cloned(); let transaction_pool = params.transaction_pool.clone(); let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue); - let (network, system_rpc_tx, start_network) = + let (network, system_rpc_tx, tx_handler_controller, start_network) = sc_service::build_network(sc_service::BuildNetworkParams { config: ¶chain_config, client: client.clone(), @@ -404,6 +404,7 @@ where backend: backend.clone(), network: network.clone(), system_rpc_tx, + tx_handler_controller, telemetry: telemetry.as_mut(), })?; @@ -575,7 +576,7 @@ where let prometheus_registry = parachain_config.prometheus_registry().cloned(); let transaction_pool = params.transaction_pool.clone(); let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue); - let (network, system_rpc_tx, start_network) = + let (network, system_rpc_tx, tx_handler_controller, start_network) = sc_service::build_network(sc_service::BuildNetworkParams { config: ¶chain_config, client: client.clone(), @@ -613,6 +614,7 @@ where backend: backend.clone(), network: network.clone(), system_rpc_tx, + tx_handler_controller, telemetry: telemetry.as_mut(), })?; @@ -1390,7 +1392,7 @@ where let prometheus_registry = parachain_config.prometheus_registry().cloned(); let transaction_pool = params.transaction_pool.clone(); let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue); - let (network, system_rpc_tx, start_network) = + let (network, system_rpc_tx, tx_handler_controller, start_network) = sc_service::build_network(sc_service::BuildNetworkParams { config: ¶chain_config, client: client.clone(), @@ -1428,6 +1430,7 @@ where backend: backend.clone(), network: network.clone(), system_rpc_tx, + tx_handler_controller, telemetry: telemetry.as_mut(), })?; diff --git a/test/service/src/lib.rs b/test/service/src/lib.rs index 53a04d47e6..c211ece81d 100644 --- a/test/service/src/lib.rs +++ b/test/service/src/lib.rs @@ -45,8 +45,8 @@ use frame_system_rpc_runtime_api::AccountNonceApi; use polkadot_primitives::v2::{CollatorPair, Hash as PHash, PersistedValidationData}; use polkadot_service::ProvideRuntimeApi; use sc_client_api::execution_extensions::ExecutionStrategies; -use sc_network::{config::TransportConfig, multiaddr, NetworkService}; -use sc_network_common::service::{NetworkBlock, NetworkStateInfo}; +use sc_network::{multiaddr, NetworkBlock, NetworkService}; +use sc_network_common::{config::TransportConfig, service::NetworkStateInfo}; use sc_service::{ config::{ BlocksPruning, DatabaseSource, KeystoreConfig, MultiaddrWithPeerId, NetworkConfiguration, @@ -257,7 +257,7 @@ where let prometheus_registry = parachain_config.prometheus_registry().cloned(); let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue); - let (network, system_rpc_tx, start_network) = + let (network, system_rpc_tx, tx_handler_controller, start_network) = sc_service::build_network(sc_service::BuildNetworkParams { config: ¶chain_config, client: client.clone(), @@ -284,6 +284,7 @@ where backend, network: network.clone(), system_rpc_tx, + tx_handler_controller, telemetry: None, })?; @@ -628,7 +629,7 @@ pub fn node_config( if nodes_exlusive { network_config.default_peers_set.reserved_nodes = nodes; network_config.default_peers_set.non_reserved_mode = - sc_network::config::NonReservedPeerMode::Deny; + sc_network_common::config::NonReservedPeerMode::Deny; } else { network_config.boot_nodes = nodes; } @@ -653,7 +654,7 @@ pub fn node_config( database: DatabaseSource::RocksDb { path: root.join("db"), cache_size: 128 }, trie_cache_maximum_size: Some(64 * 1024 * 1024), state_pruning: Some(PruningMode::ArchiveAll), - blocks_pruning: BlocksPruning::All, + blocks_pruning: BlocksPruning::KeepAll, chain_spec: spec, wasm_method: WasmExecutionMethod::Interpreted, // NOTE: we enforce the use of the native runtime to make the errors more debuggable