diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index d969ea3cde..660bd9347c 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -40,23 +40,11 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5" dependencies = [ - "aes-soft 0.4.0", - "aesni 0.7.0", + "aes-soft", + "aesni", "block-cipher", ] -[[package]] -name = "aes-ctr" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e5b0458ea3beae0d1d8c0f3946564f8e10f90646cf78c06b4351052058d1ee" -dependencies = [ - "aes-soft 0.3.3", - "aesni 0.6.0", - "ctr", - "stream-cipher 0.3.2", -] - [[package]] name = "aes-gcm" version = "0.6.0" @@ -70,17 +58,6 @@ dependencies = [ "subtle 2.2.3", ] -[[package]] -name = "aes-soft" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d" -dependencies = [ - "block-cipher-trait", - "byteorder 1.3.4", - "opaque-debug 0.2.3", -] - [[package]] name = "aes-soft" version = "0.4.0" @@ -92,17 +69,6 @@ dependencies = [ "opaque-debug 0.2.3", ] -[[package]] -name = "aesni" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100" -dependencies = [ - "block-cipher-trait", - "opaque-debug 0.2.3", - "stream-cipher 0.3.2", -] - [[package]] name = "aesni" version = "0.7.0" @@ -556,15 +522,6 @@ dependencies = [ "generic-array 0.14.2", ] -[[package]] -name = "block-cipher-trait" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" -dependencies = [ - "generic-array 0.12.3", -] - [[package]] name = "block-padding" version = "0.1.5" @@ -1040,16 +997,6 @@ dependencies = [ "sct", ] -[[package]] -name = "ctr" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "022cd691704491df67d25d006fe8eca083098253c4d43516c2206479c58c6736" -dependencies = [ - "block-cipher-trait", - "stream-cipher 0.3.2", -] - [[package]] name = "cuckoofilter" version = "0.3.2" @@ -1482,7 +1429,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", ] @@ -1490,7 +1437,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -1508,7 +1455,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1526,7 +1473,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -1541,7 +1488,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "serde", @@ -1552,7 +1499,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "bitmask", "frame-metadata", @@ -1577,7 +1524,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1588,7 +1535,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1600,7 +1547,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1610,7 +1557,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1626,7 +1573,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -1640,7 +1587,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sp-api", @@ -2598,7 +2545,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.8.23" +version = "0.8.24" dependencies = [ "bitvec", "frame-benchmarking", @@ -2778,9 +2725,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libp2p" -version = "0.24.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76c101edbb9c06955fd4085b77d2abc31cf3650134d77068b35c44967756ada8" +checksum = "571f5a4604c1a40d75651da141dfde29ad15329f537a779528803297d2220274" dependencies = [ "atomic", "bytes 0.5.6", @@ -2801,7 +2748,6 @@ dependencies = [ "libp2p-plaintext", "libp2p-pnet", "libp2p-request-response", - "libp2p-secio", "libp2p-swarm", "libp2p-tcp", "libp2p-uds", @@ -2818,9 +2764,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.21.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17cea54ea4a846a7c47e4347db0fc7a4129dcb0fb57f07f57e473820edbfcbde" +checksum = "52f13ba8c7df0768af2eb391696d562c7de88cc3a35122531aaa6a7d77754d25" dependencies = [ "asn1_der", "bs58", @@ -2862,9 +2808,9 @@ dependencies = [ [[package]] name = "libp2p-deflate" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6174d6addc9cc5fd84af7099480774035dd1a7cdf48dd31b23dea45cf57638" +checksum = "74029ae187f35f4b8ddf26b9779a68b340045d708528a103917cdca49a296db5" dependencies = [ "flate2", "futures 0.3.5", @@ -2873,9 +2819,9 @@ dependencies = [ [[package]] name = "libp2p-dns" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fce8769cfe677a567d2677dc02a9e5be27a24acf1ff78a59cef425caae009a6a" +checksum = "7cf319822e08dd65c8e060d2354e9f952895bbc433f5706c75ed010c152aee5e" dependencies = [ "futures 0.3.5", "libp2p-core", @@ -2884,9 +2830,9 @@ dependencies = [ [[package]] name = "libp2p-floodsub" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f2342965ac7ea4b85f4df5288089796421f9297ba4020dc9692f4ef728590dc" +checksum = "d8a9acb43a3e4a4e413e0c4abe0fa49308df7c6335c88534757b647199cb8a51" dependencies = [ "cuckoofilter", "fnv", @@ -2901,9 +2847,9 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0828b4f0c76c2edc68da574e391ce981bac5316d65785cddfe8c273d4c9bd4bb" +checksum = "ab20fcb60edebe3173bbb708c6ac3444afdf1e3152dc2866b10c4f5497f17467" dependencies = [ "base64 0.11.0", "byteorder 1.3.4", @@ -2927,9 +2873,9 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41efcb5b521b65d2c45432a244ce6427cdd3649228cd192f397d1fa67682aef2" +checksum = "56396ee63aa9164eacf40c2c5d2bda8c4133c2f57e1b0425d51d3a4e362583b1" dependencies = [ "futures 0.3.5", "libp2p-core", @@ -2943,9 +2889,9 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.22.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca9b4ccc868863317af3f65eb241811ceadd971d133183040140f5496037e0ae" +checksum = "cc7fa9047f8b8f544278a35c2d9d45d3b2c1785f2d86d4e1629d6edf97be3955" dependencies = [ "arrayvec 0.5.1", "bytes 0.5.6", @@ -2970,9 +2916,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fe5614c2c5af74ef5870aad0fce73c9e4707716c4ee7cdf06cf9a0376d3815" +checksum = "3173b5a6b2f690c29ae07798d85b9441a131ac76ddae9015ef22905b623d0c69" dependencies = [ "async-std", "data-encoding", @@ -2992,9 +2938,9 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df9e79541e71590846f773efce1b6d0538804992ee54ff2f407e05d63a9ddc23" +checksum = "8a73a799cc8410b36e40b8f4c4b6babbcb9efd3727111bf517876e4acfa612d3" dependencies = [ "bytes 0.5.6", "fnv", @@ -3008,9 +2954,9 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0beba6459d06153f5f8e23da3df1d2183798b1f457c7c9468ff99760bcbcc60b" +checksum = "6ef6c490042f549fb1025f2892dfe6083d97a77558f450c1feebe748ca9eb15a" dependencies = [ "bytes 0.5.6", "curve25519-dalek", @@ -3030,9 +2976,9 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670261ef938567b614746b078e049b03b55617538a8d415071c518f97532d043" +checksum = "ad063c21dfcea4518ac9e8bd4119d33a5b26c41e674f602f41f05617a368a5c8" dependencies = [ "futures 0.3.5", "libp2p-core", @@ -3045,9 +2991,9 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3a61dfd53d1264ddff1206e4827193efaa72bab27782dfcd63c0dec120a1875" +checksum = "903a12e99c72dbebefea258de887982adeacc7025baa1ceb10b7fa9928f54791" dependencies = [ "bytes 0.5.6", "futures 0.3.5", @@ -3077,57 +3023,31 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4af0de0e56a11d46c5191a61019733b5618dc955c0a36f82866bb6d5d81a7f8f" +checksum = "9c0c9e8a4cd69d97e9646c54313d007512f411aba8c5226cfcda16df6a6e84a3" dependencies = [ "async-trait", + "bytes 0.5.6", "futures 0.3.5", "libp2p-core", "libp2p-swarm", "log 0.4.11", "lru 0.6.0", + "minicbor", "rand 0.7.3", "smallvec 1.4.2", + "unsigned-varint 0.5.1", "wasm-timer", ] -[[package]] -name = "libp2p-secio" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a04b320cc0394554e8d0adca21f4efd9f8c2da4930211d92e411a19a4dfd769e" -dependencies = [ - "aes-ctr", - "ctr", - "futures 0.3.5", - "hmac", - "js-sys", - "lazy_static", - "libp2p-core", - "log 0.4.11", - "parity-send-wrapper", - "pin-project", - "prost", - "prost-build", - "quicksink", - "rand 0.7.3", - "ring", - "rw-stream-sink", - "sha2 0.8.2", - "static_assertions", - "twofish", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - [[package]] name = "libp2p-swarm" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e4a7e64156e9d1a2daae36b5d791f057b9c53c9364a8e75f7f9848b54f9d68" +checksum = "7193e444210132237b81b755ec7fe53f1c4bd2f53cf719729b94c0c72eb6eaa1" dependencies = [ + "either", "futures 0.3.5", "libp2p-core", "log 0.4.11", @@ -3139,9 +3059,9 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f65400ccfbbf9a356733bceca6c519c9db0deb5fbcc0b81f89837c4cd53997" +checksum = "44f42ec130d7a37a7e47bf4398026b7ad9185c08ed26972e2720f8b94112796f" dependencies = [ "async-std", "futures 0.3.5", @@ -3155,9 +3075,9 @@ dependencies = [ [[package]] name = "libp2p-uds" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95bc8b0ca1dda4cccb1bb156d47a32e45cfa447ef18f737209f014a63f94a4a2" +checksum = "dea7acb0a034f70d7db94c300eba3f65c0f6298820105624088a9609c9974d77" dependencies = [ "async-std", "futures 0.3.5", @@ -3167,9 +3087,9 @@ dependencies = [ [[package]] name = "libp2p-wasm-ext" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f2f7b06d80d036ac5763a811185b7fe6951ad71c00544b17cc378a9069bb7c2" +checksum = "34c1faac6f92c21fbe155417957863ea822fba9e9fd5eb24c0912336a100e63f" dependencies = [ "futures 0.3.5", "js-sys", @@ -3181,9 +3101,9 @@ dependencies = [ [[package]] name = "libp2p-websocket" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5b350db65cf0a7c83a539a596ea261caae1552c0df2245df0f916ed2fd04572" +checksum = "d650534ebd99f48f6fa292ed5db10d30df2444943afde4407ceeddab8e513fca" dependencies = [ "async-tls", "either", @@ -3201,13 +3121,13 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.21.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3969ead4ce530efb6f304623924245caf410f3b0b0139bd7007f205933788aa" +checksum = "781d9b9f043dcdabc40640807125368596b849fd4d96cdca2dcf052fdf6f33fd" dependencies = [ "futures 0.3.5", "libp2p-core", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "thiserror", "yamux", ] @@ -3455,6 +3375,26 @@ dependencies = [ "zeroize", ] +[[package]] +name = "minicbor" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fc03ad6f8f548db7194a5ff5a6f96342ecae4e3ef67d2bf18bacc0e245cd041" +dependencies = [ + "minicbor-derive", +] + +[[package]] +name = "minicbor-derive" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c214bf3d90099b52f3e4b328ae0fe34837fd0fab683ad1e10fceb4629106df48" +dependencies = [ + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", +] + [[package]] name = "miniz_oxide" version = "0.4.0" @@ -3815,7 +3755,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -3831,7 +3771,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -3846,7 +3786,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -3871,7 +3811,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -3885,7 +3825,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -3901,7 +3841,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -3916,7 +3856,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -3931,7 +3871,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -3947,7 +3887,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -3969,7 +3909,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3985,7 +3925,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4005,7 +3945,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4021,7 +3961,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4035,7 +3975,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4050,7 +3990,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4064,7 +4004,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4079,7 +4019,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4100,7 +4040,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4115,7 +4055,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4128,7 +4068,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "enumflags2", "frame-support", @@ -4143,7 +4083,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4158,7 +4098,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4178,7 +4118,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4194,7 +4134,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4208,7 +4148,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4230,7 +4170,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4241,7 +4181,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4255,7 +4195,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4273,7 +4213,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "frame-system", @@ -4290,7 +4230,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4308,7 +4248,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-support", "parity-scale-codec", @@ -4321,7 +4261,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4336,7 +4276,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4352,7 +4292,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4695,7 +4635,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot" -version = "0.8.23" +version = "0.8.24" dependencies = [ "assert_cmd", "futures 0.3.5", @@ -4761,7 +4701,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.8.23" +version = "0.8.24" dependencies = [ "frame-benchmarking-cli", "futures 0.3.5", @@ -4820,7 +4760,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.8.23" +version = "0.8.24" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -5145,7 +5085,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.8.23" +version = "0.8.24" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -5185,7 +5125,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.8.23" +version = "0.8.24" dependencies = [ "bitvec", "frame-system", @@ -5209,7 +5149,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.8.23" +version = "0.8.24" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -5235,7 +5175,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.8.23" +version = "0.8.24" dependencies = [ "bitvec", "frame-benchmarking", @@ -5309,7 +5249,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.8.23" +version = "0.8.24" dependencies = [ "bitvec", "frame-benchmarking", @@ -5398,7 +5338,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.8.23" +version = "0.8.24" dependencies = [ "env_logger", "frame-benchmarking", @@ -5541,7 +5481,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.8.23" +version = "0.8.24" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5550,7 +5490,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.8.23" +version = "0.8.24" dependencies = [ "bitvec", "frame-executive", @@ -5679,7 +5619,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.8.23" +version = "0.8.24" dependencies = [ "derive_more 0.14.1", "futures 0.3.5", @@ -6365,7 +6305,7 @@ dependencies = [ [[package]] name = "rococo-v1-runtime" -version = "0.8.23" +version = "0.8.24" dependencies = [ "frame-executive", "frame-support", @@ -6539,7 +6479,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6567,7 +6507,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6591,7 +6531,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6608,7 +6548,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6625,7 +6565,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6636,7 +6576,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6683,7 +6623,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6719,7 +6659,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "blake2-rfc", "hash-db", @@ -6749,7 +6689,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6760,7 +6700,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6804,7 +6744,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6828,7 +6768,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6841,7 +6781,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6864,7 +6804,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6878,7 +6818,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6906,7 +6846,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6923,7 +6863,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6938,7 +6878,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6956,7 +6896,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6993,7 +6933,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -7015,7 +6955,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -7033,7 +6973,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "hex", @@ -7049,7 +6989,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "hash-db", "lazy_static", @@ -7068,7 +7008,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "async-std", "async-trait", @@ -7122,7 +7062,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7137,7 +7077,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "bytes 0.5.6", "fnv", @@ -7164,7 +7104,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "libp2p", @@ -7177,7 +7117,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7186,7 +7126,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "hash-db", @@ -7218,7 +7158,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7242,7 +7182,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -7258,7 +7198,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "directories", @@ -7319,7 +7259,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7333,7 +7273,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7354,7 +7294,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "erased-serde", "log 0.4.11", @@ -7372,7 +7312,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7393,7 +7333,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7860,7 +7800,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7872,7 +7812,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "hash-db", "parity-scale-codec", @@ -7887,7 +7827,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7899,7 +7839,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "serde", @@ -7911,7 +7851,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7924,7 +7864,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sp-api", @@ -7936,7 +7876,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7947,7 +7887,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sp-api", @@ -7959,7 +7899,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7976,7 +7916,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "serde", "serde_json", @@ -7985,7 +7925,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8011,7 +7951,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "merlin", "parity-scale-codec", @@ -8030,7 +7970,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8039,7 +7979,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8051,7 +7991,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "base58", "blake2-rfc", @@ -8095,7 +8035,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8104,7 +8044,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8114,7 +8054,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "environmental", "parity-scale-codec", @@ -8125,7 +8065,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8141,7 +8081,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8151,7 +8091,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8163,7 +8103,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "hash-db", @@ -8184,7 +8124,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "lazy_static", "sp-core", @@ -8195,7 +8135,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "serde", @@ -8207,7 +8147,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8218,7 +8158,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "sp-api", "sp-core", @@ -8228,7 +8168,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "backtrace", "log 0.4.11", @@ -8237,7 +8177,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "serde", "sp-core", @@ -8246,7 +8186,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "either", "hash256-std-hasher", @@ -8268,7 +8208,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8284,7 +8224,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "Inflector", "proc-macro-crate", @@ -8296,7 +8236,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "serde", "serde_json", @@ -8305,7 +8245,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sp-api", @@ -8318,7 +8258,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8328,7 +8268,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "hash-db", "log 0.4.11", @@ -8349,12 +8289,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" [[package]] name = "sp-storage" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8367,7 +8307,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8381,7 +8321,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "log 0.4.11", "rental", @@ -8391,7 +8331,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8406,7 +8346,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "hash-db", "memory-db", @@ -8420,7 +8360,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "futures-core", @@ -8432,7 +8372,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8444,7 +8384,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8585,7 +8525,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "chrono", "console_error_panic_hook", @@ -8611,7 +8551,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "platforms", ] @@ -8619,7 +8559,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8642,7 +8582,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8656,7 +8596,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8682,7 +8622,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8692,7 +8632,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#ea07951314307c4657b30a931b8167d98611b31e" +source = "git+https://github.com/paritytech/substrate#89bdfcc26a1301298eac893ec1560cdd9d27c6a9" dependencies = [ "proc-macro-crate", "quote 1.0.7", @@ -8799,7 +8739,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.8.23" +version = "0.8.24" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -8812,7 +8752,7 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.8.23" +version = "0.8.24" dependencies = [ "substrate-wasm-builder-runner", ] @@ -9356,17 +9296,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" -[[package]] -name = "twofish" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712d261e83e727c8e2dbb75dacac67c36e35db36a958ee504f2164fc052434e1" -dependencies = [ - "block-cipher-trait", - "byteorder 1.3.4", - "opaque-debug 0.2.3", -] - [[package]] name = "twox-hash" version = "1.5.0" @@ -9473,6 +9402,16 @@ dependencies = [ "futures_codec", ] +[[package]] +name = "unsigned-varint" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35" +dependencies = [ + "futures-io", + "futures-util", +] + [[package]] name = "untrusted" version = "0.7.1" @@ -9914,7 +9853,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.8.23" +version = "0.8.24" dependencies = [ "bitvec", "frame-benchmarking", @@ -10082,14 +10021,14 @@ dependencies = [ [[package]] name = "yamux" -version = "0.4.7" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd37e58a1256a0b328ce9c67d8b62ecdd02f4803ba443df478835cb1a41a637c" +checksum = "9aeb8c4043cac71c3c299dff107171c220d179492350ea198e109a414981b83c" dependencies = [ "futures 0.3.5", "log 0.4.11", "nohash-hasher", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "rand 0.7.3", "static_assertions", ] diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 324d02142e..78047a1a58 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -6,7 +6,7 @@ path = "src/main.rs" name = "polkadot" description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework." license = "GPL-3.0-only" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" readme = "README.md" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 7c797b652f..9ee9dc8312 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 18db68ea9f..bb880232e6 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 73d7f4bad5..eed548a1bf 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index b2664d1124..c0095a1bd4 100644 --- a/polkadot/parachain/test-parachains/adder/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 6a61c232dd..07fee6081c 100644 --- a/polkadot/parachain/test-parachains/halt/Cargo.toml +++ b/polkadot/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index acab0b5cb7..1308700e19 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 50b9650600..9d5ccae4e8 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index c48f8693f3..213610bd54 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 8e986a548a..cbeeb4cc08 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index e6305c8335..d9ee9d799a 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/rococo-v1/Cargo.toml b/polkadot/runtime/rococo-v1/Cargo.toml index 2829d6fdb1..31256c260a 100644 --- a/polkadot/runtime/rococo-v1/Cargo.toml +++ b/polkadot/runtime/rococo-v1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-v1-runtime" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index a8b8153519..37c5d843d3 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 340301a003..7dfc1b7ee9 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 7d81cc8518..3af2e7d2da 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 21ef62d530..24c5b8db84 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index b4978ffa17..8199980b0c 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.8.23" +version = "0.8.24" authors = ["Parity Technologies "] edition = "2018"