diff --git a/Cargo.lock b/Cargo.lock index 89a17e254ab..ffc8e5c7181 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "hash-db", "log", @@ -1715,6 +1715,19 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "console" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "unicode-width", + "windows-sys 0.42.0", +] + [[package]] name = "const-oid" version = "0.9.2" @@ -3375,6 +3388,12 @@ dependencies = [ "zeroize", ] +[[package]] +name = "encode_unicode" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + [[package]] name = "enum-as-inner" version = "0.5.1" @@ -3742,7 +3761,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", ] @@ -3765,7 +3784,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-support-procedural", @@ -3790,7 +3809,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3837,7 +3856,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3848,7 +3867,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3865,7 +3884,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -3894,10 +3913,11 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-recursion", "futures", + "indicatif", "jsonrpsee", "log", "parity-scale-codec", @@ -3905,6 +3925,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", + "spinners", "substrate-rpc-client", "tokio", ] @@ -3912,7 +3933,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "bitflags", "environmental", @@ -3945,7 +3966,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "Inflector", "cfg-expr", @@ -3961,7 +3982,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3973,7 +3994,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro2", "quote", @@ -3983,7 +4004,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "log", @@ -4001,7 +4022,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4016,7 +4037,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -4025,7 +4046,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "parity-scale-codec", @@ -4730,6 +4751,18 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" +[[package]] +name = "indicatif" +version = "0.17.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" +dependencies = [ + "console", + "number_prefix", + "portable-atomic", + "unicode-width", +] + [[package]] name = "instant" version = "0.1.12" @@ -5982,7 +6015,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "log", @@ -6001,7 +6034,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "anyhow", "jsonrpsee", @@ -6349,6 +6382,12 @@ dependencies = [ "libc", ] +[[package]] +name = "number_prefix" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + [[package]] name = "object" version = "0.29.0" @@ -6500,7 +6539,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -6521,7 +6560,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -6539,7 +6578,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -6554,7 +6593,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -6570,7 +6609,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -6586,7 +6625,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -6600,7 +6639,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -6624,7 +6663,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6644,7 +6683,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -6659,7 +6698,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -6678,7 +6717,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6702,7 +6741,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -6808,7 +6847,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -6852,7 +6891,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -6869,7 +6908,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "bitflags", "environmental", @@ -6899,7 +6938,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "bitflags", "parity-scale-codec", @@ -6912,7 +6951,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro2", "quote", @@ -6922,7 +6961,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6939,7 +6978,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -6957,7 +6996,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6980,7 +7019,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6993,7 +7032,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7011,7 +7050,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7029,7 +7068,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7052,7 +7091,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7068,7 +7107,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7088,7 +7127,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7105,7 +7144,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -7119,7 +7158,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7136,7 +7175,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7153,7 +7192,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7169,7 +7208,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7187,7 +7226,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "pallet-nfts", @@ -7198,7 +7237,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7214,7 +7253,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -7231,7 +7270,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7251,7 +7290,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7262,7 +7301,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -7279,7 +7318,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7303,7 +7342,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7320,7 +7359,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7335,7 +7374,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7353,7 +7392,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7368,7 +7407,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7387,7 +7426,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7404,7 +7443,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -7425,7 +7464,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7441,7 +7480,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -7455,7 +7494,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7478,7 +7517,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7489,7 +7528,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "log", "sp-arithmetic", @@ -7498,7 +7537,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -7507,7 +7546,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7524,7 +7563,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -7537,23 +7576,20 @@ dependencies = [ [[package]] name = "pallet-template" -version = "0.1.0" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7571,7 +7607,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7590,7 +7626,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-support", "frame-system", @@ -7606,7 +7642,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7622,7 +7658,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7634,7 +7670,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7651,7 +7687,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7666,7 +7702,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7682,7 +7718,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7697,7 +7733,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -7918,9 +7954,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac" +checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28" dependencies = [ "arrayvec 0.7.2", "bitvec", @@ -9764,6 +9800,12 @@ dependencies = [ "universal-hash", ] +[[package]] +name = "portable-atomic" +version = "0.3.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" + [[package]] name = "portpicker" version = "0.1.1" @@ -10767,7 +10809,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "log", "sp-core", @@ -10778,7 +10820,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "futures", @@ -10806,7 +10848,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "futures-timer", @@ -10829,7 +10871,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10844,7 +10886,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10863,7 +10905,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10874,7 +10916,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10914,7 +10956,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "fnv", "futures", @@ -10941,7 +10983,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "hash-db", "kvdb", @@ -10967,7 +11009,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "futures", @@ -10992,7 +11034,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "futures", @@ -11021,7 +11063,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "fork-tree", @@ -11057,7 +11099,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "jsonrpsee", @@ -11079,7 +11121,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11114,7 +11156,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "jsonrpsee", @@ -11133,7 +11175,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11146,7 +11188,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -11186,7 +11228,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "finality-grandpa", "futures", @@ -11206,7 +11248,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "futures", @@ -11229,7 +11271,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -11253,7 +11295,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11266,7 +11308,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "log", "sc-allocator", @@ -11279,7 +11321,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "anyhow", "cfg-if", @@ -11297,7 +11339,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "ansi_term", "futures", @@ -11313,7 +11355,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11328,7 +11370,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11373,7 +11415,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "cid", "futures", @@ -11393,7 +11435,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11421,7 +11463,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "ahash 0.8.2", "futures", @@ -11440,7 +11482,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11462,7 +11504,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11496,7 +11538,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11516,7 +11558,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11547,7 +11589,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "libp2p", @@ -11560,7 +11602,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11569,7 +11611,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "jsonrpsee", @@ -11600,7 +11642,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11619,7 +11661,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "http", "jsonrpsee", @@ -11634,7 +11676,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11660,7 +11702,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "directories", @@ -11726,7 +11768,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "log", "parity-scale-codec", @@ -11737,7 +11779,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "clap 4.2.7", "fs4", @@ -11753,7 +11795,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11772,7 +11814,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "libc", @@ -11791,7 +11833,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "chrono", "futures", @@ -11810,7 +11852,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "ansi_term", "atty", @@ -11841,7 +11883,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11852,7 +11894,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "futures", @@ -11879,7 +11921,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "futures", @@ -11893,7 +11935,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-channel", "futures", @@ -12451,7 +12493,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "hash-db", "log", @@ -12471,7 +12513,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "Inflector", "blake2", @@ -12485,7 +12527,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "scale-info", @@ -12498,7 +12540,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "integer-sqrt", "num-traits", @@ -12512,7 +12554,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "scale-info", @@ -12525,7 +12567,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -12537,7 +12579,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "log", @@ -12555,7 +12597,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "futures", @@ -12570,7 +12612,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "parity-scale-codec", @@ -12588,7 +12630,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "parity-scale-codec", @@ -12609,7 +12651,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12628,7 +12670,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "finality-grandpa", "log", @@ -12646,7 +12688,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "scale-info", @@ -12658,7 +12700,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -12702,7 +12744,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "blake2b_simd", "byteorder", @@ -12716,7 +12758,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro2", "quote", @@ -12727,7 +12769,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12736,7 +12778,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro2", "quote", @@ -12746,7 +12788,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "environmental", "parity-scale-codec", @@ -12757,7 +12799,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12772,7 +12814,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "bytes", "ed25519", @@ -12798,7 +12840,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "lazy_static", "sp-core", @@ -12809,7 +12851,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "parity-scale-codec", @@ -12823,7 +12865,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -12832,7 +12874,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -12843,7 +12885,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12861,7 +12903,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "scale-info", @@ -12875,7 +12917,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "sp-api", "sp-core", @@ -12885,7 +12927,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "backtrace", "lazy_static", @@ -12895,7 +12937,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "rustc-hash", "serde", @@ -12905,7 +12947,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "either", "hash256-std-hasher", @@ -12927,7 +12969,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12945,7 +12987,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "Inflector", "proc-macro-crate", @@ -12957,7 +12999,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "serde", "serde_json", @@ -12966,7 +13008,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "scale-info", @@ -12980,7 +13022,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "scale-info", @@ -12993,7 +13035,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "hash-db", "log", @@ -13013,7 +13055,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "log", "parity-scale-codec", @@ -13031,12 +13073,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13049,7 +13091,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "futures-timer", @@ -13064,7 +13106,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "sp-std", @@ -13076,7 +13118,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "sp-api", "sp-runtime", @@ -13085,7 +13127,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "log", @@ -13101,7 +13143,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13124,7 +13166,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13141,7 +13183,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13152,7 +13194,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13166,7 +13208,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "parity-scale-codec", "scale-info", @@ -13190,6 +13232,17 @@ version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" +[[package]] +name = "spinners" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab" +dependencies = [ + "lazy_static", + "maplit", + "strum", +] + [[package]] name = "spki" version = "0.6.0" @@ -13490,7 +13543,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "platforms 2.0.0", ] @@ -13498,7 +13551,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13517,7 +13570,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "hyper", "log", @@ -13529,7 +13582,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "jsonrpsee", @@ -13542,7 +13595,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "jsonrpsee", "log", @@ -13561,7 +13614,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13587,7 +13640,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "futures", "substrate-test-utils-derive", @@ -13597,7 +13650,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -13608,7 +13661,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "ansi_term", "build-helper", @@ -14262,7 +14315,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +source = "git+https://github.com/paritytech/substrate?branch=master#9957da3cbb027f9b754c453a4d58a62665e532ef" dependencies = [ "async-trait", "clap 4.2.7", @@ -14617,9 +14670,9 @@ dependencies = [ [[package]] name = "wasm-opt" -version = "0.111.0" +version = "0.112.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41" +checksum = "87fef6d0d508f08334e0ab0e6877feb4c0ecb3956bcf2cb950699b22fedf3e9c" dependencies = [ "anyhow", "libc", @@ -14633,9 +14686,9 @@ dependencies = [ [[package]] name = "wasm-opt-cxx-sys" -version = "0.111.0" +version = "0.112.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4" +checksum = "bc816bbc1596c8f2e8127e137a760c798023ef3d378f2ae51f0f1840e2dfa445" dependencies = [ "anyhow", "cxx", @@ -14645,15 +14698,14 @@ dependencies = [ [[package]] name = "wasm-opt-sys" -version = "0.111.0" +version = "0.112.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7" +checksum = "40199e4f68ef1071b3c6d0bd8026a12b481865d4b9e49c156932ea9a6234dd14" dependencies = [ "anyhow", "cc", "cxx", "cxx-build", - "regex", ] [[package]]