diff --git a/Cargo.lock b/Cargo.lock index 950cca9602f..1fe17a5cf67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,7 +392,7 @@ dependencies = [ "cfg-if 1.0.0", "libc", "miniz_oxide", - "object", + "object 0.27.1", "rustc-demangle", ] @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "beefy-primitives", "fnv", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -486,7 +486,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "beefy-primitives", "sp-api", @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "scale-info", @@ -682,160 +682,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "bp-header-chain" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-runtime", - "finality-grandpa", - "frame-support", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-finality-grandpa", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "bp-message-dispatch" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-runtime", - "frame-support", - "parity-scale-codec", - "scale-info", - "sp-std", -] - -[[package]] -name = "bp-messages" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bitvec", - "bp-runtime", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-std", -] - -[[package]] -name = "bp-polkadot-core" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-messages", - "bp-runtime", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-std", - "sp-version", -] - -[[package]] -name = "bp-rococo" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-messages", - "bp-polkadot-core", - "bp-runtime", - "frame-support", - "parity-scale-codec", - "smallvec", - "sp-api", - "sp-runtime", - "sp-std", - "sp-version", -] - -[[package]] -name = "bp-runtime" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "frame-support", - "hash-db", - "num-traits", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", -] - -[[package]] -name = "bp-test-utils" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-header-chain", - "ed25519-dalek", - "finality-grandpa", - "parity-scale-codec", - "sp-application-crypto", - "sp-finality-grandpa", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "bp-wococo" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-messages", - "bp-polkadot-core", - "bp-rococo", - "bp-runtime", - "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "bridge-runtime-common" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-message-dispatch", - "bp-messages", - "bp-runtime", - "frame-support", - "frame-system", - "hash-db", - "pallet-bridge-dispatch", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-transaction-payment", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", -] - [[package]] name = "bs58" version = "0.4.0" @@ -1212,7 +1058,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-runtime-common", "scale-info", "serde", @@ -1286,59 +1132,60 @@ dependencies = [ [[package]] name = "cranelift-bforest" -version = "0.82.3" +version = "0.85.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75" +checksum = "7901fbba05decc537080b07cb3f1cadf53be7b7602ca8255786288a8692ae29a" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.82.3" +version = "0.85.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b" +checksum = "37ba1b45d243a4a28e12d26cd5f2507da74e77c45927d40de8b6ffbf088b46b5" dependencies = [ "cranelift-bforest", "cranelift-codegen-meta", "cranelift-codegen-shared", "cranelift-entity", + "cranelift-isle", "gimli", "log", - "regalloc", + "regalloc2", "smallvec", "target-lexicon", ] [[package]] name = "cranelift-codegen-meta" -version = "0.82.3" +version = "0.85.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24" +checksum = "54cc30032171bf230ce22b99c07c3a1de1221cb5375bd6dbe6dbe77d0eed743c" dependencies = [ "cranelift-codegen-shared", ] [[package]] name = "cranelift-codegen-shared" -version = "0.82.3" +version = "0.85.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc" +checksum = "a23f2672426d2bb4c9c3ef53e023076cfc4d8922f0eeaebaf372c92fae8b5c69" [[package]] name = "cranelift-entity" -version = "0.82.3" +version = "0.85.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf" +checksum = "886c59a5e0de1f06dbb7da80db149c75de10d5e2caca07cdd9fef8a5918a6336" dependencies = [ "serde", ] [[package]] name = "cranelift-frontend" -version = "0.82.3" +version = "0.85.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce" +checksum = "ace74eeca11c439a9d4ed1a5cb9df31a54cd0f7fbddf82c8ce4ea8e9ad2a8fe0" dependencies = [ "cranelift-codegen", "log", @@ -1346,11 +1193,17 @@ dependencies = [ "target-lexicon", ] +[[package]] +name = "cranelift-isle" +version = "0.85.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db1ae52a5cc2cad0d86fdd3dcb16b7217d2f1e65ab4f5814aa4f014ad335fa43" + [[package]] name = "cranelift-native" -version = "0.82.3" +version = "0.85.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c" +checksum = "dadcfb7852900780d37102bce5698bcd401736403f07b52e714ff7a180e0e22f" dependencies = [ "cranelift-codegen", "libc", @@ -1359,9 +1212,9 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.82.3" +version = "0.85.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2" +checksum = "c84e3410960389110b88f97776f39f6d2c8becdaa4cd59e390e6b76d9d0e7190" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -1708,7 +1561,7 @@ dependencies = [ "parking_lot 0.12.1", "polkadot-client", "polkadot-node-primitives", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-service", "polkadot-test-client", @@ -1838,7 +1691,7 @@ dependencies = [ "log", "pallet-balances", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "sc-client-api", "scale-info", "serde", @@ -1957,7 +1810,7 @@ dependencies = [ "frame-support", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "sp-api", "sp-runtime", @@ -2012,7 +1865,7 @@ dependencies = [ "frame-support", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "sp-runtime", "sp-std", @@ -2113,7 +1966,7 @@ dependencies = [ "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "sc-block-builder", "sc-consensus", @@ -2814,7 +2667,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", ] @@ -2832,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -2854,7 +2707,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "Inflector", "chrono", @@ -2905,7 +2758,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2916,7 +2769,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2932,7 +2785,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -2960,7 +2813,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "bitflags", "frame-metadata", @@ -2990,7 +2843,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -3002,7 +2855,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3014,7 +2867,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro2", "quote", @@ -3024,7 +2877,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "log", @@ -3041,7 +2894,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3056,7 +2909,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -3065,7 +2918,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "sp-api", @@ -3235,6 +3088,15 @@ dependencies = [ "slab", ] +[[package]] +name = "fxhash" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" +dependencies = [ + "byteorder", +] + [[package]] name = "generic-array" version = "0.12.4" @@ -3705,6 +3567,12 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6" +[[package]] +name = "io-lifetimes" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb" + [[package]] name = "ip_network" version = "0.4.1" @@ -3926,8 +3794,8 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "beefy-primitives", "bitvec", @@ -4018,8 +3886,8 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-support", "polkadot-primitives", @@ -4090,9 +3958,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259" +checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "libloading" @@ -4774,6 +4642,12 @@ version = "0.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7" +[[package]] +name = "linux-raw-sys" +version = "0.0.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" + [[package]] name = "lock_api" version = "0.4.6" @@ -5355,8 +5229,18 @@ name = "object" version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" +dependencies = [ + "memchr", +] + +[[package]] +name = "object" +version = "0.28.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" dependencies = [ "crc32fast", + "hashbrown 0.11.2", "indexmap", "memchr", ] @@ -5394,7 +5278,7 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "orchestra" version = "0.0.1" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "async-trait", "dyn-clonable", @@ -5410,7 +5294,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" version = "0.0.1" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "expander 0.0.6", "itertools", @@ -5448,7 +5332,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -5465,7 +5349,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5479,7 +5363,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -5495,7 +5379,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -5511,7 +5395,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -5526,7 +5410,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5550,7 +5434,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5570,7 +5454,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5585,7 +5469,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "beefy-primitives", "frame-support", @@ -5601,7 +5485,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5624,7 +5508,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5639,70 +5523,10 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-bridge-dispatch" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-message-dispatch", - "bp-runtime", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "pallet-bridge-grandpa" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bp-header-chain", - "bp-runtime", - "bp-test-utils", - "finality-grandpa", - "frame-support", - "frame-system", - "log", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-finality-grandpa", - "sp-runtime", - "sp-std", - "sp-trie", -] - -[[package]] -name = "pallet-bridge-messages" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" -dependencies = [ - "bitvec", - "bp-message-dispatch", - "bp-messages", - "bp-runtime", - "frame-support", - "frame-system", - "log", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-std", -] - [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5747,7 +5571,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5764,7 +5588,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "bitflags", "frame-benchmarking", @@ -5791,7 +5615,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "bitflags", "parity-scale-codec", @@ -5806,7 +5630,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro2", "quote", @@ -5816,7 +5640,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "jsonrpsee", "pallet-contracts-primitives", @@ -5833,7 +5657,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5846,7 +5670,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5862,7 +5686,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5885,7 +5709,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5898,7 +5722,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5916,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5931,7 +5755,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5954,7 +5778,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5970,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5990,7 +5814,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6007,7 +5831,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6024,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6042,7 +5866,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -6057,7 +5881,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6072,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -6089,7 +5913,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6108,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -6125,7 +5949,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6148,7 +5972,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6164,7 +5988,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6179,7 +6003,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -6193,7 +6017,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6208,7 +6032,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6224,7 +6048,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -6245,7 +6069,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6261,7 +6085,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -6275,7 +6099,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6298,7 +6122,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6309,7 +6133,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "log", "sp-arithmetic", @@ -6318,7 +6142,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -6347,7 +6171,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6365,7 +6189,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6384,7 +6208,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-support", "frame-system", @@ -6400,7 +6224,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6415,7 +6239,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6426,7 +6250,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6443,7 +6267,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6458,7 +6282,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6474,7 +6298,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6488,8 +6312,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-support", "frame-system", @@ -6506,8 +6330,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-benchmarking", "frame-support", @@ -6559,7 +6383,7 @@ dependencies = [ "parachain-template-runtime", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-service", "sc-basic-authorship", @@ -6634,7 +6458,7 @@ dependencies = [ "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-runtime-common", "scale-info", "serde", @@ -6827,7 +6651,7 @@ dependencies = [ "libc", "redox_syscall", "smallvec", - "windows-sys", + "windows-sys 0.32.0", ] [[package]] @@ -7019,8 +6843,8 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7034,8 +6858,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7048,8 +6872,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "derive_more", "fatality", @@ -7071,8 +6895,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "fatality", "futures", @@ -7092,8 +6916,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "clap 3.2.6", "frame-benchmarking-cli", @@ -7117,8 +6941,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7157,8 +6981,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "always-assert", "fatality", @@ -7178,8 +7002,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7191,8 +7015,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "derive_more", "fatality", @@ -7214,8 +7038,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7228,8 +7052,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "futures-timer", @@ -7248,8 +7072,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "always-assert", "async-trait", @@ -7269,8 +7093,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "parity-scale-codec", @@ -7287,8 +7111,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bitvec", "derive_more", @@ -7316,8 +7140,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bitvec", "futures", @@ -7336,8 +7160,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bitvec", "fatality", @@ -7355,8 +7179,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7370,8 +7194,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "async-trait", "futures", @@ -7380,7 +7204,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "sp-maybe-compressed-blob", "tracing-gum", @@ -7388,8 +7212,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7403,8 +7227,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "futures-timer", @@ -7420,8 +7244,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "fatality", "futures", @@ -7439,8 +7263,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "async-trait", "futures", @@ -7456,8 +7280,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bitvec", "fatality", @@ -7474,8 +7298,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "always-assert", "assert_matches", @@ -7487,8 +7311,9 @@ dependencies = [ "pin-project 1.0.10", "polkadot-core-primitives", "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "rand 0.8.5", + "rayon", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -7505,8 +7330,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "polkadot-node-primitives", @@ -7521,8 +7346,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "memory-lru", @@ -7538,8 +7363,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "async-std", "lazy_static", @@ -7556,8 +7381,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bs58", "futures", @@ -7575,8 +7400,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "async-trait", "derive_more", @@ -7596,13 +7421,13 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "schnorrkel", "serde", @@ -7618,8 +7443,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7628,8 +7453,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "async-trait", "futures", @@ -7646,8 +7471,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "derive_more", "futures", @@ -7665,8 +7490,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "async-trait", "derive_more", @@ -7698,8 +7523,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "futures", "futures-timer", @@ -7720,8 +7545,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "derive_more", "frame-support", @@ -7766,7 +7591,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-service", "rococo-parachain-runtime", @@ -7814,8 +7639,8 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7829,8 +7654,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bitvec", "frame-system", @@ -7838,7 +7663,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "polkadot-core-primitives", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "scale-info", "serde", "sp-api", @@ -7859,8 +7684,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7891,8 +7716,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "beefy-primitives", "bitvec", @@ -7976,8 +7801,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "beefy-primitives", "bitvec", @@ -8023,8 +7848,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-support", "polkadot-primitives", @@ -8035,8 +7860,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bs58", "parity-scale-codec", @@ -8047,8 +7872,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "bitflags", "bitvec", @@ -8090,8 +7915,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "async-trait", "beefy-gadget", @@ -8136,7 +7961,7 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime", @@ -8193,8 +8018,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8214,8 +8039,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8224,8 +8049,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8249,8 +8074,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "beefy-primitives", "bitvec", @@ -8277,7 +8102,7 @@ dependencies = [ "pallet-vesting", "pallet-xcm", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -8310,8 +8135,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-benchmarking", "frame-system", @@ -8323,7 +8148,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime-common", @@ -8455,7 +8280,7 @@ dependencies = [ [[package]] name = "prioritized-metered-channel" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "coarsetime", "crossbeam-queue", @@ -8899,13 +8724,14 @@ dependencies = [ ] [[package]] -name = "regalloc" -version = "0.0.34" +name = "regalloc2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02" +checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c" dependencies = [ + "fxhash", "log", - "rustc-hash", + "slice-group-by", "smallvec", ] @@ -8950,7 +8776,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -9054,7 +8880,7 @@ dependencies = [ "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "scale-info", "serde", "sp-api", @@ -9077,16 +8903,11 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "beefy-merkle-tree", "beefy-primitives", - "bp-messages", - "bp-rococo", - "bp-runtime", - "bp-wococo", - "bridge-runtime-common", "frame-benchmarking", "frame-executive", "frame-support", @@ -9101,9 +8922,6 @@ dependencies = [ "pallet-balances", "pallet-beefy", "pallet-beefy-mmr", - "pallet-bridge-dispatch", - "pallet-bridge-grandpa", - "pallet-bridge-messages", "pallet-collective", "pallet-grandpa", "pallet-im-online", @@ -9122,7 +8940,7 @@ dependencies = [ "pallet-utility", "pallet-xcm", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -9154,8 +8972,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-support", "polkadot-primitives", @@ -9227,18 +9045,32 @@ dependencies = [ [[package]] name = "rustix" -version = "0.33.6" +version = "0.33.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ac32d9fc97153ca55305284cb6c2dcbb84e1fc6d7ac13392cea02222f2d8741" +checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0" dependencies = [ "bitflags", "errno", - "io-lifetimes", + "io-lifetimes 0.5.3", "libc", - "linux-raw-sys", + "linux-raw-sys 0.0.42", "winapi", ] +[[package]] +name = "rustix" +version = "0.35.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787" +dependencies = [ + "bitflags", + "errno", + "io-lifetimes 0.7.2", + "libc", + "linux-raw-sys 0.0.46", + "windows-sys 0.36.1", +] + [[package]] name = "rustls" version = "0.20.2" @@ -9336,7 +9168,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "log", "sp-core", @@ -9347,7 +9179,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "futures", @@ -9374,7 +9206,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "futures-timer", @@ -9397,7 +9229,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9413,7 +9245,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9430,7 +9262,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9441,7 +9273,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "chrono", "clap 3.2.6", @@ -9480,7 +9312,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "fnv", "futures", @@ -9508,7 +9340,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "hash-db", "kvdb", @@ -9533,7 +9365,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "futures", @@ -9557,7 +9389,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "futures", @@ -9586,7 +9418,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "fork-tree", @@ -9629,7 +9461,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "jsonrpsee", @@ -9651,7 +9483,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9664,7 +9496,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "futures", @@ -9689,7 +9521,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "sc-client-api", "sp-authorship", @@ -9700,7 +9532,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "lazy_static", "lru 0.7.7", @@ -9727,7 +9559,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "environmental", "parity-scale-codec", @@ -9744,7 +9576,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "log", "parity-scale-codec", @@ -9759,13 +9591,15 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "cfg-if 1.0.0", "libc", "log", + "once_cell", "parity-scale-codec", "parity-wasm 0.42.2", + "rustix 0.35.7", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -9777,7 +9611,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "ahash", "async-trait", @@ -9817,7 +9651,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "finality-grandpa", "futures", @@ -9838,7 +9672,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "ansi_term", "futures", @@ -9855,7 +9689,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "hex", @@ -9870,7 +9704,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "asynchronous-codec", @@ -9922,7 +9756,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "libp2p", @@ -9935,7 +9769,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "ahash", "futures", @@ -9952,7 +9786,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "libp2p", @@ -9972,7 +9806,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "bitflags", "either", @@ -10001,7 +9835,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "bytes", "fnv", @@ -10029,7 +9863,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "libp2p", @@ -10042,7 +9876,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10051,7 +9885,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "hash-db", @@ -10081,7 +9915,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "jsonrpsee", @@ -10104,7 +9938,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "jsonrpsee", @@ -10117,7 +9951,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "directories", @@ -10182,7 +10016,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "log", "parity-scale-codec", @@ -10196,7 +10030,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10215,7 +10049,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "libc", @@ -10234,7 +10068,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "chrono", "futures", @@ -10252,7 +10086,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "ansi_term", "atty", @@ -10283,7 +10117,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10294,7 +10128,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "futures-timer", @@ -10321,7 +10155,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "log", @@ -10334,7 +10168,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "futures-timer", @@ -10770,10 +10604,16 @@ version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" +[[package]] +name = "slice-group-by" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" + [[package]] name = "slot-range-helper" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "enumn", "parity-scale-codec", @@ -10849,7 +10689,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "hash-db", "log", @@ -10866,7 +10706,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "blake2", "proc-macro-crate", @@ -10878,7 +10718,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "scale-info", @@ -10891,7 +10731,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "integer-sqrt", "num-traits", @@ -10906,7 +10746,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "scale-info", @@ -10919,7 +10759,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "parity-scale-codec", @@ -10931,7 +10771,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -10943,7 +10783,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "log", @@ -10961,7 +10801,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "futures", @@ -10980,7 +10820,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "parity-scale-codec", @@ -10998,7 +10838,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "merlin", @@ -11021,7 +10861,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "scale-info", @@ -11035,7 +10875,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "scale-info", @@ -11048,7 +10888,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "base58", "bitflags", @@ -11094,7 +10934,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "blake2", "byteorder", @@ -11108,7 +10948,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro2", "quote", @@ -11119,7 +10959,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11128,7 +10968,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro2", "quote", @@ -11138,7 +10978,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "environmental", "parity-scale-codec", @@ -11149,7 +10989,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "finality-grandpa", "log", @@ -11167,7 +11007,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11181,7 +11021,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "hash-db", @@ -11206,7 +11046,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "lazy_static", "sp-core", @@ -11217,7 +11057,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "futures", @@ -11234,7 +11074,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "thiserror", "zstd", @@ -11243,7 +11083,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "log", "parity-scale-codec", @@ -11258,7 +11098,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "scale-info", @@ -11272,7 +11112,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "sp-api", "sp-core", @@ -11282,7 +11122,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "backtrace", "lazy_static", @@ -11292,7 +11132,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "rustc-hash", "serde", @@ -11302,7 +11142,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "either", "hash256-std-hasher", @@ -11324,7 +11164,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11341,7 +11181,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "Inflector", "proc-macro-crate", @@ -11353,7 +11193,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "log", "parity-scale-codec", @@ -11367,7 +11207,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "serde", "serde_json", @@ -11376,7 +11216,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "scale-info", @@ -11390,7 +11230,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "scale-info", @@ -11401,7 +11241,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "hash-db", "log", @@ -11423,12 +11263,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11441,7 +11281,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "log", "sp-core", @@ -11454,7 +11294,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "futures-timer", @@ -11470,7 +11310,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "sp-std", @@ -11482,7 +11322,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "sp-api", "sp-runtime", @@ -11491,7 +11331,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "log", @@ -11507,7 +11347,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "hash-db", "memory-db", @@ -11523,7 +11363,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11540,7 +11380,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11551,7 +11391,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "impl-trait-for-tuples", "log", @@ -11631,7 +11471,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-runtime-common", "scale-info", "serde", @@ -11696,7 +11536,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", @@ -11830,7 +11670,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "platforms", ] @@ -11838,7 +11678,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11859,7 +11699,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures-util", "hyper", @@ -11872,7 +11712,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "jsonrpsee", "log", @@ -11893,7 +11733,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "async-trait", "futures", @@ -11919,7 +11759,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11929,7 +11769,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11940,7 +11780,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "ansi_term", "build-helper", @@ -12047,8 +11887,8 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-support", "polkadot-primitives", @@ -12336,8 +12176,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12347,8 +12187,8 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12477,7 +12317,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#622f532e605270c9d4f932aea666073e409e02f9" +source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "clap 3.2.6", "jsonrpsee", @@ -12845,15 +12685,18 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.83.0" +version = "0.85.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a" +checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7" +dependencies = [ + "indexmap", +] [[package]] name = "wasmtime" -version = "0.35.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1" +checksum = "e76e2b2833bb0ece666ccdbed7b71b617d447da11f1bb61f4f2bab2648f745ee" dependencies = [ "anyhow", "backtrace", @@ -12863,7 +12706,7 @@ dependencies = [ "lazy_static", "libc", "log", - "object", + "object 0.28.4", "once_cell", "paste", "psm", @@ -12882,9 +12725,9 @@ dependencies = [ [[package]] name = "wasmtime-cache" -version = "0.35.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0" +checksum = "743a9f142d93318262d7e1fe329394ff2e8f86a1df45ae5e4f0eedba215ca5ce" dependencies = [ "anyhow", "base64", @@ -12892,7 +12735,7 @@ dependencies = [ "directories-next", "file-per-thread-logger", "log", - "rustix", + "rustix 0.33.7", "serde", "sha2 0.9.8", "toml", @@ -12902,9 +12745,9 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "0.35.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de" +checksum = "5dc0f80afa1ce97083a7168e6b6948d015d6237369e9f4a511d38c9c4ac8fbb9" dependencies = [ "anyhow", "cranelift-codegen", @@ -12915,7 +12758,7 @@ dependencies = [ "gimli", "log", "more-asserts", - "object", + "object 0.28.4", "target-lexicon", "thiserror", "wasmparser", @@ -12924,9 +12767,9 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.35.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59" +checksum = "0816d9365196f1f447060087e0f87239ccded830bd54970a1168b0c9c8e824c9" dependencies = [ "anyhow", "cranelift-entity", @@ -12934,7 +12777,7 @@ dependencies = [ "indexmap", "log", "more-asserts", - "object", + "object 0.28.4", "serde", "target-lexicon", "thiserror", @@ -12944,9 +12787,9 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "0.35.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2" +checksum = "5c687f33cfa0f89ec1646929d0ff102087052cf9f0d15533de56526b0da0d1b3" dependencies = [ "addr2line", "anyhow", @@ -12955,10 +12798,10 @@ dependencies = [ "cpp_demangle", "gimli", "log", - "object", + "object 0.28.4", "region", "rustc-demangle", - "rustix", + "rustix 0.33.7", "serde", "target-lexicon", "thiserror", @@ -12970,20 +12813,20 @@ dependencies = [ [[package]] name = "wasmtime-jit-debug" -version = "0.35.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654" +checksum = "b252d1d025f94f3954ba2111f12f3a22826a0764a11c150c2d46623115a69e27" dependencies = [ "lazy_static", - "object", - "rustix", + "object 0.28.4", + "rustix 0.33.7", ] [[package]] name = "wasmtime-runtime" -version = "0.35.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864" +checksum = "ace251693103c9facbbd7df87a29a75e68016e48bc83c09133f2fda6b575e0ab" dependencies = [ "anyhow", "backtrace", @@ -12998,7 +12841,7 @@ dependencies = [ "more-asserts", "rand 0.8.5", "region", - "rustix", + "rustix 0.33.7", "thiserror", "wasmtime-environ", "wasmtime-jit-debug", @@ -13007,9 +12850,9 @@ dependencies = [ [[package]] name = "wasmtime-types" -version = "0.35.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852" +checksum = "d129b0487a95986692af8708ffde9c50b0568dcefd79200941d475713b4f40bb" dependencies = [ "cranelift-entity", "serde", @@ -13057,8 +12900,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "beefy-primitives", "bitvec", @@ -13111,7 +12954,7 @@ dependencies = [ "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -13145,8 +12988,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-support", "polkadot-primitives", @@ -13197,7 +13040,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-runtime-common", "scale-info", "serde", @@ -13295,6 +13138,19 @@ dependencies = [ "windows_x86_64_msvc 0.32.0", ] +[[package]] +name = "windows-sys" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" +dependencies = [ + "windows_aarch64_msvc 0.36.1", + "windows_i686_gnu 0.36.1", + "windows_i686_msvc 0.36.1", + "windows_x86_64_gnu 0.36.1", + "windows_x86_64_msvc 0.36.1", +] + [[package]] name = "windows_aarch64_msvc" version = "0.29.0" @@ -13307,6 +13163,12 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" +[[package]] +name = "windows_aarch64_msvc" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" + [[package]] name = "windows_i686_gnu" version = "0.29.0" @@ -13319,6 +13181,12 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" +[[package]] +name = "windows_i686_gnu" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" + [[package]] name = "windows_i686_msvc" version = "0.29.0" @@ -13331,6 +13199,12 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" +[[package]] +name = "windows_i686_msvc" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" + [[package]] name = "windows_x86_64_gnu" version = "0.29.0" @@ -13343,6 +13217,12 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" +[[package]] +name = "windows_x86_64_gnu" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" + [[package]] name = "windows_x86_64_msvc" version = "0.29.0" @@ -13355,6 +13235,12 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" +[[package]] +name = "windows_x86_64_msvc" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" + [[package]] name = "winreg" version = "0.7.0" @@ -13386,8 +13272,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13400,15 +13286,15 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-support", "frame-system", "log", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "scale-info", "sp-arithmetic", "sp-io", @@ -13420,8 +13306,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.25" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +version = "0.9.26" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "frame-benchmarking", "frame-support", @@ -13439,7 +13325,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#595ed6e9eaf83134eb4227e161fd0dea1e3f5d92" +source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ "Inflector", "proc-macro2", @@ -13484,18 +13370,18 @@ dependencies = [ [[package]] name = "zstd" -version = "0.10.2+zstd.1.5.2" +version = "0.11.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847" +checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "4.1.6+zstd.1.5.2" +version = "5.0.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb" +checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" dependencies = [ "libc", "zstd-sys", @@ -13503,9 +13389,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "1.6.3+zstd.1.5.2" +version = "2.0.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8" +checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b" dependencies = [ "cc", "libc", diff --git a/client/cli/src/lib.rs b/client/cli/src/lib.rs index cab0723ad01..b1b3140751a 100644 --- a/client/cli/src/lib.rs +++ b/client/cli/src/lib.rs @@ -427,8 +427,8 @@ impl sc_cli::CliConfiguration for NormalizedRunCmd { self.base.ws_max_out_buffer_capacity() } - fn transaction_pool(&self) -> sc_cli::Result { - self.base.transaction_pool() + fn transaction_pool(&self, is_dev: bool) -> sc_cli::Result { + self.base.transaction_pool(is_dev) } fn max_runtime_instances(&self) -> sc_cli::Result> { diff --git a/parachain-template/node/src/command.rs b/parachain-template/node/src/command.rs index 129587625e8..55afc4f1e58 100644 --- a/parachain-template/node/src/command.rs +++ b/parachain-template/node/src/command.rs @@ -392,8 +392,8 @@ impl CliConfiguration for RelayChainCli { self.base.base.role(is_dev) } - fn transaction_pool(&self) -> Result { - self.base.base.transaction_pool() + fn transaction_pool(&self, is_dev: bool) -> Result { + self.base.base.transaction_pool(is_dev) } fn state_cache_child_ratio(&self) -> Result> { diff --git a/polkadot-parachain/src/command.rs b/polkadot-parachain/src/command.rs index 2c344b2400a..d592ac2d2ff 100644 --- a/polkadot-parachain/src/command.rs +++ b/polkadot-parachain/src/command.rs @@ -697,8 +697,8 @@ impl CliConfiguration for RelayChainCli { self.base.base.role(is_dev) } - fn transaction_pool(&self) -> Result { - self.base.base.transaction_pool() + fn transaction_pool(&self, is_dev: bool) -> Result { + self.base.base.transaction_pool(is_dev) } fn state_cache_child_ratio(&self) -> Result> { diff --git a/test/service/src/cli.rs b/test/service/src/cli.rs index b6bd2568511..0c6e51a9afb 100644 --- a/test/service/src/cli.rs +++ b/test/service/src/cli.rs @@ -184,8 +184,11 @@ impl CliConfiguration for RelayChainCli { self.base.base.role(is_dev) } - fn transaction_pool(&self) -> CliResult { - self.base.base.transaction_pool() + fn transaction_pool( + &self, + is_dev: bool, + ) -> CliResult { + self.base.base.transaction_pool(is_dev) } fn state_cache_child_ratio(&self) -> CliResult> {