diff --git a/Cargo.lock b/Cargo.lock index d6bdf2469e..c73041fd26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,6 +96,12 @@ dependencies = [ "memchr", ] +[[package]] +name = "always-assert" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11" + [[package]] name = "ansi_term" version = "0.11.0" @@ -709,6 +715,12 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "cfg_aliases" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + [[package]] name = "chacha20" version = "0.5.0" @@ -945,7 +957,7 @@ dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-frontend", - "itertools", + "itertools 0.9.0", "log", "serde", "smallvec 1.6.1", @@ -1979,7 +1991,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", ] @@ -1997,7 +2009,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -2016,7 +2028,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "Inflector", "chrono", @@ -2036,10 +2048,23 @@ dependencies = [ "structopt", ] +[[package]] +name = "frame-election-provider-support" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" +dependencies = [ + "frame-support", + "frame-system", + "parity-scale-codec", + "sp-arithmetic", + "sp-npos-elections", + "sp-std", +] + [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -2055,7 +2080,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "serde", @@ -2066,7 +2091,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "bitflags", "frame-metadata", @@ -2092,7 +2117,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2104,7 +2129,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2116,7 +2141,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.9", @@ -2126,7 +2151,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2143,7 +2168,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sp-api", @@ -2152,7 +2177,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "parity-scale-codec", @@ -2161,6 +2186,12 @@ dependencies = [ "sp-std", ] +[[package]] +name = "fs-err" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431" + [[package]] name = "fs-swap" version = "0.2.5" @@ -2173,6 +2204,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "fs2" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" +dependencies = [ + "libc", + "winapi 0.3.9", +] + [[package]] name = "fuchsia-cprng" version = "0.1.1" @@ -2967,6 +3008,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "0.4.7" @@ -3193,13 +3243,14 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "frame-executive", "frame-support", "frame-system", "frame-system-rpc-runtime-api", + "frame-try-runtime", "log", "pallet-authority-discovery", "pallet-authorship", @@ -3996,7 +4047,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -4397,7 +4448,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4413,7 +4464,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4428,7 +4479,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-benchmarking", "frame-support", @@ -4452,7 +4503,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-benchmarking", "frame-support", @@ -4467,7 +4518,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4481,7 +4532,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4497,7 +4548,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-benchmarking", "frame-support", @@ -4512,15 +4563,15 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ + "frame-election-provider-support", "frame-support", "frame-system", "log", "parity-scale-codec", "serde", "sp-arithmetic", - "sp-election-providers", "sp-io", "sp-npos-elections", "sp-runtime", @@ -4531,7 +4582,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4546,7 +4597,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-benchmarking", "frame-support", @@ -4568,7 +4619,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4584,7 +4635,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4603,7 +4654,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4619,7 +4670,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4633,7 +4684,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4648,7 +4699,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4662,7 +4713,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4678,7 +4729,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4693,7 +4744,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4706,7 +4757,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "enumflags2", "frame-support", @@ -4721,7 +4772,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-benchmarking", "frame-support", @@ -4737,7 +4788,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4757,7 +4808,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4771,17 +4822,18 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ + "frame-election-provider-support", "frame-support", "frame-system", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", + "paste 1.0.4", "serde", "sp-application-crypto", - "sp-election-providers", "sp-io", "sp-npos-elections", "sp-runtime", @@ -4793,7 +4845,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.24", @@ -4804,7 +4856,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4818,7 +4870,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-benchmarking", "frame-support", @@ -4836,7 +4888,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4850,7 +4902,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4866,7 +4918,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4883,7 +4935,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -4894,7 +4946,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4909,7 +4961,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-support", "frame-system", @@ -4924,7 +4976,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "enumflags2", "frame-support", @@ -4948,12 +5000,13 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111e193c96758d476d272093a853882668da17489f76bf4361b8decae0b6c515" +checksum = "495197c078e54b8735181aa35c00a327f7f3a3cc00a1ee8c95926dd010f0ec6b" dependencies = [ "blake2-rfc", "crc32fast", + "fs2", "hex", "libc", "log", @@ -5390,7 +5443,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "polkadot-node-network-protocol", @@ -5404,7 +5457,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "parity-scale-codec", @@ -5418,7 +5471,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "lru", @@ -5440,7 +5493,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -5459,7 +5512,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "frame-benchmarking-cli", "futures 0.3.12", @@ -5479,8 +5532,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ + "always-assert", "futures 0.3.12", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -5494,7 +5548,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.7.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -5506,11 +5560,11 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "reed-solomon-erasure", + "reed-solomon-novelpoly", "sp-core", "sp-trie", "thiserror", @@ -5519,7 +5573,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "polkadot-node-network-protocol", @@ -5533,7 +5587,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "async-trait", "futures 0.3.12", @@ -5550,7 +5604,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "polkadot-erasure-coding", @@ -5566,7 +5620,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -5595,7 +5649,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "futures 0.3.12", @@ -5616,7 +5670,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "futures 0.3.12", @@ -5634,7 +5688,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "polkadot-node-subsystem", @@ -5649,7 +5703,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-selection" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "polkadot-node-primitives", @@ -5664,7 +5718,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "parity-scale-codec", @@ -5680,7 +5734,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "polkadot-node-subsystem", @@ -5693,7 +5747,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-proposer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -5718,7 +5772,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "futures 0.3.12", @@ -5733,7 +5787,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "memory-lru", @@ -5750,7 +5804,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "async-std", "lazy_static", @@ -5767,7 +5821,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "parity-scale-codec", @@ -5776,14 +5830,12 @@ dependencies = [ "polkadot-primitives", "sc-network", "strum", - "thiserror", - "zstd", ] [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "parity-scale-codec", @@ -5801,7 +5853,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "async-std", "async-trait", @@ -5831,7 +5883,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "async-trait", "futures 0.3.12", @@ -5853,7 +5905,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "async-trait", "futures 0.3.12", @@ -5879,7 +5931,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "async-trait", "futures 0.3.12", @@ -5896,7 +5948,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "derive_more 0.99.11", "futures 0.3.12", @@ -5923,7 +5975,7 @@ dependencies = [ [[package]] name = "polkadot-pov-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "futures 0.3.12", "polkadot-node-network-protocol", @@ -5937,7 +5989,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "frame-system", @@ -5960,12 +6012,14 @@ dependencies = [ "sp-std", "sp-trie", "sp-version", + "thiserror", + "zstd", ] [[package]] name = "polkadot-procmacro-subsystem-dispatch-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "assert_matches", "proc-macro2 1.0.24", @@ -5976,7 +6030,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -6006,13 +6060,14 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "frame-executive", "frame-support", "frame-system", "frame-system-rpc-runtime-api", + "frame-try-runtime", "log", "pallet-authority-discovery", "pallet-authorship", @@ -6072,11 +6127,12 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "frame-support", "frame-system", + "impl-trait-for-tuples", "log", "pallet-authorship", "pallet-balances", @@ -6108,7 +6164,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -6145,7 +6201,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.3" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", @@ -6229,7 +6285,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "arrayvec 0.5.2", "futures 0.3.12", @@ -6246,7 +6302,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -6256,7 +6312,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -6281,9 +6337,10 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", + "frame-election-provider-support", "frame-executive", "frame-support", "frame-system", @@ -6320,7 +6377,6 @@ dependencies = [ "sp-block-builder", "sp-consensus-babe", "sp-core", - "sp-election-providers", "sp-inherents", "sp-io", "sp-offchain", @@ -6336,7 +6392,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "frame-benchmarking", "frame-system", @@ -6569,7 +6625,7 @@ checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3" dependencies = [ "bytes 1.0.1", "heck", - "itertools", + "itertools 0.9.0", "log", "multimap", "petgraph", @@ -6586,7 +6642,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4" dependencies = [ "anyhow", - "itertools", + "itertools 0.9.0", "proc-macro2 1.0.24", "quote 1.0.9", "syn 1.0.60", @@ -6999,12 +7055,16 @@ dependencies = [ ] [[package]] -name = "reed-solomon-erasure" -version = "4.0.2" +name = "reed-solomon-novelpoly" +version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d" +checksum = "f11e01a8ef53ec033daf53a9385a1d0bb266155797919096e4134118f45efe82" dependencies = [ - "smallvec 1.6.1", + "derive_more 0.99.11", + "fs-err", + "itertools 0.10.0", + "static_init", + "thiserror", ] [[package]] @@ -7081,7 +7141,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "env_logger 0.8.3", "hex-literal 0.3.1", @@ -7222,7 +7282,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "frame-executive", "frame-support", @@ -7407,7 +7467,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -7435,7 +7495,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7458,7 +7518,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7474,7 +7534,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7495,7 +7555,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.24", @@ -7506,7 +7566,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "chrono", "fdlimit", @@ -7544,7 +7604,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "fnv", @@ -7578,7 +7638,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "blake2-rfc", "hash-db", @@ -7608,7 +7668,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7619,7 +7679,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "fork-tree", @@ -7665,7 +7725,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "futures 0.3.12", @@ -7689,7 +7749,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7702,7 +7762,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7721,6 +7781,7 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", + "sp-timestamp", "sp-trie", "thiserror", ] @@ -7728,7 +7789,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "log", "sc-client-api", @@ -7742,7 +7803,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "lazy_static", @@ -7771,7 +7832,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -7787,7 +7848,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "log", "parity-scale-codec", @@ -7802,7 +7863,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "log", "parity-scale-codec", @@ -7820,7 +7881,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "dyn-clone", @@ -7859,7 +7920,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -7883,7 +7944,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "futures 0.3.12", @@ -7904,7 +7965,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "ansi_term 0.12.1", "futures 0.3.12", @@ -7922,7 +7983,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -7942,7 +8003,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "hash-db", "lazy_static", @@ -7961,7 +8022,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "async-std", "async-trait", @@ -8014,7 +8075,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -8024,13 +8085,14 @@ dependencies = [ "sc-network", "sp-runtime", "substrate-prometheus-endpoint", + "tracing", "wasm-timer", ] [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "bytes 0.5.6", "fnv", @@ -8058,7 +8120,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "libp2p", @@ -8071,7 +8133,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8080,7 +8142,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "hash-db", @@ -8114,7 +8176,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "futures 0.3.12", @@ -8138,7 +8200,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -8156,7 +8218,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "directories", "exit-future 0.2.0", @@ -8219,7 +8281,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "log", "parity-scale-codec", @@ -8234,7 +8296,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8254,7 +8316,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "chrono", "futures 0.3.12", @@ -8274,7 +8336,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8301,7 +8363,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.24", @@ -8312,7 +8374,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "futures 0.3.12", @@ -8334,7 +8396,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "futures-diagnose", @@ -8739,7 +8801,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "log", "sp-core", @@ -8751,7 +8813,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "hash-db", "log", @@ -8768,7 +8830,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -8780,7 +8842,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "serde", @@ -8792,7 +8854,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "integer-sqrt", "num-traits", @@ -8805,7 +8867,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sp-api", @@ -8817,7 +8879,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8828,7 +8890,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sp-api", @@ -8840,7 +8902,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "log", @@ -8858,7 +8920,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "serde", "serde_json", @@ -8867,7 +8929,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -8893,11 +8955,12 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#fcf950ca4906bed0b8118d6b40fa8a8a0acf9425" dependencies = [ "parity-scale-codec", "sp-api", "sp-application-crypto", + "sp-consensus", "sp-consensus-slots", "sp-inherents", "sp-runtime", @@ -8908,7 +8971,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "merlin", "parity-scale-codec", @@ -8929,7 +8992,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -8939,7 +9002,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8951,7 +9014,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "base58", "blake2-rfc", @@ -8995,7 +9058,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9004,28 +9067,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.9", "syn 1.0.60", ] -[[package]] -name = "sp-election-providers" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" -dependencies = [ - "parity-scale-codec", - "sp-arithmetic", - "sp-npos-elections", - "sp-std", -] - [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "environmental", "parity-scale-codec", @@ -9036,7 +9088,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "finality-grandpa", "log", @@ -9053,7 +9105,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -9065,7 +9117,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "hash-db", @@ -9089,7 +9141,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "lazy_static", "sp-core", @@ -9100,7 +9152,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -9117,7 +9169,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "serde", @@ -9130,7 +9182,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.24", @@ -9141,7 +9193,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "sp-api", "sp-core", @@ -9151,7 +9203,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "backtrace", ] @@ -9159,7 +9211,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "serde", "sp-core", @@ -9168,7 +9220,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "either", "hash256-std-hasher", @@ -9189,7 +9241,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9206,7 +9258,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9218,7 +9270,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "serde", "serde_json", @@ -9227,7 +9279,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sp-api", @@ -9240,7 +9292,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9250,7 +9302,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "hash-db", "log", @@ -9272,12 +9324,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9290,7 +9342,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "log", "sp-core", @@ -9303,7 +9355,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#fcf950ca4906bed0b8118d6b40fa8a8a0acf9425" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -9316,7 +9368,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "parity-scale-codec", "sp-api", @@ -9329,7 +9381,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "log", "parity-scale-codec", @@ -9342,7 +9394,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "derive_more 0.99.11", "futures 0.3.12", @@ -9358,7 +9410,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "hash-db", "memory-db", @@ -9372,7 +9424,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.3.12", "futures-core", @@ -9384,7 +9436,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9396,7 +9448,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9422,6 +9474,31 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" +[[package]] +name = "static_init" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c" +dependencies = [ + "cfg_aliases", + "libc", + "parking_lot 0.11.1", + "static_init_macro", +] + +[[package]] +name = "static_init_macro" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf" +dependencies = [ + "cfg_aliases", + "memchr", + "proc-macro2 1.0.24", + "quote 1.0.9", + "syn 1.0.60", +] + [[package]] name = "statrs" version = "0.12.0" @@ -9529,7 +9606,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "platforms", ] @@ -9537,7 +9614,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.12", @@ -9560,7 +9637,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "async-std", "derive_more 0.99.11", @@ -9574,7 +9651,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "futures 0.1.30", "futures 0.3.12", @@ -9602,7 +9679,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#fcf950ca4906bed0b8118d6b40fa8a8a0acf9425" dependencies = [ "cfg-if 1.0.0", "frame-support", @@ -9643,7 +9720,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#fcf950ca4906bed0b8118d6b40fa8a8a0acf9425" dependencies = [ "futures 0.3.12", "parity-scale-codec", @@ -9664,7 +9741,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#fcf950ca4906bed0b8118d6b40fa8a8a0acf9425" dependencies = [ "futures 0.3.12", "substrate-test-utils-derive", @@ -9674,7 +9751,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#fcf950ca4906bed0b8118d6b40fa8a8a0acf9425" dependencies = [ "proc-macro-crate 1.0.0", "quote 1.0.9", @@ -9700,7 +9777,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#fcf950ca4906bed0b8118d6b40fa8a8a0acf9425" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10334,7 +10411,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#101b347675e880ba9b01041b766f1487567f7450" +source = "git+https://github.com/paritytech/substrate?branch=master#307a3b6c1c4cc911dd52c710a5d8b744533724f1" dependencies = [ "frame-try-runtime", "log", @@ -10973,13 +11050,14 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "bitvec", "frame-executive", "frame-support", "frame-system", "frame-system-rpc-runtime-api", + "frame-try-runtime", "log", "pallet-authority-discovery", "pallet-authorship", @@ -11016,6 +11094,7 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", + "polkadot-runtime-parachains", "rustc-hex", "serde", "serde_derive", @@ -11130,7 +11209,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "parity-scale-codec", ] @@ -11138,7 +11217,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "frame-support", "parity-scale-codec", @@ -11154,7 +11233,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#a1e36eccfc75058255cd36afd430ce39f7704ec5" +source = "git+https://github.com/paritytech/polkadot?branch=master#6252c064c4f8206af919977a0161750e0ff886d2" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -11230,6 +11309,6 @@ checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81" dependencies = [ "cc", "glob", - "itertools", + "itertools 0.9.0", "libc", ] diff --git a/client/consensus/relay-chain/src/import_queue.rs b/client/consensus/relay-chain/src/import_queue.rs index 0054079e39..2ff65a518b 100644 --- a/client/consensus/relay-chain/src/import_queue.rs +++ b/client/consensus/relay-chain/src/import_queue.rs @@ -28,7 +28,7 @@ use sp_inherents::InherentDataProviders; use sp_runtime::{ generic::BlockId, traits::{Block as BlockT, Header as HeaderT}, - Justification, + Justifications, }; /// A verifier that just checks the inherents. @@ -48,7 +48,7 @@ where &mut self, origin: BlockOrigin, header: Block::Header, - justification: Option, + justifications: Option, mut body: Option>, ) -> Result< ( @@ -88,7 +88,7 @@ where let post_hash = Some(header.hash()); let mut block_import_params = BlockImportParams::new(origin, header); block_import_params.body = body; - block_import_params.justification = justification; + block_import_params.justifications = justifications; // Best block is determined by the relay chain, or if we are doing the intial sync // we import all blocks as new best. diff --git a/pallets/parachain-system/src/lib.rs b/pallets/parachain-system/src/lib.rs index 6607ba4665..cfb97032c9 100644 --- a/pallets/parachain-system/src/lib.rs +++ b/pallets/parachain-system/src/lib.rs @@ -142,7 +142,6 @@ decl_module! { #[weight = (0, DispatchClass::Operational)] pub fn schedule_upgrade(origin, validation_function: Vec) { ensure_root(origin)?; - >::can_set_code(&validation_function)?; Self::schedule_upgrade_impl(validation_function)?; } @@ -909,8 +908,8 @@ mod tests { NodeBlock = Block, UncheckedExtrinsic = UncheckedExtrinsic, { - System: frame_system::{Module, Call, Config, Storage, Event}, - ParachainSystem: parachain_system::{Module, Call, Storage, Event}, + System: frame_system::{Pallet, Call, Config, Storage, Event}, + ParachainSystem: parachain_system::{Pallet, Call, Storage, Event}, } ); diff --git a/rococo-parachains/runtime/src/lib.rs b/rococo-parachains/runtime/src/lib.rs index 6eeee05503..4001e94767 100644 --- a/rococo-parachains/runtime/src/lib.rs +++ b/rococo-parachains/runtime/src/lib.rs @@ -299,15 +299,15 @@ construct_runtime! { NodeBlock = rococo_parachain_primitives::Block, UncheckedExtrinsic = UncheckedExtrinsic, { - System: frame_system::{Module, Call, Storage, Config, Event}, - Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, - Balances: pallet_balances::{Module, Call, Storage, Config, Event}, - Sudo: pallet_sudo::{Module, Call, Storage, Config, Event}, - RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Call, Storage}, - ParachainSystem: cumulus_pallet_parachain_system::{Module, Call, Storage, Inherent, Event}, - TransactionPayment: pallet_transaction_payment::{Module, Storage}, - ParachainInfo: parachain_info::{Module, Storage, Config}, - XcmHandler: cumulus_pallet_xcm_handler::{Module, Call, Event, Origin}, + System: frame_system::{Pallet, Call, Storage, Config, Event}, + Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent}, + Balances: pallet_balances::{Pallet, Call, Storage, Config, Event}, + Sudo: pallet_sudo::{Pallet, Call, Storage, Config, Event}, + RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Call, Storage}, + ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Storage, Inherent, Event}, + TransactionPayment: pallet_transaction_payment::{Pallet, Storage}, + ParachainInfo: parachain_info::{Pallet, Storage, Config}, + XcmHandler: cumulus_pallet_xcm_handler::{Pallet, Call, Event, Origin}, } } @@ -340,7 +340,7 @@ pub type Executive = frame_executive::Executive< Block, frame_system::ChainContext, Runtime, - AllModules, + AllPallets, >; impl_runtime_apis! { diff --git a/test/runtime/src/lib.rs b/test/runtime/src/lib.rs index 1b017fd73f..6bd48a5a35 100644 --- a/test/runtime/src/lib.rs +++ b/test/runtime/src/lib.rs @@ -225,13 +225,13 @@ construct_runtime! { NodeBlock = NodeBlock, UncheckedExtrinsic = UncheckedExtrinsic, { - System: frame_system::{Module, Call, Storage, Config, Event}, - Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, - Balances: pallet_balances::{Module, Call, Storage, Config, Event}, - Sudo: pallet_sudo::{Module, Call, Storage, Config, Event}, - RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Call, Storage}, - ParachainSystem: cumulus_pallet_parachain_system::{Module, Call, Storage, Inherent, Event}, - TransactionPayment: pallet_transaction_payment::{Module, Storage}, + System: frame_system::{Pallet, Call, Storage, Config, Event}, + Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent}, + Balances: pallet_balances::{Pallet, Call, Storage, Config, Event}, + Sudo: pallet_sudo::{Pallet, Call, Storage, Config, Event}, + RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Call, Storage}, + ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Storage, Inherent, Event}, + TransactionPayment: pallet_transaction_payment::{Pallet, Storage}, } } @@ -280,7 +280,7 @@ pub type Executive = frame_executive::Executive< Block, frame_system::ChainContext, Runtime, - AllModules, + AllPallets, >; /// The payload being signed in transactions. pub type SignedPayload = generic::SignedPayload;