diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 81303d2f42e9c1b0145d64f6e47aa3b508810151..dfde6e976f2bd0bb3b77586bcb8f28fa7aea26e4 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -299,15 +299,16 @@ dependencies = [ [[package]] name = "async-process" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda" +checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac" dependencies = [ "async-io", "blocking", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "event-listener", "futures-lite", + "libc", "once_cell", "signal-hook", "winapi 0.3.9", @@ -500,11 +501,11 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6c99d14caac1f9d9bad459b725b6ce6619cd34ee" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#b09a58011332b18cfdf8344da58ad7217eab20d1" dependencies = [ "beefy-primitives", "fnv", - "futures 0.3.15", + "futures 0.3.16", "hex", "log", "parity-scale-codec", @@ -524,16 +525,17 @@ dependencies = [ "sp-utils", "substrate-prometheus-endpoint", "thiserror", + "wasm-timer", ] [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6c99d14caac1f9d9bad459b725b6ce6619cd34ee" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#b09a58011332b18cfdf8344da58ad7217eab20d1" dependencies = [ "beefy-gadget", "beefy-primitives", - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -550,12 +552,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6c99d14caac1f9d9bad459b725b6ce6619cd34ee" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#b09a58011332b18cfdf8344da58ad7217eab20d1" [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6c99d14caac1f9d9bad459b725b6ce6619cd34ee" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#b09a58011332b18cfdf8344da58ad7217eab20d1" dependencies = [ "parity-scale-codec", "sp-api", @@ -733,7 +735,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "finality-grandpa", "frame-support", @@ -748,7 +750,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-runtime", "frame-support", @@ -759,7 +761,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bitvec", "bp-runtime", @@ -774,7 +776,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-messages", "bp-runtime", @@ -791,7 +793,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-messages", "bp-runtime", @@ -806,7 +808,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -823,7 +825,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "frame-support", "hash-db", @@ -840,7 +842,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -855,7 +857,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -870,7 +872,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -1487,7 +1489,7 @@ dependencies = [ "cumulus-primitives-core", "cumulus-test-client", "cumulus-test-runtime", - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "parking_lot 0.10.2", "polkadot-node-primitives", @@ -1516,7 +1518,7 @@ dependencies = [ "async-trait", "cumulus-client-consensus-common", "cumulus-primitives-core", - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "parking_lot 0.10.2", "polkadot-client", @@ -1548,7 +1550,7 @@ dependencies = [ "cumulus-test-runtime", "cumulus-test-service", "dyn-clone", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "parity-scale-codec", "polkadot-primitives", @@ -1579,7 +1581,7 @@ dependencies = [ "async-trait", "cumulus-client-consensus-common", "cumulus-primitives-core", - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "parking_lot 0.10.2", "polkadot-client", @@ -1602,7 +1604,7 @@ dependencies = [ "cumulus-primitives-core", "cumulus-test-service", "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "parity-scale-codec", "parking_lot 0.10.2", @@ -1633,7 +1635,7 @@ version = "0.1.0" dependencies = [ "cumulus-primitives-core", "cumulus-test-service", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "parity-scale-codec", "polkadot-node-primitives", @@ -1878,7 +1880,7 @@ dependencies = [ "cumulus-primitives-core", "cumulus-test-client", "cumulus-test-relay-sproof-builder", - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "sp-consensus", "sp-inherents", @@ -2036,7 +2038,7 @@ dependencies = [ "cumulus-test-runtime", "cumulus-test-runtime-upgrade", "frame-system", - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "pallet-transaction-payment", "parity-scale-codec", @@ -2478,7 +2480,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", ] [[package]] @@ -2550,7 +2552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9" dependencies = [ "either", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "log", "num-traits", @@ -2598,7 +2600,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", ] @@ -2616,7 +2618,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -2635,7 +2637,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "Inflector", "chrono", @@ -2659,7 +2661,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -2672,7 +2674,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -2687,7 +2689,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "serde", @@ -2698,7 +2700,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "bitflags", "frame-metadata", @@ -2724,7 +2726,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2736,7 +2738,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2748,7 +2750,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "proc-macro2 1.0.27", "quote 1.0.9", @@ -2758,7 +2760,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2775,7 +2777,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -2789,7 +2791,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "sp-api", @@ -2798,7 +2800,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "parity-scale-codec", @@ -2871,9 +2873,9 @@ checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed" [[package]] name = "futures" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27" +checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b" dependencies = [ "futures-channel", "futures-core", @@ -2886,9 +2888,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2" +checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9" dependencies = [ "futures-core", "futures-sink", @@ -2896,9 +2898,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1" +checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99" [[package]] name = "futures-cpupool" @@ -2912,9 +2914,9 @@ dependencies = [ [[package]] name = "futures-executor" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79" +checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c" dependencies = [ "futures-core", "futures-task", @@ -2924,9 +2926,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" +checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582" [[package]] name = "futures-lite" @@ -2945,9 +2947,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121" +checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57" dependencies = [ "autocfg 1.0.1", "proc-macro-hack", @@ -2969,15 +2971,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282" +checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53" [[package]] name = "futures-task" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae" +checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2" [[package]] name = "futures-timer" @@ -2993,9 +2995,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967" +checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78" dependencies = [ "autocfg 1.0.1", "futures 0.1.30", @@ -3303,6 +3305,17 @@ dependencies = [ "hmac 0.7.1", ] +[[package]] +name = "hmac-drbg" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" +dependencies = [ + "digest 0.9.0", + "generic-array 0.14.4", + "hmac 0.8.1", +] + [[package]] name = "hostname" version = "0.3.1" @@ -3540,7 +3553,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6" dependencies = [ "async-io", - "futures 0.3.15", + "futures 0.3.16", "futures-lite", "if-addrs", "ipnet", @@ -3589,12 +3602,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" dependencies = [ "autocfg 1.0.1", - "hashbrown 0.9.1", + "hashbrown 0.11.2", "serde", ] @@ -3628,7 +3641,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "futures-timer 2.0.2", ] @@ -3869,7 +3882,7 @@ checksum = "8e2834b6e7f57ce9a4412ed4d6dc95125d2c8612e68f86b9d9a07369164e4198" dependencies = [ "async-trait", "fnv", - "futures 0.3.15", + "futures 0.3.16", "jsonrpsee-types", "log", "pin-project 1.0.7", @@ -3904,7 +3917,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "beefy-primitives", "bitvec", @@ -4047,9 +4060,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.96" +version = "0.2.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc" +checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790" [[package]] name = "libloading" @@ -4085,7 +4098,7 @@ checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b" dependencies = [ "atomic", "bytes 1.0.1", - "futures 0.3.15", + "futures 0.3.16", "lazy_static", "libp2p-core", "libp2p-deflate", @@ -4127,10 +4140,10 @@ dependencies = [ "ed25519-dalek", "either", "fnv", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "lazy_static", - "libsecp256k1", + "libsecp256k1 0.3.5", "log", "multihash", "multistream-select", @@ -4157,7 +4170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08" dependencies = [ "flate2", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", ] @@ -4168,7 +4181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b" dependencies = [ "async-std-resolver", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "log", "smallvec 1.6.1", @@ -4183,7 +4196,7 @@ checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf" dependencies = [ "cuckoofilter", "fnv", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "libp2p-swarm", "log", @@ -4204,7 +4217,7 @@ dependencies = [ "byteorder", "bytes 1.0.1", "fnv", - "futures 0.3.15", + "futures 0.3.16", "hex_fmt", "libp2p-core", "libp2p-swarm", @@ -4225,7 +4238,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "libp2p-swarm", "log", @@ -4246,7 +4259,7 @@ dependencies = [ "bytes 1.0.1", "either", "fnv", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "libp2p-swarm", "log", @@ -4270,7 +4283,7 @@ dependencies = [ "async-io", "data-encoding", "dns-parser", - "futures 0.3.15", + "futures 0.3.16", "if-watch", "lazy_static", "libp2p-core", @@ -4290,7 +4303,7 @@ checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "log", "nohash-hasher", @@ -4308,7 +4321,7 @@ checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd" dependencies = [ "bytes 1.0.1", "curve25519-dalek 3.0.0", - "futures 0.3.15", + "futures 0.3.16", "lazy_static", "libp2p-core", "log", @@ -4328,7 +4341,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "libp2p-swarm", "log", @@ -4345,7 +4358,7 @@ checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "log", "prost", @@ -4360,7 +4373,7 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "log", "pin-project 1.0.7", "rand 0.7.3", @@ -4376,7 +4389,7 @@ checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "libp2p-core", "libp2p-swarm", @@ -4399,7 +4412,7 @@ checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3" dependencies = [ "async-trait", "bytes 1.0.1", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "libp2p-swarm", "log", @@ -4418,7 +4431,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92" dependencies = [ "either", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "log", "rand 0.7.3", @@ -4444,7 +4457,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9" dependencies = [ "async-io", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "if-watch", "ipnet", @@ -4461,7 +4474,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5" dependencies = [ "async-std", - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "log", ] @@ -4472,7 +4485,7 @@ version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cef45d61e43c313531b5e903e4e8415212ff6338e0c54c47da5b9b412b5760de" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "js-sys", "libp2p-core", "parity-send-wrapper", @@ -4487,7 +4500,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74" dependencies = [ "either", - "futures 0.3.15", + "futures 0.3.16", "futures-rustls", "libp2p-core", "log", @@ -4504,7 +4517,7 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "libp2p-core", "parking_lot 0.11.1", "thiserror", @@ -4532,13 +4545,61 @@ dependencies = [ "arrayref", "crunchy", "digest 0.8.1", - "hmac-drbg", + "hmac-drbg 0.2.0", "rand 0.7.3", "sha2 0.8.2", "subtle 2.4.0", "typenum", ] +[[package]] +name = "libsecp256k1" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73" +dependencies = [ + "arrayref", + "base64 0.12.3", + "digest 0.9.0", + "hmac-drbg 0.3.0", + "libsecp256k1-core", + "libsecp256k1-gen-ecmult", + "libsecp256k1-gen-genmult", + "rand 0.7.3", + "serde", + "sha2 0.9.2", + "typenum", +] + +[[package]] +name = "libsecp256k1-core" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80" +dependencies = [ + "crunchy", + "digest 0.9.0", + "subtle 2.4.0", +] + +[[package]] +name = "libsecp256k1-gen-ecmult" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3" +dependencies = [ + "libsecp256k1-core", +] + +[[package]] +name = "libsecp256k1-gen-genmult" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d" +dependencies = [ + "libsecp256k1-core", +] + [[package]] name = "libz-sys" version = "1.1.2" @@ -4769,10 +4830,10 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", ] @@ -4782,7 +4843,7 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "rand 0.7.3", "thrift", ] @@ -4954,7 +5015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840" dependencies = [ "bytes 1.0.1", - "futures 0.3.15", + "futures 0.3.16", "log", "pin-project 1.0.7", "smallvec 1.6.1", @@ -5036,7 +5097,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-system", "parity-scale-codec", @@ -5204,7 +5265,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5217,7 +5278,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5233,7 +5294,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5248,7 +5309,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5262,7 +5323,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5285,7 +5346,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5299,7 +5360,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6c99d14caac1f9d9bad459b725b6ce6619cd34ee" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#b09a58011332b18cfdf8344da58ad7217eab20d1" dependencies = [ "beefy-primitives", "frame-support", @@ -5314,14 +5375,14 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6c99d14caac1f9d9bad459b725b6ce6619cd34ee" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#b09a58011332b18cfdf8344da58ad7217eab20d1" dependencies = [ "beefy-merkle-tree", "beefy-primitives", "frame-support", "frame-system", "hex", - "libsecp256k1", + "libsecp256k1 0.6.0", "log", "pallet-beefy", "pallet-mmr", @@ -5338,7 +5399,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5352,7 +5413,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5368,7 +5429,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5389,7 +5450,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5434,7 +5495,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5450,7 +5511,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5465,7 +5526,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5486,7 +5547,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5503,7 +5564,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5517,7 +5578,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5539,7 +5600,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5554,7 +5615,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5573,7 +5634,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5589,7 +5650,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5604,7 +5665,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5621,7 +5682,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5637,7 +5698,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5655,7 +5716,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5670,7 +5731,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5683,7 +5744,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5699,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5721,7 +5782,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5736,7 +5797,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5749,7 +5810,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "enumflags2", "frame-support", @@ -5763,7 +5824,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5778,7 +5839,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5798,7 +5859,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5814,7 +5875,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5827,7 +5888,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5851,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -5862,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "log", "sp-arithmetic", @@ -5871,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5884,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5902,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5917,7 +5978,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-support", "frame-system", @@ -5933,7 +5994,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5950,7 +6011,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5961,7 +6022,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5977,7 +6038,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -5991,7 +6052,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-benchmarking", "frame-support", @@ -6006,7 +6067,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6020,7 +6081,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "frame-support", "frame-system", @@ -6471,9 +6532,9 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6485,9 +6546,9 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -6498,9 +6559,9 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "lru", "parity-scale-codec", "polkadot-erasure-coding", @@ -6521,9 +6582,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "lru", "parity-scale-codec", "polkadot-erasure-coding", @@ -6540,10 +6601,10 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "frame-benchmarking-cli", - "futures 0.3.15", + "futures 0.3.16", "log", "polkadot-node-core-pvf", "polkadot-service", @@ -6560,7 +6621,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6605,7 +6666,7 @@ dependencies = [ "exit-future 0.1.4", "frame-benchmarking", "frame-benchmarking-cli", - "futures 0.3.15", + "futures 0.3.16", "hex-literal 0.2.1", "jsonrpc-core", "log", @@ -6662,10 +6723,10 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "always-assert", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -6682,7 +6743,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6694,9 +6755,9 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "lru", "parity-scale-codec", "polkadot-erasure-coding", @@ -6718,7 +6779,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6732,9 +6793,9 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -6750,10 +6811,10 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "parking_lot 0.11.1", "polkadot-node-network-protocol", @@ -6770,9 +6831,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-primitives", @@ -6788,11 +6849,11 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bitvec", "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "kvdb", "lru", @@ -6818,10 +6879,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bitvec", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "kvdb", "parity-scale-codec", @@ -6838,10 +6899,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bitvec", - "futures 0.3.15", + "futures 0.3.16", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6856,9 +6917,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -6871,10 +6932,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "polkadot-node-core-pvf", "polkadot-node-primitives", @@ -6889,9 +6950,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -6901,13 +6962,62 @@ dependencies = [ "tracing", ] +[[package]] +name = "polkadot-node-core-chain-selection" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" +dependencies = [ + "futures 0.3.16", + "futures-timer 3.0.2", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-dispute-coordinator" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" +dependencies = [ + "bitvec", + "derive_more 0.99.14", + "futures 0.3.16", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-keystore", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-dispute-participation" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" +dependencies = [ + "futures 0.3.16", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-primitives", + "thiserror", + "tracing", +] + [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-primitives", @@ -6921,10 +7031,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bitvec", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -6936,13 +7046,13 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "always-assert", "assert_matches", "async-process", "async-std", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "libc", "parity-scale-codec", @@ -6966,9 +7076,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "memory-lru", "parity-util-mem", "polkadot-node-subsystem", @@ -6984,7 +7094,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-std", "lazy_static", @@ -7002,10 +7112,10 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "metered-channel", "sc-network", @@ -7018,10 +7128,10 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", @@ -7035,9 +7145,9 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "parity-scale-codec", "polkadot-parachain", "polkadot-primitives", @@ -7059,7 +7169,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7069,10 +7179,10 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "parity-scale-codec", "parking_lot 0.11.1", @@ -7095,12 +7205,12 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-std", "async-trait", "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "lazy_static", "log", @@ -7125,10 +7235,10 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "itertools 0.10.0", "lru", @@ -7155,12 +7265,13 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "lru", + "parking_lot 0.11.1", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -7176,7 +7287,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-all-subsystems-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "assert_matches", "proc-macro2 1.0.27", @@ -7187,10 +7298,10 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "metered-channel", "pin-project 1.0.7", @@ -7204,7 +7315,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -7215,7 +7326,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "derive_more 0.99.14", "parity-scale-codec", @@ -7230,7 +7341,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bitvec", "frame-system", @@ -7260,7 +7371,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7293,7 +7404,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "beefy-primitives", "bitvec", @@ -7368,14 +7479,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "bitvec", "frame-benchmarking", "frame-support", "frame-system", "impl-trait-for-tuples", - "libsecp256k1", + "libsecp256k1 0.6.0", "log", "pallet-authorship", "pallet-babe", @@ -7411,14 +7522,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ + "bitflags", "bitvec", "derive_more 0.99.14", "frame-benchmarking", "frame-support", "frame-system", - "libsecp256k1", "log", "pallet-authority-discovery", "pallet-authorship", @@ -7450,13 +7561,13 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "async-trait", "beefy-gadget", "beefy-primitives", "frame-system-rpc-runtime-api", - "futures 0.3.15", + "futures 0.3.16", "hex-literal 0.3.1", "kusama-runtime", "kvdb", @@ -7482,6 +7593,9 @@ dependencies = [ "polkadot-node-core-bitfield-signing", "polkadot-node-core-candidate-validation", "polkadot-node-core-chain-api", + "polkadot-node-core-chain-selection", + "polkadot-node-core-dispute-coordinator", + "polkadot-node-core-dispute-participation", "polkadot-node-core-parachains-inherent", "polkadot-node-core-provisioner", "polkadot-node-core-runtime-api", @@ -7543,10 +7657,10 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "arrayvec 0.5.2", - "futures 0.3.15", + "futures 0.3.16", "indexmap", "parity-scale-codec", "polkadot-node-network-protocol", @@ -7564,7 +7678,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7574,7 +7688,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7599,7 +7713,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "beefy-primitives", "bitvec", @@ -7655,12 +7769,12 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "frame-benchmarking", "frame-system", "futures 0.1.30", - "futures 0.3.15", + "futures 0.3.16", "hex", "pallet-balances", "pallet-staking", @@ -8408,7 +8522,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "env_logger 0.8.3", "hex", @@ -8535,7 +8649,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "beefy-primitives", "bp-messages", @@ -8719,7 +8833,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "pin-project 0.4.27", "static_assertions", ] @@ -8760,7 +8874,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "log", "sp-core", @@ -8771,12 +8885,12 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "derive_more 0.99.14", "either", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "ip_network", "libp2p", @@ -8800,9 +8914,9 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -8823,7 +8937,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8839,7 +8953,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8859,7 +8973,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -8870,11 +8984,11 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "chrono", "fdlimit", - "futures 0.3.15", + "futures 0.3.16", "hex", "libp2p", "log", @@ -8908,11 +9022,11 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", "fnv", - "futures 0.3.15", + "futures 0.3.16", "hash-db", "kvdb", "lazy_static", @@ -8942,7 +9056,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "blake2-rfc", "hash-db", @@ -8972,7 +9086,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "parking_lot 0.11.1", @@ -8985,11 +9099,11 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -9016,12 +9130,12 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "derive_more 0.99.14", "fork-tree", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "log", "merlin", @@ -9062,10 +9176,10 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -9086,7 +9200,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9099,10 +9213,10 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "impl-trait-for-tuples", "log", @@ -9127,7 +9241,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "sc-client-api", "sp-authorship", @@ -9138,11 +9252,11 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", "lazy_static", - "libsecp256k1", + "libsecp256k1 0.3.5", "log", "parity-scale-codec", "parity-wasm 0.42.2", @@ -9167,7 +9281,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", "parity-scale-codec", @@ -9184,7 +9298,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "log", "parity-scale-codec", @@ -9199,7 +9313,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9219,14 +9333,14 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "derive_more 0.99.14", "dyn-clone", "finality-grandpa", "fork-tree", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "linked-hash-map", "log", @@ -9260,11 +9374,11 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", "finality-grandpa", - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -9284,10 +9398,10 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "log", "num-traits", "parity-scale-codec", @@ -9305,10 +9419,10 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "ansi_term 0.12.1", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "log", "parity-util-mem", @@ -9323,11 +9437,11 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "futures-util", "hex", "merlin", @@ -9343,7 +9457,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "hash-db", "lazy_static", @@ -9362,7 +9476,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-std", "async-trait", @@ -9376,7 +9490,7 @@ dependencies = [ "erased-serde", "fnv", "fork-tree", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "hex", "ip_network", @@ -9415,9 +9529,9 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "libp2p", "log", @@ -9432,11 +9546,11 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "bytes 0.5.6", "fnv", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "hex", "hyper 0.13.9", @@ -9460,9 +9574,9 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "libp2p", "log", "serde_json", @@ -9473,7 +9587,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9482,9 +9596,9 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", @@ -9517,10 +9631,10 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -9542,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -9560,13 +9674,13 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "directories", "exit-future 0.2.0", "futures 0.1.30", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "hash-db", "jsonrpc-core", @@ -9627,7 +9741,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "log", "parity-scale-codec", @@ -9642,7 +9756,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9662,10 +9776,10 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "chrono", - "futures 0.3.15", + "futures 0.3.16", "libp2p", "log", "parking_lot 0.11.1", @@ -9682,7 +9796,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9719,7 +9833,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -9730,10 +9844,10 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "intervalier", "linked-hash-map", "log", @@ -9759,10 +9873,10 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "log", "parity-scale-codec", "serde", @@ -10072,9 +10186,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook" -version = "0.1.17" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729" +checksum = "ef33d6d0cd06e0840fba9985aab098c147e67e05cee14d412d3345ed14ff30ac" dependencies = [ "libc", "signal-hook-registry", @@ -10125,7 +10239,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "enumn", "parity-scale-codec", @@ -10206,7 +10320,7 @@ dependencies = [ "base64 0.12.3", "bytes 0.5.6", "flate2", - "futures 0.3.15", + "futures 0.3.16", "httparse", "log", "rand 0.7.3", @@ -10221,7 +10335,7 @@ checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f" dependencies = [ "base64 0.13.0", "bytes 1.0.1", - "futures 0.3.15", + "futures 0.3.16", "httparse", "log", "rand 0.8.3", @@ -10231,7 +10345,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "hash-db", "log", @@ -10248,7 +10362,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -10260,7 +10374,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "serde", @@ -10272,7 +10386,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "integer-sqrt", "num-traits", @@ -10286,7 +10400,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "sp-api", @@ -10298,7 +10412,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "parity-scale-codec", @@ -10310,7 +10424,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "sp-api", @@ -10322,9 +10436,9 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "log", "lru", "parity-scale-codec", @@ -10340,10 +10454,10 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "futures-timer 3.0.2", "libp2p", "log", @@ -10367,7 +10481,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "parity-scale-codec", @@ -10384,7 +10498,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "merlin", @@ -10406,7 +10520,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -10416,7 +10530,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10428,20 +10542,20 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "base58", "blake2-rfc", "byteorder", "dyn-clonable", "ed25519-dalek", - "futures 0.3.15", + "futures 0.3.16", "hash-db", "hash256-std-hasher", "hex", "impl-serde", "lazy_static", - "libsecp256k1", + "libsecp256k1 0.3.5", "log", "merlin", "num-traits", @@ -10472,7 +10586,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10481,7 +10595,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "proc-macro2 1.0.27", "quote 1.0.9", @@ -10491,7 +10605,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "environmental", "parity-scale-codec", @@ -10502,7 +10616,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "finality-grandpa", "log", @@ -10519,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10533,11 +10647,11 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "hash-db", - "libsecp256k1", + "libsecp256k1 0.3.5", "log", "parity-scale-codec", "parking_lot 0.11.1", @@ -10558,7 +10672,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "lazy_static", "sp-core", @@ -10569,11 +10683,11 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "derive_more 0.99.14", - "futures 0.3.15", + "futures 0.3.16", "merlin", "parity-scale-codec", "parking_lot 0.11.1", @@ -10586,7 +10700,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "ruzstd", "zstd", @@ -10595,7 +10709,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "serde", @@ -10608,7 +10722,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -10619,7 +10733,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "sp-api", "sp-core", @@ -10629,7 +10743,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "backtrace", ] @@ -10637,7 +10751,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "rustc-hash", "serde", @@ -10648,7 +10762,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "either", "hash256-std-hasher", @@ -10669,7 +10783,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10686,7 +10800,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -10698,7 +10812,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "serde", "serde_json", @@ -10707,7 +10821,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "sp-api", @@ -10720,7 +10834,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10730,7 +10844,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "hash-db", "log", @@ -10753,12 +10867,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10771,7 +10885,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "log", "sp-core", @@ -10784,7 +10898,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -10797,7 +10911,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10814,7 +10928,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "erased-serde", "log", @@ -10832,7 +10946,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "sp-api", "sp-runtime", @@ -10841,7 +10955,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "log", @@ -10856,7 +10970,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "hash-db", "memory-db", @@ -10870,9 +10984,9 @@ dependencies = [ [[package]] name = "sp-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "futures-core", "futures-timer 3.0.2", "lazy_static", @@ -10882,7 +10996,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10897,7 +11011,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10909,7 +11023,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11212,7 +11326,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "platforms", ] @@ -11220,10 +11334,10 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-system-rpc-runtime-api", - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -11243,7 +11357,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-std", "derive_more 0.99.14", @@ -11257,11 +11371,11 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "async-trait", "futures 0.1.30", - "futures 0.3.15", + "futures 0.3.16", "hash-db", "hex", "parity-scale-codec", @@ -11286,9 +11400,9 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "substrate-test-utils-derive", "tokio 0.2.24", ] @@ -11296,7 +11410,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "proc-macro-crate 1.0.0", "quote 1.0.9", @@ -11306,7 +11420,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "ansi_term 0.12.1", "atty", @@ -12018,7 +12132,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#88f147a9849688b22ea9f2689e636c30e030242a" +source = "git+https://github.com/paritytech/substrate?branch=master#e76e4c6fca3f37de9a9980f03d224c255e674615" dependencies = [ "frame-try-runtime", "log", @@ -12047,7 +12161,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ "cfg-if 0.1.10", - "rand 0.6.5", + "rand 0.7.3", "static_assertions", ] @@ -12376,7 +12490,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "js-sys", "parking_lot 0.11.1", "pin-utils", @@ -12645,7 +12759,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "beefy-primitives", "bitvec", @@ -12887,7 +13001,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12898,7 +13012,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "frame-support", "frame-system", @@ -12917,7 +13031,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#5480ecf69c323c84f3c16989e9d715ef99b2d1ad" +source = "git+https://github.com/paritytech/polkadot?branch=master#7aed7a2ee5338ceee5194818775f62b003670087" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -12937,7 +13051,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "log", "nohash-hasher", "parking_lot 0.11.1", diff --git a/cumulus/client/collator/src/lib.rs b/cumulus/client/collator/src/lib.rs index 59eb56df359164454013f8982997b9a8284f37ef..ac7756df12d904537af13561aa53c3ff94a63836 100644 --- a/cumulus/client/collator/src/lib.rs +++ b/cumulus/client/collator/src/lib.rs @@ -405,7 +405,7 @@ mod tests { let all_subsystems = AllSubsystems::<()>::dummy().replace_collation_generation(ForwardSubsystem(sub_tx)); - let (overseer, handler) = Overseer::new( + let (overseer, handle) = Overseer::new( Vec::new(), all_subsystems, None, @@ -420,7 +420,7 @@ mod tests { runtime_api: client.clone(), block_status: client.clone(), announce_block: Arc::new(announce_block), - overseer_handle: handler, + overseer_handle: OverseerHandle::Connected(handle), spawner, para_id, key: CollatorPair::generate().0, diff --git a/cumulus/client/service/src/lib.rs b/cumulus/client/service/src/lib.rs index 211142a6ea764c9e64ad33af134bf8efa2f4fa0c..547b4dc464a5307f99bba5e2b6a367b6b73319f2 100644 --- a/cumulus/client/service/src/lib.rs +++ b/cumulus/client/service/src/lib.rs @@ -125,9 +125,9 @@ where import_queue, task_manager, overseer_handle: relay_chain_full_node - .overseer_handler + .overseer_handle .clone() - .ok_or_else(|| "Polkadot full node did not provided an `OverseerHandler`!")?, + .ok_or_else(|| "Polkadot full node did not provide an `OverseerHandle`!")?, _phantom: PhantomData, })?; @@ -136,9 +136,9 @@ where block_status, announce_block, overseer_handle: relay_chain_full_node - .overseer_handler + .overseer_handle .clone() - .ok_or_else(|| "Polkadot full node did not provided an `OverseerHandler`!")?, + .ok_or_else(|| "Polkadot full node did not provide an `OverseerHandle`!")?, spawner, para_id, key: relay_chain_full_node.collator_key.clone(),