From 47046d798c86c6eda723cd99641d09d4dbdd13f8 Mon Sep 17 00:00:00 2001 From: Sergej Sakac <73715684+Szegoo@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:28:27 +0100 Subject: [PATCH] Companion for #13486 (#2253) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Companion for #13486 * fix * Update Substrate & Polkadot --------- Co-authored-by: Bastian Köcher --- cumulus/Cargo.lock | 1036 +++++++++-------- .../statemine/src/weights/pallet_assets.rs | 12 + .../statemint/src/weights/pallet_assets.rs | 12 + .../westmint/src/weights/pallet_assets.rs | 12 + 4 files changed, 588 insertions(+), 484 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 7c549d8caa..9ba12f7d3f 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -342,13 +342,24 @@ dependencies = [ "substrate-wasm-builder", ] +[[package]] +name = "async-channel" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +dependencies = [ + "concurrent-queue 2.1.0", + "event-listener", + "futures-core", +] + [[package]] name = "async-io" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" dependencies = [ - "concurrent-queue", + "concurrent-queue 1.2.2", "futures-lite", "libc", "log", @@ -471,63 +482,10 @@ dependencies = [ "serde", ] -[[package]] -name = "beefy-gadget" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "array-bytes 4.2.0", - "async-trait", - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-beefy", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keystore", - "sp-mmr-primitives", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "beefy-gadget-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "beefy-gadget", - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-rpc", - "serde", - "sp-beefy", - "sp-core", - "sp-runtime", - "thiserror", -] - [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "hash-db", "log", @@ -1344,6 +1302,15 @@ dependencies = [ "cache-padded", ] +[[package]] +name = "concurrent-queue" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" +dependencies = [ + "crossbeam-utils", +] + [[package]] name = "const-oid" version = "0.9.0" @@ -1691,12 +1658,11 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.8" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" +checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" dependencies = [ "cfg-if", - "lazy_static", ] [[package]] @@ -3238,7 +3204,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", ] @@ -3261,7 +3227,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-support-procedural", @@ -3286,7 +3252,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3333,7 +3299,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3344,7 +3310,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3361,7 +3327,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -3390,7 +3356,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "log", @@ -3406,9 +3372,10 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "bitflags", + "environmental", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", @@ -3438,7 +3405,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "Inflector", "cfg-expr", @@ -3453,7 +3420,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3465,7 +3432,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro2", "quote", @@ -3475,7 +3442,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "log", @@ -3493,7 +3460,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3508,7 +3475,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "sp-api", @@ -3517,7 +3484,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "parity-scale-codec", @@ -3542,6 +3509,17 @@ dependencies = [ "winapi", ] +[[package]] +name = "fs4" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ea55201cc351fdb478217c0fb641b59813da9b4efe4c414a9d8f989a657d149" +dependencies = [ + "libc", + "rustix 0.35.13", + "winapi", +] + [[package]] name = "fs_extra" version = "1.2.0" @@ -4220,6 +4198,12 @@ dependencies = [ "webrtc-util", ] +[[package]] +name = "io-lifetimes" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074" + [[package]] name = "io-lifetimes" version = "1.0.2" @@ -4261,8 +4245,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330" dependencies = [ "hermit-abi 0.2.6", - "io-lifetimes", - "rustix", + "io-lifetimes 1.0.2", + "rustix 0.36.7", "windows-sys 0.42.0", ] @@ -4450,7 +4434,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "frame-benchmarking", @@ -4523,9 +4507,9 @@ dependencies = [ "sp-api", "sp-arithmetic", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -4548,7 +4532,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "frame-support", "polkadot-primitives", @@ -5139,6 +5123,12 @@ dependencies = [ "nalgebra", ] +[[package]] +name = "linux-raw-sys" +version = "0.0.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" + [[package]] name = "linux-raw-sys" version = "0.1.3" @@ -5276,7 +5266,7 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb" dependencies = [ - "rustix", + "rustix 0.36.7", ] [[package]] @@ -5385,7 +5375,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "log", @@ -5393,9 +5383,9 @@ dependencies = [ "sc-client-api", "sc-offchain", "sp-api", - "sp-beefy", "sp-blockchain", "sp-consensus", + "sp-consensus-beefy", "sp-core", "sp-mmr-primitives", "sp-runtime", @@ -5404,7 +5394,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "anyhow", "jsonrpsee", @@ -5902,7 +5892,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5923,7 +5913,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5941,7 +5931,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5956,7 +5946,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -5972,7 +5962,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -5988,7 +5978,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6002,7 +5992,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6026,7 +6016,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6046,7 +6036,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6061,7 +6051,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6070,7 +6060,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-beefy", + "sp-consensus-beefy", "sp-runtime", "sp-session", "sp-staking", @@ -6080,7 +6070,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6094,7 +6084,7 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-beefy", + "sp-consensus-beefy", "sp-core", "sp-io", "sp-runtime", @@ -6104,7 +6094,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6122,7 +6112,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6166,7 +6156,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6183,7 +6173,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "bitflags", "frame-benchmarking", @@ -6212,7 +6202,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "bitflags", "parity-scale-codec", @@ -6225,7 +6215,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro2", "quote", @@ -6235,7 +6225,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6252,7 +6242,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6270,7 +6260,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6293,7 +6283,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6306,7 +6296,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6324,7 +6314,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6342,7 +6332,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6353,8 +6343,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-application-crypto", + "sp-consensus-grandpa", "sp-core", - "sp-finality-grandpa", "sp-io", "sp-runtime", "sp-session", @@ -6365,7 +6355,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6381,7 +6371,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6401,7 +6391,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6418,7 +6408,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6432,7 +6422,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6449,7 +6439,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6466,7 +6456,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6482,7 +6472,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6500,7 +6490,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "pallet-nfts", @@ -6511,7 +6501,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6527,7 +6517,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6544,7 +6534,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6564,7 +6554,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6575,7 +6565,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6592,7 +6582,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6616,7 +6606,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6633,7 +6623,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6648,7 +6638,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6666,7 +6656,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6681,7 +6671,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6700,7 +6690,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6717,7 +6707,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6738,7 +6728,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6754,7 +6744,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6768,7 +6758,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6791,7 +6781,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6802,7 +6792,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "log", "sp-arithmetic", @@ -6811,7 +6801,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "sp-api", @@ -6820,7 +6810,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6837,7 +6827,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6866,7 +6856,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6884,7 +6874,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6903,7 +6893,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-support", "frame-system", @@ -6919,7 +6909,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6935,7 +6925,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6947,7 +6937,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6964,7 +6954,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6979,7 +6969,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6995,7 +6985,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7010,7 +7000,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7025,7 +7015,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7046,7 +7036,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7582,7 +7572,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "polkadot-node-metrics", @@ -7597,7 +7587,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7611,7 +7601,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "derive_more", "fatality", @@ -7634,7 +7624,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "fatality", "futures", @@ -7655,7 +7645,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "clap 4.1.6", "frame-benchmarking-cli", @@ -7683,7 +7673,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", "frame-benchmarking", @@ -7705,13 +7695,13 @@ dependencies = [ "sc-service", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", "sp-core", - "sp-finality-grandpa", "sp-inherents", "sp-keyring", "sp-mmr-primitives", @@ -7726,7 +7716,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "always-assert", "bitvec", @@ -7748,7 +7738,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "parity-scale-codec", "scale-info", @@ -7760,7 +7750,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "derive_more", "fatality", @@ -7785,7 +7775,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7799,7 +7789,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "futures-timer", @@ -7819,7 +7809,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "always-assert", "async-trait", @@ -7843,7 +7833,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "parity-scale-codec", @@ -7861,7 +7851,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "derive_more", @@ -7890,7 +7880,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "futures", @@ -7911,7 +7901,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "fatality", @@ -7930,7 +7920,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7945,7 +7935,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", "futures", @@ -7965,7 +7955,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "polkadot-node-metrics", @@ -7980,7 +7970,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "futures-timer", @@ -7997,7 +7987,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "fatality", "futures", @@ -8016,7 +8006,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", "futures", @@ -8033,7 +8023,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "fatality", @@ -8051,7 +8041,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "always-assert", "assert_matches", @@ -8087,7 +8077,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "polkadot-node-primitives", @@ -8103,7 +8093,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "futures", "lru 0.9.0", @@ -8118,7 +8108,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "lazy_static", "log", @@ -8136,7 +8126,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bs58", "futures", @@ -8155,7 +8145,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", "derive_more", @@ -8178,7 +8168,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bounded-vec", "futures", @@ -8201,7 +8191,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8211,7 +8201,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", "futures", @@ -8229,7 +8219,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", "derive_more", @@ -8252,7 +8242,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", "derive_more", @@ -8285,7 +8275,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", "futures", @@ -8308,7 +8298,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bounded-collections", "derive_more", @@ -8407,7 +8397,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8423,7 +8413,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "hex-literal", @@ -8449,10 +8439,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ - "beefy-gadget", - "beefy-gadget-rpc", "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", @@ -8461,9 +8449,11 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", + "sc-consensus-beefy", + "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-finality-grandpa", - "sc-finality-grandpa-rpc", + "sc-consensus-grandpa", + "sc-consensus-grandpa-rpc", "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", @@ -8481,7 +8471,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "frame-benchmarking", @@ -8546,9 +8536,9 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -8571,7 +8561,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "frame-benchmarking", @@ -8584,7 +8574,6 @@ dependencies = [ "pallet-authorship", "pallet-babe", "pallet-balances", - "pallet-beefy-mmr", "pallet-election-provider-multi-phase", "pallet-fast-unstake", "pallet-session", @@ -8603,7 +8592,6 @@ dependencies = [ "serde_derive", "slot-range-helper", "sp-api", - "sp-beefy", "sp-core", "sp-inherents", "sp-io", @@ -8619,7 +8607,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "frame-support", "polkadot-primitives", @@ -8633,7 +8621,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bs58", "parity-scale-codec", @@ -8645,7 +8633,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitflags", "bitvec", @@ -8689,10 +8677,9 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "async-trait", - "beefy-gadget", "frame-benchmarking-cli", "frame-support", "frame-system-rpc-runtime-api", @@ -8754,9 +8741,10 @@ dependencies = [ "sc-client-db", "sc-consensus", "sc-consensus-babe", + "sc-consensus-beefy", + "sc-consensus-grandpa", "sc-consensus-slots", "sc-executor", - "sc-finality-grandpa", "sc-keystore", "sc-network", "sc-network-common", @@ -8770,13 +8758,13 @@ dependencies = [ "serde_json", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", "sp-core", - "sp-finality-grandpa", "sp-inherents", "sp-io", "sp-keystore", @@ -8798,7 +8786,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8819,7 +8807,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8829,7 +8817,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8854,7 +8842,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8891,9 +8879,9 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -8915,7 +8903,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "frame-benchmarking", "frame-system", @@ -8941,8 +8929,8 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-consensus-babe", + "sc-consensus-grandpa", "sc-executor", - "sc-finality-grandpa", "sc-network", "sc-network-common", "sc-service", @@ -8953,8 +8941,8 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", + "sp-consensus-grandpa", "sp-core", - "sp-finality-grandpa", "sp-inherents", "sp-keyring", "sp-runtime", @@ -9524,6 +9512,18 @@ version = "0.6.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" +[[package]] +name = "region" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e" +dependencies = [ + "bitflags", + "libc", + "mach", + "winapi", +] + [[package]] name = "remove_dir_all" version = "0.5.3" @@ -9630,7 +9630,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9692,9 +9692,9 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -9716,7 +9716,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "frame-support", "polkadot-primitives", @@ -9822,6 +9822,20 @@ dependencies = [ "nom", ] +[[package]] +name = "rustix" +version = "0.35.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9" +dependencies = [ + "bitflags", + "errno", + "io-lifetimes 0.7.5", + "libc", + "linux-raw-sys 0.0.46", + "windows-sys 0.42.0", +] + [[package]] name = "rustix" version = "0.36.7" @@ -9830,9 +9844,9 @@ checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03" dependencies = [ "bitflags", "errno", - "io-lifetimes", + "io-lifetimes 1.0.2", "libc", - "linux-raw-sys", + "linux-raw-sys 0.1.3", "windows-sys 0.42.0", ] @@ -9935,7 +9949,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "log", "sp-core", @@ -9946,7 +9960,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "futures", @@ -9973,7 +9987,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "futures-timer", @@ -9996,7 +10010,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10006,28 +10020,31 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-state-machine", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "memmap2", "sc-chain-spec-derive", + "sc-client-api", + "sc-executor", "sc-network-common", "sc-telemetry", "serde", "serde_json", + "sp-blockchain", "sp-core", "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10038,7 +10055,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10078,7 +10095,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "fnv", "futures", @@ -10104,7 +10121,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "hash-db", "kvdb", @@ -10130,7 +10147,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "futures", @@ -10155,7 +10172,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "futures", @@ -10184,7 +10201,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "fork-tree", @@ -10223,7 +10240,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "jsonrpsee", @@ -10242,10 +10259,63 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-consensus-beefy" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "array-bytes 4.2.0", + "async-trait", + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api", + "sc-consensus", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-utils", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-beefy", + "sp-core", + "sp-keystore", + "sp-mmr-primitives", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", + "wasm-timer", +] + +[[package]] +name = "sc-consensus-beefy-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-consensus-beefy", + "sc-rpc", + "serde", + "sp-consensus-beefy", + "sp-core", + "sp-runtime", + "thiserror", +] + [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10256,100 +10326,9 @@ dependencies = [ ] [[package]] -name = "sc-consensus-slots" +name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", -] - -[[package]] -name = "sc-executor" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "lru 0.8.1", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-wasmi", - "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie", - "sp-version", - "sp-wasm-interface", - "tracing", - "wasmi 0.13.0", -] - -[[package]] -name = "sc-executor-common" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "sc-allocator", - "sp-maybe-compressed-blob", - "sp-wasm-interface", - "thiserror", - "wasm-instrument 0.3.0", - "wasmi 0.13.0", -] - -[[package]] -name = "sc-executor-wasmi" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "log", - "sc-allocator", - "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", - "wasmi 0.13.0", -] - -[[package]] -name = "sc-executor-wasmtime" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "once_cell", - "rustix", - "sc-allocator", - "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", - "wasmtime", -] - -[[package]] -name = "sc-finality-grandpa" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -10378,8 +10357,8 @@ dependencies = [ "sp-arithmetic", "sp-blockchain", "sp-consensus", + "sp-consensus-grandpa", "sp-core", - "sp-finality-grandpa", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -10387,9 +10366,9 @@ dependencies = [ ] [[package]] -name = "sc-finality-grandpa-rpc" +name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "finality-grandpa", "futures", @@ -10397,7 +10376,7 @@ dependencies = [ "log", "parity-scale-codec", "sc-client-api", - "sc-finality-grandpa", + "sc-consensus-grandpa", "sc-rpc", "serde", "sp-blockchain", @@ -10406,10 +10385,101 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-consensus-slots" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-consensus", + "sc-telemetry", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", +] + +[[package]] +name = "sc-executor" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "lru 0.8.1", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common", + "sc-executor-wasmi", + "sc-executor-wasmtime", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-trie", + "sp-version", + "sp-wasm-interface", + "tracing", + "wasmi 0.13.2", +] + +[[package]] +name = "sc-executor-common" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "sc-allocator", + "sp-maybe-compressed-blob", + "sp-wasm-interface", + "thiserror", + "wasm-instrument 0.3.0", + "wasmi 0.13.2", +] + +[[package]] +name = "sc-executor-wasmi" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "log", + "sc-allocator", + "sc-executor-common", + "sp-runtime-interface", + "sp-wasm-interface", + "wasmi 0.13.2", +] + +[[package]] +name = "sc-executor-wasmtime" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "once_cell", + "rustix 0.36.7", + "sc-allocator", + "sc-executor-common", + "sp-runtime-interface", + "sp-wasm-interface", + "wasmtime", +] + [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "ansi_term", "futures", @@ -10424,7 +10494,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10439,12 +10509,12 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", + "async-channel", "async-trait", "asynchronous-codec", - "backtrace", "bytes", "either", "fnv", @@ -10482,7 +10552,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "cid", "futures", @@ -10501,7 +10571,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "bitflags", @@ -10518,7 +10588,7 @@ dependencies = [ "smallvec", "sp-blockchain", "sp-consensus", - "sp-finality-grandpa", + "sp-consensus-grandpa", "sp-runtime", "substrate-prometheus-endpoint", "thiserror", @@ -10527,7 +10597,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "ahash 0.8.2", "futures", @@ -10545,7 +10615,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10566,7 +10636,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10588,8 +10658,8 @@ dependencies = [ "sp-arithmetic", "sp-blockchain", "sp-consensus", + "sp-consensus-grandpa", "sp-core", - "sp-finality-grandpa", "sp-runtime", "substrate-prometheus-endpoint", "thiserror", @@ -10598,7 +10668,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10617,7 +10687,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10647,7 +10717,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "libp2p", @@ -10660,7 +10730,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10669,7 +10739,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "jsonrpsee", @@ -10699,7 +10769,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10718,7 +10788,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "http", "jsonrpsee", @@ -10733,7 +10803,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10759,7 +10829,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "directories", @@ -10825,7 +10895,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "log", "parity-scale-codec", @@ -10836,12 +10906,12 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "clap 4.1.6", + "fs4", "futures", "log", - "nix 0.26.2", "sc-client-db", "sc-utils", "sp-core", @@ -10852,7 +10922,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10860,7 +10930,7 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-finality-grandpa", + "sc-consensus-grandpa", "serde", "serde_json", "sp-blockchain", @@ -10871,7 +10941,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "libc", @@ -10890,7 +10960,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "chrono", "futures", @@ -10909,7 +10979,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "ansi_term", "atty", @@ -10940,7 +11010,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10951,7 +11021,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "futures", @@ -10978,7 +11048,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "futures", @@ -10992,7 +11062,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "backtrace", "futures", @@ -11442,7 +11512,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "enumn", "parity-scale-codec", @@ -11519,7 +11589,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "hash-db", "log", @@ -11537,7 +11607,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "blake2", "proc-macro-crate", @@ -11549,7 +11619,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11562,7 +11632,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "integer-sqrt", "num-traits", @@ -11576,7 +11646,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11586,29 +11656,10 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-beefy" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-mmr-primitives", - "sp-runtime", - "sp-std", - "strum", -] - [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "sp-api", @@ -11620,7 +11671,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "log", @@ -11638,25 +11689,22 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "futures", "log", - "parity-scale-codec", "sp-core", "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std", - "sp-version", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "parity-scale-codec", @@ -11674,7 +11722,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "merlin", @@ -11694,10 +11742,47 @@ dependencies = [ "sp-timestamp", ] +[[package]] +name = "sp-consensus-beefy" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", + "sp-std", + "strum", +] + +[[package]] +name = "sp-consensus-grandpa" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", +] + [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11709,7 +11794,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11722,7 +11807,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11765,7 +11850,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "blake2", "byteorder", @@ -11779,7 +11864,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro2", "quote", @@ -11790,7 +11875,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11799,7 +11884,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro2", "quote", @@ -11809,7 +11894,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "environmental", "parity-scale-codec", @@ -11817,28 +11902,10 @@ dependencies = [ "sp-storage", ] -[[package]] -name = "sp-finality-grandpa" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-std", -] - [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11853,7 +11920,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "bytes", "ed25519", @@ -11878,7 +11945,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "lazy_static", "sp-core", @@ -11889,7 +11956,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "futures", @@ -11906,7 +11973,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "thiserror", "zstd", @@ -11915,7 +11982,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11933,7 +12000,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11947,7 +12014,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "sp-api", "sp-core", @@ -11957,7 +12024,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "backtrace", "lazy_static", @@ -11967,7 +12034,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "rustc-hash", "serde", @@ -11977,7 +12044,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "either", "hash256-std-hasher", @@ -11999,7 +12066,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12017,7 +12084,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "Inflector", "proc-macro-crate", @@ -12029,7 +12096,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "serde", "serde_json", @@ -12038,7 +12105,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "scale-info", @@ -12052,7 +12119,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "scale-info", @@ -12064,7 +12131,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "hash-db", "log", @@ -12084,12 +12151,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12102,7 +12169,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "futures-timer", @@ -12117,7 +12184,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "sp-std", @@ -12129,7 +12196,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "sp-api", "sp-runtime", @@ -12138,7 +12205,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "log", @@ -12154,7 +12221,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "ahash 0.8.2", "hash-db", @@ -12177,7 +12244,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12194,7 +12261,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12205,21 +12272,21 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", "sp-std", - "wasmi 0.13.0", + "wasmi 0.13.2", "wasmtime", ] [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "parity-scale-codec", "scale-info", @@ -12527,7 +12594,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "platforms", ] @@ -12535,7 +12602,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12554,7 +12621,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "hyper", "log", @@ -12566,7 +12633,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "jsonrpsee", @@ -12579,7 +12646,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "jsonrpsee", "log", @@ -12598,7 +12665,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12624,7 +12691,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12634,7 +12701,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12645,7 +12712,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "ansi_term", "build-helper", @@ -12762,7 +12829,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "frame-support", "polkadot-primitives", @@ -13153,7 +13220,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -13164,7 +13231,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -13219,9 +13286,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3390c0409daaa6027d6681393316f4ccd3ff82e1590a1e4725014e3ae2bf1920" +checksum = "879380c0061b165ba1f036325b7f3478bc1a947814d9fc36d22c5d8e960b11bd" dependencies = [ "hash-db", "hashbrown 0.13.2", @@ -13294,7 +13361,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fbddfbd76c60c6fda0024e8a44e82ad776033e4b" +source = "git+https://github.com/paritytech/substrate?branch=master#4aa213ce1aef94f97836e7ceec753e2a131c849a" dependencies = [ "async-trait", "clap 4.1.6", @@ -13699,13 +13766,13 @@ dependencies = [ [[package]] name = "wasmi" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc13b3c219ca9aafeec59150d80d89851df02e0061bc357b4d66fc55a8d38787" +checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422" dependencies = [ "parity-wasm", "wasmi-validation", - "wasmi_core 0.2.0", + "wasmi_core 0.2.1", ] [[package]] @@ -13737,15 +13804,16 @@ checksum = "a1ea379cbb0b41f3a9f0bf7b47036d036aae7f43383d8cc487d4deccf40dee0a" [[package]] name = "wasmi_core" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a088e8c4c59c6f2b9eae169bf86328adccc477c00b56d3661e3e9fb397b184" +checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7" dependencies = [ "downcast-rs", "libm", "memory_units", "num-rational", "num-traits", + "region", ] [[package]] @@ -13827,7 +13895,7 @@ dependencies = [ "directories-next", "file-per-thread-logger", "log", - "rustix", + "rustix 0.36.7", "serde", "sha2 0.10.2", "toml 0.5.10", @@ -13907,7 +13975,7 @@ checksum = "f76ef2e410329aaf8555ac6571d6fe07711be0646dcdf7ff3ab750a42ed2e583" dependencies = [ "object 0.29.0", "once_cell", - "rustix", + "rustix 0.36.7", ] [[package]] @@ -13938,7 +14006,7 @@ dependencies = [ "memoffset 0.6.5", "paste", "rand 0.8.5", - "rustix", + "rustix 0.36.7", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-jit-debug", @@ -14220,7 +14288,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bitvec", "frame-benchmarking", @@ -14287,9 +14355,9 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -14312,7 +14380,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "frame-support", "polkadot-primitives", @@ -14714,7 +14782,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "bounded-collections", "derivative", @@ -14730,7 +14798,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "frame-support", "frame-system", @@ -14751,7 +14819,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "environmental", "frame-benchmarking", @@ -14771,7 +14839,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" +source = "git+https://github.com/paritytech/polkadot?branch=master#54bcee1d5615f53781d5172fcce6700dbf35dad2" dependencies = [ "Inflector", "proc-macro2", diff --git a/cumulus/parachains/runtimes/assets/statemine/src/weights/pallet_assets.rs b/cumulus/parachains/runtimes/assets/statemine/src/weights/pallet_assets.rs index c266dacc2d..71c1b39f42 100644 --- a/cumulus/parachains/runtimes/assets/statemine/src/weights/pallet_assets.rs +++ b/cumulus/parachains/runtimes/assets/statemine/src/weights/pallet_assets.rs @@ -433,4 +433,16 @@ impl pallet_assets::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen) + fn set_min_balance() -> Weight { + // Proof Size summary in bytes: + // Measured: `383` + // Estimated: `3675` + // Minimum execution time: 16_213 nanoseconds. + Weight::from_ref_time(16_575_000) + .saturating_add(Weight::from_proof_size(3675)) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } } diff --git a/cumulus/parachains/runtimes/assets/statemint/src/weights/pallet_assets.rs b/cumulus/parachains/runtimes/assets/statemint/src/weights/pallet_assets.rs index d1715011a6..0973f7223b 100644 --- a/cumulus/parachains/runtimes/assets/statemint/src/weights/pallet_assets.rs +++ b/cumulus/parachains/runtimes/assets/statemint/src/weights/pallet_assets.rs @@ -431,4 +431,16 @@ impl pallet_assets::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen) + fn set_min_balance() -> Weight { + // Proof Size summary in bytes: + // Measured: `383` + // Estimated: `3675` + // Minimum execution time: 16_213 nanoseconds. + Weight::from_ref_time(16_575_000) + .saturating_add(Weight::from_proof_size(3675)) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } } diff --git a/cumulus/parachains/runtimes/assets/westmint/src/weights/pallet_assets.rs b/cumulus/parachains/runtimes/assets/westmint/src/weights/pallet_assets.rs index 189a12c05f..34d4882217 100644 --- a/cumulus/parachains/runtimes/assets/westmint/src/weights/pallet_assets.rs +++ b/cumulus/parachains/runtimes/assets/westmint/src/weights/pallet_assets.rs @@ -431,4 +431,16 @@ impl pallet_assets::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen) + fn set_min_balance() -> Weight { + // Proof Size summary in bytes: + // Measured: `383` + // Estimated: `3675` + // Minimum execution time: 16_213 nanoseconds. + Weight::from_ref_time(16_575_000) + .saturating_add(Weight::from_proof_size(3675)) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } }