diff --git a/Cargo.lock b/Cargo.lock index 4111900502..13da7074fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -159,9 +159,9 @@ checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21" [[package]] name = "assert_cmd" -version = "2.0.5" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5c2ca00549910ec251e3bd15f87aeeb206c9456b9a77b43ff6c97c54042a472" +checksum = "93ae1ddd39efd67689deb1979d80bad3bf7f2b09c6e6117c8d1f2443b5e2f83e" dependencies = [ "bstr", "doc-comment", @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "async-trait", @@ -506,7 +506,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "beefy-primitives", "sp-api", @@ -536,7 +536,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "scale-info", @@ -989,9 +989,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.17" +version = "4.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06badb543e734a2d6568e19a40af66ed5364360b9226184926f89d229b4b4267" +checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b" dependencies = [ "atty", "bitflags", @@ -1004,9 +1004,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.13" +version = "4.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42f169caba89a7d512b5418b09864543eeb4d497416c917d7137863bd2076ad" +checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3" dependencies = [ "heck", "proc-macro-error", @@ -1085,7 +1085,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", @@ -1181,7 +1181,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-runtime-common", "scale-info", "smallvec", @@ -1521,7 +1521,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 4.0.17", + "clap 4.0.18", "parity-scale-codec", "sc-chain-spec", "sc-cli", @@ -1647,7 +1647,7 @@ dependencies = [ "parking_lot 0.12.1", "polkadot-client", "polkadot-node-primitives", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "polkadot-service", "polkadot-test-client", @@ -1768,7 +1768,7 @@ dependencies = [ "lazy_static", "log", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "sc-client-api", "scale-info", "sp-core", @@ -1881,7 +1881,7 @@ version = "0.1.0" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "sp-api", "sp-runtime", @@ -2073,7 +2073,7 @@ dependencies = [ "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "sc-block-builder", "sc-consensus", @@ -2147,7 +2147,7 @@ name = "cumulus-test-service" version = "0.1.0" dependencies = [ "async-trait", - "clap 4.0.17", + "clap 4.0.18", "criterion", "cumulus-client-cli", "cumulus-client-consensus-common", @@ -2802,7 +2802,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", ] @@ -2825,7 +2825,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -2848,12 +2848,12 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "Inflector", "array-bytes", "chrono", - "clap 4.0.17", + "clap 4.0.18", "comfy-table", "frame-benchmarking", "frame-support", @@ -2899,7 +2899,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2910,7 +2910,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2926,7 +2926,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -2955,7 +2955,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "bitflags", "frame-metadata", @@ -2987,7 +2987,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "Inflector", "cfg-expr", @@ -3001,7 +3001,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3013,7 +3013,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "proc-macro2", "quote", @@ -3023,7 +3023,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "log", @@ -3041,7 +3041,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "sp-api", @@ -3065,7 +3065,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "parity-scale-codec", @@ -3925,8 +3925,8 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "beefy-primitives", "bitvec", @@ -4023,8 +4023,8 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-support", "polkadot-primitives", @@ -5248,7 +5248,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "array-bytes", "frame-benchmarking", @@ -5269,7 +5269,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "frame-support", "frame-system", @@ -5286,7 +5286,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5300,7 +5300,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "frame-support", "frame-system", @@ -5316,7 +5316,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -5332,7 +5332,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -5347,7 +5347,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5371,7 +5371,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5391,7 +5391,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5406,7 +5406,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "beefy-primitives", "frame-support", @@ -5422,7 +5422,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "beefy-merkle-tree", @@ -5445,7 +5445,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5463,7 +5463,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5507,7 +5507,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5524,7 +5524,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "bitflags", "frame-benchmarking", @@ -5553,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "bitflags", "parity-scale-codec", @@ -5565,7 +5565,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "proc-macro2", "quote", @@ -5575,7 +5575,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5592,7 +5592,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5610,7 +5610,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5634,7 +5634,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5647,7 +5647,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5665,7 +5665,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5686,7 +5686,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5701,7 +5701,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5724,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5760,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5777,7 +5777,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5812,7 +5812,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5827,7 +5827,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5843,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -5860,7 +5860,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5880,7 +5880,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "sp-api", @@ -5890,7 +5890,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -5907,7 +5907,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5930,7 +5930,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5947,7 +5947,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5962,7 +5962,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "frame-support", "frame-system", @@ -5976,7 +5976,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -5994,7 +5994,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6009,7 +6009,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6027,7 +6027,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6043,7 +6043,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -6064,7 +6064,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6080,7 +6080,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -6094,7 +6094,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6117,7 +6117,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6128,7 +6128,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "log", "sp-arithmetic", @@ -6137,7 +6137,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -6166,7 +6166,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6184,7 +6184,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6203,7 +6203,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-support", "frame-system", @@ -6219,7 +6219,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6234,7 +6234,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6245,7 +6245,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6262,7 +6262,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6277,7 +6277,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6293,7 +6293,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6308,7 +6308,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-benchmarking", "frame-support", @@ -6322,8 +6322,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-support", "frame-system", @@ -6340,8 +6340,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-benchmarking", "frame-support", @@ -6370,7 +6370,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 4.0.17", + "clap 4.0.18", "cumulus-client-cli", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", @@ -6461,7 +6461,7 @@ dependencies = [ "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-runtime-common", "scale-info", "smallvec", @@ -6722,7 +6722,7 @@ dependencies = [ "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "polkadot-runtime-common", "scale-info", @@ -6894,8 +6894,8 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -6909,8 +6909,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -6923,8 +6923,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "derive_more", "fatality", @@ -6946,8 +6946,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "fatality", "futures", @@ -6967,10 +6967,10 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ - "clap 4.0.17", + "clap 4.0.18", "frame-benchmarking-cli", "futures", "log", @@ -6993,8 +6993,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7034,8 +7034,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "always-assert", "bitvec", @@ -7056,8 +7056,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7069,8 +7069,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "derive_more", "fatality", @@ -7094,8 +7094,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7108,8 +7108,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "futures-timer", @@ -7128,8 +7128,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "always-assert", "async-trait", @@ -7152,8 +7152,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "parity-scale-codec", @@ -7170,8 +7170,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bitvec", "derive_more", @@ -7199,8 +7199,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bitvec", "futures", @@ -7219,8 +7219,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bitvec", "fatality", @@ -7238,8 +7238,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7253,8 +7253,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-trait", "futures", @@ -7263,7 +7263,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "sp-maybe-compressed-blob", "tracing-gum", @@ -7271,8 +7271,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7286,8 +7286,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "futures-timer", @@ -7303,8 +7303,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "fatality", "futures", @@ -7322,8 +7322,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-trait", "futures", @@ -7339,8 +7339,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bitvec", "fatality", @@ -7357,8 +7357,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "always-assert", "assert_matches", @@ -7370,7 +7370,7 @@ dependencies = [ "pin-project", "polkadot-core-primitives", "polkadot-node-metrics", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "rand 0.8.5", "rayon", "sc-executor", @@ -7389,8 +7389,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "polkadot-node-primitives", @@ -7405,8 +7405,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "futures", "memory-lru", @@ -7421,8 +7421,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-std", "lazy_static", @@ -7439,8 +7439,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bs58", "futures", @@ -7458,8 +7458,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-trait", "derive_more", @@ -7481,13 +7481,13 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "schnorrkel", "serde", @@ -7503,8 +7503,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7513,8 +7513,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-trait", "futures", @@ -7531,8 +7531,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-trait", "derive_more", @@ -7554,8 +7554,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-trait", "derive_more", @@ -7587,8 +7587,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-trait", "futures", @@ -7610,8 +7610,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "derive_more", "frame-support", @@ -7631,7 +7631,7 @@ version = "0.9.300" dependencies = [ "assert_cmd", "async-trait", - "clap 4.0.17", + "clap 4.0.18", "collectives-polkadot-runtime", "contracts-rococo-runtime", "cumulus-client-cli", @@ -7708,8 +7708,8 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7723,8 +7723,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bitvec", "frame-system", @@ -7732,7 +7732,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "polkadot-core-primitives", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "scale-info", "serde", "sp-api", @@ -7753,8 +7753,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7785,8 +7785,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "beefy-primitives", "bitvec", @@ -7874,8 +7874,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "beefy-primitives", "bitvec", @@ -7921,8 +7921,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-support", "polkadot-primitives", @@ -7933,8 +7933,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bs58", "parity-scale-codec", @@ -7945,8 +7945,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "bitflags", "bitvec", @@ -7988,8 +7988,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "async-trait", "beefy-gadget", @@ -8035,7 +8035,7 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime", @@ -8093,8 +8093,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8114,8 +8114,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8124,8 +8124,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8149,8 +8149,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "beefy-primitives", "bitvec", @@ -8177,7 +8177,7 @@ dependencies = [ "pallet-vesting", "pallet-xcm", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -8210,8 +8210,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-benchmarking", "frame-system", @@ -8223,7 +8223,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime-common", @@ -8790,7 +8790,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "env_logger 0.9.0", "log", @@ -8887,7 +8887,7 @@ dependencies = [ "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "scale-info", "sp-api", "sp-block-builder", @@ -8908,8 +8908,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -8959,7 +8959,7 @@ dependencies = [ "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -8992,8 +8992,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-support", "polkadot-primitives", @@ -9154,7 +9154,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "log", "sp-core", @@ -9165,7 +9165,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "futures", @@ -9192,7 +9192,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "futures-timer", @@ -9215,7 +9215,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9231,7 +9231,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9248,7 +9248,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9259,11 +9259,11 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "chrono", - "clap 4.0.17", + "clap 4.0.18", "fdlimit", "futures", "libp2p", @@ -9299,7 +9299,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "fnv", "futures", @@ -9327,7 +9327,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "hash-db", "kvdb", @@ -9352,7 +9352,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "futures", @@ -9376,7 +9376,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "async-trait", "futures", @@ -9405,7 +9405,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "fork-tree", @@ -9447,7 +9447,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "jsonrpsee", @@ -9469,7 +9469,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9482,7 +9482,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "futures", @@ -9506,7 +9506,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "lazy_static", "lru 0.7.7", @@ -9533,7 +9533,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "environmental", "parity-scale-codec", @@ -9549,7 +9549,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "log", "parity-scale-codec", @@ -9564,7 +9564,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9584,7 +9584,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "ahash", "array-bytes", @@ -9625,7 +9625,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "finality-grandpa", "futures", @@ -9646,7 +9646,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "ansi_term", "futures", @@ -9663,7 +9663,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "async-trait", @@ -9678,7 +9678,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "async-trait", @@ -9725,7 +9725,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "cid", "futures", @@ -9745,7 +9745,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "bitflags", @@ -9771,7 +9771,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "ahash", "futures", @@ -9789,7 +9789,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "futures", @@ -9810,7 +9810,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "fork-tree", @@ -9840,7 +9840,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "futures", @@ -9859,7 +9859,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "bytes", @@ -9889,7 +9889,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "libp2p", @@ -9902,7 +9902,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9911,7 +9911,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "hash-db", @@ -9941,7 +9941,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "jsonrpsee", @@ -9964,7 +9964,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "jsonrpsee", @@ -9977,7 +9977,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "hex", @@ -9996,7 +9996,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "directories", @@ -10067,7 +10067,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "log", "parity-scale-codec", @@ -10081,7 +10081,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10100,7 +10100,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "libc", @@ -10119,7 +10119,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "chrono", "futures", @@ -10137,7 +10137,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "ansi_term", "atty", @@ -10168,7 +10168,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10179,7 +10179,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "futures", @@ -10206,7 +10206,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "futures", @@ -10220,7 +10220,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "futures-timer", @@ -10637,8 +10637,8 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "enumn", "parity-scale-codec", @@ -10714,7 +10714,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "hash-db", "log", @@ -10732,7 +10732,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "blake2", "proc-macro-crate", @@ -10744,7 +10744,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "scale-info", @@ -10757,7 +10757,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "integer-sqrt", "num-traits", @@ -10772,7 +10772,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "scale-info", @@ -10785,7 +10785,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "parity-scale-codec", @@ -10797,7 +10797,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "sp-api", @@ -10809,7 +10809,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures", "log", @@ -10827,7 +10827,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "futures", @@ -10846,7 +10846,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "async-trait", "parity-scale-codec", @@ -10864,7 +10864,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "merlin", @@ -10887,7 +10887,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "scale-info", @@ -10901,7 +10901,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "scale-info", @@ -10914,7 +10914,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "base58", @@ -10960,7 +10960,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "blake2", "byteorder", @@ -10974,7 +10974,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "proc-macro2", "quote", @@ -10985,7 +10985,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10994,7 +10994,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "proc-macro2", "quote", @@ -11004,7 +11004,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "environmental", "parity-scale-codec", @@ -11015,7 +11015,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "finality-grandpa", "log", @@ -11033,7 +11033,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11047,7 +11047,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "bytes", "futures", @@ -11073,7 +11073,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "lazy_static", "sp-core", @@ -11084,7 +11084,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "futures", @@ -11101,7 +11101,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "thiserror", "zstd", @@ -11110,7 +11110,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "log", "parity-scale-codec", @@ -11126,7 +11126,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "scale-info", @@ -11140,7 +11140,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "sp-api", "sp-core", @@ -11150,7 +11150,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "backtrace", "lazy_static", @@ -11160,7 +11160,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "rustc-hash", "serde", @@ -11170,7 +11170,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "either", "hash256-std-hasher", @@ -11193,7 +11193,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11211,7 +11211,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "Inflector", "proc-macro-crate", @@ -11223,7 +11223,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "log", "parity-scale-codec", @@ -11237,7 +11237,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "serde", "serde_json", @@ -11246,7 +11246,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "scale-info", @@ -11260,7 +11260,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "scale-info", @@ -11271,7 +11271,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "hash-db", "log", @@ -11293,12 +11293,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11311,7 +11311,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "log", "sp-core", @@ -11324,7 +11324,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "futures-timer", @@ -11340,7 +11340,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "sp-std", @@ -11352,7 +11352,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "sp-api", "sp-runtime", @@ -11361,7 +11361,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "log", @@ -11377,7 +11377,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "ahash", "hash-db", @@ -11400,7 +11400,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11417,7 +11417,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11428,7 +11428,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "impl-trait-for-tuples", "log", @@ -11441,7 +11441,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11535,7 +11535,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-runtime-common", "scale-info", "smallvec", @@ -11599,7 +11599,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", @@ -11737,7 +11737,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "platforms", ] @@ -11745,7 +11745,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11766,7 +11766,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "futures-util", "hyper", @@ -11779,7 +11779,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "async-trait", "jsonrpsee", @@ -11792,7 +11792,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "jsonrpsee", "log", @@ -11813,7 +11813,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "array-bytes", "async-trait", @@ -11839,7 +11839,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11849,7 +11849,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#4d29da2156d587a6b8e4efbe10e412efaedbbd4e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11860,7 +11860,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ "ansi_term", "build-helper", @@ -11967,8 +11967,8 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-support", "polkadot-primitives", @@ -12247,8 +12247,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12258,8 +12258,8 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12386,9 +12386,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f5ed51def33950ac24709eb11940790ca446421d" +source = "git+https://github.com/paritytech/substrate?branch=master#3bbdba405d42d7023eeb297efb03a3ec4ccf9563" dependencies = [ - "clap 4.0.17", + "clap 4.0.18", "frame-try-runtime", "log", "parity-scale-codec", @@ -12974,8 +12974,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "beefy-primitives", "bitvec", @@ -13030,7 +13030,7 @@ dependencies = [ "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -13064,8 +13064,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-support", "polkadot-primitives", @@ -13117,7 +13117,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "polkadot-runtime-common", "scale-info", "smallvec", @@ -13347,8 +13347,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13361,15 +13361,15 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-support", "frame-system", "log", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.29", + "polkadot-parachain 0.9.31", "scale-info", "sp-arithmetic", "sp-io", @@ -13381,8 +13381,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "frame-benchmarking", "frame-support", @@ -13399,8 +13399,8 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#e090658172daceaf144e4793ba3f60ff1831fb4a" +version = "0.9.31" +source = "git+https://github.com/paritytech/polkadot?branch=master#f610ffc05876d4b98a14cee245b4cc27bd3c0c15" dependencies = [ "Inflector", "proc-macro2", diff --git a/pallets/dmp-queue/src/lib.rs b/pallets/dmp-queue/src/lib.rs index 75ebe2c395..9238672806 100644 --- a/pallets/dmp-queue/src/lib.rs +++ b/pallets/dmp-queue/src/lib.rs @@ -38,6 +38,8 @@ use xcm::{ VersionedXcm, MAX_XCM_DECODE_DEPTH, }; +const DEFAULT_POV_SIZE: u64 = 64 * 1024; // 64 KB + #[derive(Copy, Clone, Eq, PartialEq, Encode, Decode, RuntimeDebug, TypeInfo)] pub struct ConfigData { /// The maximum amount of weight any individual message may consume. Messages above this weight @@ -49,7 +51,10 @@ pub struct ConfigData { impl Default for ConfigData { fn default() -> Self { Self { - max_individual: 10u64 * WEIGHT_PER_MILLIS, // 10 ms of execution time maximum by default + max_individual: Weight::from_parts( + 10u64 * WEIGHT_PER_MILLIS.ref_time(), // 10 ms of execution time maximum by default + DEFAULT_POV_SIZE, // 64 KB of proof size by default + ), } } } diff --git a/pallets/dmp-queue/src/migration.rs b/pallets/dmp-queue/src/migration.rs index cfd8a1f78e..8ecb9988d5 100644 --- a/pallets/dmp-queue/src/migration.rs +++ b/pallets/dmp-queue/src/migration.rs @@ -16,7 +16,7 @@ //! A module that is responsible for migration of storage. -use crate::{Config, Pallet, Store}; +use crate::{Config, Pallet, Store, DEFAULT_POV_SIZE}; use frame_support::{ pallet_prelude::*, traits::StorageVersion, @@ -63,7 +63,9 @@ mod v0 { /// `migrate_to_latest`. pub fn migrate_to_v1() -> Weight { let translate = |pre: v0::ConfigData| -> super::ConfigData { - super::ConfigData { max_individual: Weight::from_ref_time(pre.max_individual) } + super::ConfigData { + max_individual: Weight::from_parts(pre.max_individual, DEFAULT_POV_SIZE), + } }; if let Err(_) = as Store>::Configuration::translate(|pre| pre.map(translate)) { @@ -96,6 +98,7 @@ mod tests { let v1 = crate::Configuration::::get(); assert_eq!(v0.max_individual, v1.max_individual.ref_time()); + assert_eq!(v1.max_individual.proof_size(), DEFAULT_POV_SIZE); }); } } diff --git a/pallets/parachain-system/src/lib.rs b/pallets/parachain-system/src/lib.rs index 4bcae1ff59..3b685f5a27 100644 --- a/pallets/parachain-system/src/lib.rs +++ b/pallets/parachain-system/src/lib.rs @@ -141,6 +141,7 @@ pub mod pallet { #[pallet::pallet] #[pallet::storage_version(migration::STORAGE_VERSION)] + #[pallet::generate_store(pub(super) trait Store)] #[pallet::without_storage_info] pub struct Pallet(_); diff --git a/pallets/parachain-system/src/migration.rs b/pallets/parachain-system/src/migration.rs index f5eff920ae..514675b89a 100644 --- a/pallets/parachain-system/src/migration.rs +++ b/pallets/parachain-system/src/migration.rs @@ -14,18 +14,18 @@ // You should have received a copy of the GNU General Public License // along with Cumulus. If not, see . -use crate::{Config, Pallet}; +use crate::{Config, Pallet, Store}; use frame_support::{ traits::{Get, StorageVersion}, weights::Weight, }; /// The current storage version. -pub const STORAGE_VERSION: StorageVersion = StorageVersion::new(1); +pub const STORAGE_VERSION: StorageVersion = StorageVersion::new(2); /// Call this during the next runtime upgrade for this module. pub fn on_runtime_upgrade() -> Weight { - let mut weight: Weight = Weight::zero(); + let mut weight: Weight = T::DbWeight::get().reads(2); if StorageVersion::get::>() == 0 { weight = weight @@ -34,9 +34,46 @@ pub fn on_runtime_upgrade() -> Weight { StorageVersion::new(1).put::>(); } + if StorageVersion::get::>() == 1 { + weight = weight + .saturating_add(v2::migrate::()) + .saturating_add(T::DbWeight::get().writes(1)); + STORAGE_VERSION.put::>(); + } + weight } +/// V2: Migrate to 2D weights for ReservedXcmpWeightOverride and ReservedDmpWeightOverride. +mod v2 { + use super::*; + const DEFAULT_POV_SIZE: u64 = 64 * 1024; // 64 KB + + pub fn migrate() -> Weight { + let translate = |pre: u64| -> Weight { Weight::from_parts(pre, DEFAULT_POV_SIZE) }; + + if as Store>::ReservedXcmpWeightOverride::translate(|pre| pre.map(translate)) + .is_err() + { + log::error!( + target: "parachain_system", + "unexpected error when performing translation of the ReservedXcmpWeightOverride type during storage upgrade to v2" + ); + } + + if as Store>::ReservedDmpWeightOverride::translate(|pre| pre.map(translate)) + .is_err() + { + log::error!( + target: "parachain_system", + "unexpected error when performing translation of the ReservedDmpWeightOverride type during storage upgrade to v2" + ); + } + + T::DbWeight::get().reads_writes(2, 2) + } +} + /// V1: `LastUpgrade` block number is removed from the storage since the upgrade /// mechanism now uses signals instead of block offsets. mod v1 { diff --git a/pallets/xcmp-queue/src/lib.rs b/pallets/xcmp-queue/src/lib.rs index 6745e19221..a48f1283fa 100644 --- a/pallets/xcmp-queue/src/lib.rs +++ b/pallets/xcmp-queue/src/lib.rs @@ -66,6 +66,7 @@ pub use pallet::*; pub type OverweightIndex = u64; const LOG_TARGET: &str = "xcmp_queue"; +const DEFAULT_POV_SIZE: u64 = 64 * 1024; // 64 KB #[frame_support::pallet] pub mod pallet { @@ -462,7 +463,10 @@ impl Default for QueueConfigData { resume_threshold: 1, threshold_weight: Weight::from_ref_time(100_000), weight_restrict_decay: Weight::from_ref_time(2), - xcmp_max_individual_weight: 20u64 * WEIGHT_PER_MILLIS, + xcmp_max_individual_weight: Weight::from_parts( + 20u64 * WEIGHT_PER_MILLIS.ref_time(), + DEFAULT_POV_SIZE, + ), } } } diff --git a/pallets/xcmp-queue/src/migration.rs b/pallets/xcmp-queue/src/migration.rs index e44a053b76..94479fce8f 100644 --- a/pallets/xcmp-queue/src/migration.rs +++ b/pallets/xcmp-queue/src/migration.rs @@ -16,7 +16,7 @@ //! A module that is responsible for migration of storage. -use crate::{Config, Pallet, Store}; +use crate::{Config, Pallet, Store, DEFAULT_POV_SIZE}; use frame_support::{ pallet_prelude::*, traits::StorageVersion, @@ -81,7 +81,10 @@ pub fn migrate_to_v2() -> Weight { resume_threshold: pre.resume_threshold, threshold_weight: Weight::from_ref_time(pre.threshold_weight), weight_restrict_decay: Weight::from_ref_time(pre.weight_restrict_decay), - xcmp_max_individual_weight: Weight::from_ref_time(pre.xcmp_max_individual_weight), + xcmp_max_individual_weight: Weight::from_parts( + pre.xcmp_max_individual_weight, + DEFAULT_POV_SIZE, + ), } }; diff --git a/pallets/xcmp-queue/src/tests.rs b/pallets/xcmp-queue/src/tests.rs index 1586e313b5..a8cc11d29e 100644 --- a/pallets/xcmp-queue/src/tests.rs +++ b/pallets/xcmp-queue/src/tests.rs @@ -218,7 +218,10 @@ fn update_weight_restrict_decay_works() { fn update_xcmp_max_individual_weight() { new_test_ext().execute_with(|| { let data: QueueConfigData = >::get(); - assert_eq!(data.xcmp_max_individual_weight, 20u64 * WEIGHT_PER_MILLIS); + assert_eq!( + data.xcmp_max_individual_weight, + Weight::from_parts(20u64 * WEIGHT_PER_MILLIS.ref_time(), DEFAULT_POV_SIZE), + ); assert_ok!(XcmpQueue::update_xcmp_max_individual_weight( RuntimeOrigin::root(), 30u64 * WEIGHT_PER_MILLIS.ref_time()