From ba9d9cdf6e35ff4949fea33582b2b623a6716996 Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com> Date: Wed, 13 Jul 2022 14:21:34 +0100 Subject: [PATCH] Companion to #11398 (#1324) * Companion to #11398 * Remove buy_item() from AssetOwner * Remove set_price() as well * Remove set_price and buy_item from the proxy in Westmint and Statemine * update lockfile for {"substrate", "polkadot"} Co-authored-by: parity-processbot <> --- Cargo.lock | 879 ++++++++---------- .../statemine/src/weights/pallet_uniques.rs | 14 + .../statemint/src/weights/pallet_uniques.rs | 14 + .../westmint/src/weights/pallet_uniques.rs | 14 + 4 files changed, 425 insertions(+), 496 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 698d05ac7f..c12710e4ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "beefy-primitives", "fnv", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -486,7 +486,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "beefy-primitives", "sp-api", @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -2667,7 +2667,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", ] @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -2707,7 +2707,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "Inflector", "chrono", @@ -2758,7 +2758,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2769,7 +2769,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2785,7 +2785,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -2813,7 +2813,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "bitflags", "frame-metadata", @@ -2843,7 +2843,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2855,7 +2855,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2867,7 +2867,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro2", "quote", @@ -2877,7 +2877,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "log", @@ -2894,7 +2894,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -2909,7 +2909,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -2918,7 +2918,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "sp-api", @@ -3661,7 +3661,7 @@ dependencies = [ "http", "jsonrpsee-core", "jsonrpsee-types", - "pin-project 1.0.10", + "pin-project", "rustls-native-certs", "soketto", "thiserror", @@ -3795,7 +3795,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "beefy-primitives", "bitvec", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-support", "polkadot-primitives", @@ -3990,9 +3990,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libp2p" -version = "0.45.1" +version = "0.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029" +checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d" dependencies = [ "bytes", "futures", @@ -4001,7 +4001,7 @@ dependencies = [ "instant", "lazy_static", "libp2p-autonat", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-deflate", "libp2p-dns", "libp2p-floodsub", @@ -4027,69 +4027,35 @@ dependencies = [ "libp2p-yamux", "multiaddr", "parking_lot 0.12.1", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "smallvec", ] [[package]] name = "libp2p-autonat" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50de7c1d5c3f040fccb469e8a2d189e068b7627d760dd74ef914071c16bbe905" +checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9" dependencies = [ "async-trait", "futures", "futures-timer", "instant", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-request-response", "libp2p-swarm", "log", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "rand 0.8.5", ] [[package]] name = "libp2p-core" -version = "0.32.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5" -dependencies = [ - "asn1_der", - "bs58", - "ed25519-dalek", - "either", - "fnv", - "futures", - "futures-timer", - "instant", - "lazy_static", - "log", - "multiaddr", - "multihash", - "multistream-select", - "parking_lot 0.12.1", - "pin-project 1.0.10", - "prost 0.9.0", - "prost-build 0.9.0", - "rand 0.8.5", - "ring", - "rw-stream-sink 0.2.1", - "sha2 0.10.2", - "smallvec", - "thiserror", - "unsigned-varint", - "void", - "zeroize", -] - -[[package]] -name = "libp2p-core" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42d46fca305dee6757022e2f5a4f6c023315084d0ed7441c3ab244e76666d979" +checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6" dependencies = [ "asn1_der", "bs58", @@ -4106,12 +4072,12 @@ dependencies = [ "multihash", "multistream-select", "parking_lot 0.12.1", - "pin-project 1.0.10", - "prost 0.10.3", - "prost-build 0.10.4", + "pin-project", + "prost", + "prost-build", "rand 0.8.5", "ring", - "rw-stream-sink 0.3.0", + "rw-stream-sink", "sha2 0.10.2", "smallvec", "thiserror", @@ -4122,24 +4088,24 @@ dependencies = [ [[package]] name = "libp2p-deflate" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86adefc55ea4ed8201149f052fb441210727481dff1fb0b8318460206a79f5fb" +checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71" dependencies = [ "flate2", "futures", - "libp2p-core 0.33.0", + "libp2p-core", ] [[package]] name = "libp2p-dns" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbb462ec3a51fab457b4b44ac295e8b0a4b04dc175127e615cf996b1f0f1a268" +checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5" dependencies = [ "async-std-resolver", "futures", - "libp2p-core 0.33.0", + "libp2p-core", "log", "parking_lot 0.12.1", "smallvec", @@ -4148,27 +4114,27 @@ dependencies = [ [[package]] name = "libp2p-floodsub" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a505d0c6f851cbf2919535150198e530825def8bd3757477f13dc3a57f46cbcc" +checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231" dependencies = [ "cuckoofilter", "fnv", "futures", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "rand 0.7.3", "smallvec", ] [[package]] name = "libp2p-gossipsub" -version = "0.38.1" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43e064ba4d7832e01c738626c6b274ae100baba05f5ffcc7b265c2a3ed398108" +checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0" dependencies = [ "asynchronous-codec", "base64", @@ -4178,12 +4144,12 @@ dependencies = [ "futures", "hex_fmt", "instant", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", "prometheus-client", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "rand 0.7.3", "regex", "sha2 0.10.2", @@ -4194,19 +4160,19 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.36.1" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b84b53490442d086db1fa5375670c9666e79143dccadef3f7c74a4346899a984" +checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06" dependencies = [ "asynchronous-codec", "futures", "futures-timer", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", "lru 0.7.7", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "prost-codec", "smallvec", "thiserror", @@ -4215,9 +4181,9 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.37.1" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6b5d4de90fcd35feb65ea6223fd78f3b747a64ca4b65e0813fbe66a27d56aa" +checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851" dependencies = [ "arrayvec 0.7.2", "asynchronous-codec", @@ -4227,11 +4193,11 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "rand 0.7.3", "sha2 0.10.2", "smallvec", @@ -4243,9 +4209,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4783f8cf00c7b6c1ff0f1870b4fcf50b042b45533d2e13b6fb464caf447a6951" +checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2" dependencies = [ "async-io", "data-encoding", @@ -4253,7 +4219,7 @@ dependencies = [ "futures", "if-watch", "lazy_static", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", "rand 0.8.5", @@ -4264,11 +4230,11 @@ dependencies = [ [[package]] name = "libp2p-metrics" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc4357140141ba9739eee71b20aa735351c0fc642635b2bffc7f57a6b5c1090" +checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c" dependencies = [ - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-gossipsub", "libp2p-identify", "libp2p-kad", @@ -4280,14 +4246,14 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640" +checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2" dependencies = [ "asynchronous-codec", "bytes", "futures", - "libp2p-core 0.33.0", + "libp2p-core", "log", "nohash-hasher", "parking_lot 0.12.1", @@ -4298,18 +4264,18 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad" +checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f" dependencies = [ "bytes", "curve25519-dalek 3.2.0", "futures", "lazy_static", - "libp2p-core 0.33.0", + "libp2p-core", "log", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "rand 0.8.5", "sha2 0.10.2", "snow", @@ -4320,14 +4286,14 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d41516c82fe8dd148ec925eead0c5ec08a0628f7913597e93e126e4dfb4e0787" +checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925" dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", "rand 0.7.3", @@ -4336,17 +4302,17 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db007e737adc5d28b2e03223b0210164928ad742591127130796a72aa8eaf54f" +checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86" dependencies = [ "asynchronous-codec", "bytes", "futures", - "libp2p-core 0.33.0", + "libp2p-core", "log", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "unsigned-varint", "void", ] @@ -4359,7 +4325,7 @@ checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c" dependencies = [ "futures", "log", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "salsa20", "sha3 0.9.1", @@ -4367,9 +4333,9 @@ dependencies = [ [[package]] name = "libp2p-relay" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "624ead3406f64437a0d4567c31bd128a9a0b8226d5f16c074038f5d0fc32f650" +checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3" dependencies = [ "asynchronous-codec", "bytes", @@ -4377,12 +4343,12 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", - "pin-project 1.0.10", - "prost 0.10.3", - "prost-build 0.10.4", + "pin-project", + "prost", + "prost-build", "prost-codec", "rand 0.8.5", "smallvec", @@ -4393,20 +4359,20 @@ dependencies = [ [[package]] name = "libp2p-rendezvous" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59967ea2db2c7560f641aa58ac05982d42131863fcd3dd6dcf0dd1daf81c60c" +checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e" dependencies = [ "asynchronous-codec", "bimap", "futures", "futures-timer", "instant", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "rand 0.8.5", "sha2 0.10.2", "thiserror", @@ -4416,15 +4382,15 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b02e0acb725e5a757d77c96b95298fd73a7394fe82ba7b8bbeea510719cbe441" +checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843" dependencies = [ "async-trait", "bytes", "futures", "instant", - "libp2p-core 0.33.0", + "libp2p-core", "libp2p-swarm", "log", "rand 0.7.3", @@ -4434,18 +4400,18 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.36.1" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4bb21c5abadbf00360c734f16bf87f1712ed4f23cd46148f625d2ddb867346" +checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114" dependencies = [ "either", "fnv", "futures", "futures-timer", "instant", - "libp2p-core 0.33.0", + "libp2p-core", "log", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "smallvec", "thiserror", @@ -4454,9 +4420,9 @@ dependencies = [ [[package]] name = "libp2p-swarm-derive" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daf2fe8c80b43561355f4d51875273b5b6dfbac37952e8f64b1270769305c9d7" +checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76" dependencies = [ "quote", "syn", @@ -4464,9 +4430,9 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4933e38ef21b50698aefc87799c24f2a365c9d3f6cf50471f3f6a0bc410892" +checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b" dependencies = [ "async-io", "futures", @@ -4474,32 +4440,32 @@ dependencies = [ "if-watch", "ipnet", "libc", - "libp2p-core 0.33.0", + "libp2p-core", "log", "socket2", ] [[package]] name = "libp2p-uds" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb" +checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d" dependencies = [ "async-std", "futures", - "libp2p-core 0.32.1", + "libp2p-core", "log", ] [[package]] name = "libp2p-wasm-ext" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f066f2b8b1a1d64793f05da2256e6842ecd0293d6735ca2e9bda89831a1bdc06" +checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a" dependencies = [ "futures", "js-sys", - "libp2p-core 0.33.0", + "libp2p-core", "parity-send-wrapper", "wasm-bindgen", "wasm-bindgen-futures", @@ -4507,18 +4473,18 @@ dependencies = [ [[package]] name = "libp2p-websocket" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39d398fbb29f432c4128fabdaac2ed155c3bcaf1b9bd40eeeb10a471eefacbf5" +checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818" dependencies = [ "either", "futures", "futures-rustls", - "libp2p-core 0.33.0", + "libp2p-core", "log", "parking_lot 0.12.1", "quicksink", - "rw-stream-sink 0.3.0", + "rw-stream-sink", "soketto", "url", "webpki-roots", @@ -4526,12 +4492,12 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe653639ad74877c759720febb0cbcbf4caa221adde4eed2d3126ce5c6f381f" +checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c" dependencies = [ "futures", - "libp2p-core 0.33.0", + "libp2p-core", "parking_lot 0.12.1", "thiserror", "yamux", @@ -4970,7 +4936,7 @@ dependencies = [ "bytes", "futures", "log", - "pin-project 1.0.10", + "pin-project", "smallvec", "unsigned-varint", ] @@ -5278,14 +5244,14 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "orchestra" version = "0.0.1" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "async-trait", "dyn-clonable", "futures", "futures-timer", "orchestra-proc-macro", - "pin-project 1.0.10", + "pin-project", "prioritized-metered-channel", "thiserror", "tracing", @@ -5294,7 +5260,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" version = "0.0.1" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "expander 0.0.6", "itertools", @@ -5332,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -5349,7 +5315,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5363,7 +5329,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -5379,7 +5345,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -5395,7 +5361,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -5410,7 +5376,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5434,7 +5400,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5454,7 +5420,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5469,7 +5435,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "beefy-primitives", "frame-support", @@ -5485,7 +5451,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5508,7 +5474,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5526,7 +5492,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5571,7 +5537,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5588,7 +5554,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "bitflags", "frame-benchmarking", @@ -5615,7 +5581,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "bitflags", "parity-scale-codec", @@ -5630,7 +5596,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro2", "quote", @@ -5640,7 +5606,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "jsonrpsee", "pallet-contracts-primitives", @@ -5657,7 +5623,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5670,7 +5636,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5686,7 +5652,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5709,7 +5675,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5722,7 +5688,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5740,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5755,7 +5721,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5778,7 +5744,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5794,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5814,7 +5780,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5831,7 +5797,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5848,7 +5814,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5866,7 +5832,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5881,7 +5847,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5896,7 +5862,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -5913,7 +5879,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5932,7 +5898,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -5949,7 +5915,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5972,7 +5938,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5988,7 +5954,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6003,7 +5969,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -6017,7 +5983,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6032,7 +5998,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6048,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -6069,7 +6035,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6085,7 +6051,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -6099,7 +6065,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6122,7 +6088,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6133,7 +6099,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "log", "sp-arithmetic", @@ -6142,7 +6108,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -6171,7 +6137,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6189,7 +6155,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6208,7 +6174,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-support", "frame-system", @@ -6224,7 +6190,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6239,7 +6205,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6250,7 +6216,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6267,7 +6233,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6282,7 +6248,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6298,7 +6264,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6313,7 +6279,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-support", "frame-system", @@ -6331,7 +6297,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6720,7 +6686,7 @@ dependencies = [ "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.25", + "polkadot-parachain 0.9.26", "polkadot-primitives", "polkadot-runtime-common", "scale-info", @@ -6803,33 +6769,13 @@ dependencies = [ "indexmap", ] -[[package]] -name = "pin-project" -version = "0.4.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909" -dependencies = [ - "pin-project-internal 0.4.29", -] - [[package]] name = "pin-project" version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" dependencies = [ - "pin-project-internal 1.0.10", -] - -[[package]] -name = "pin-project-internal" -version = "0.4.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a" -dependencies = [ - "proc-macro2", - "quote", - "syn", + "pin-project-internal", ] [[package]] @@ -6904,7 +6850,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -6919,7 +6865,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -6933,7 +6879,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "derive_more", "fatality", @@ -6956,7 +6902,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "fatality", "futures", @@ -6977,7 +6923,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "clap 3.2.8", "frame-benchmarking-cli", @@ -7002,7 +6948,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7042,7 +6988,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "always-assert", "fatality", @@ -7063,7 +7009,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7076,7 +7022,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "derive_more", "fatality", @@ -7099,7 +7045,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7113,7 +7059,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "futures-timer", @@ -7133,11 +7079,12 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "always-assert", "async-trait", "bytes", + "fatality", "futures", "parity-scale-codec", "parking_lot 0.12.1", @@ -7148,13 +7095,14 @@ dependencies = [ "polkadot-primitives", "sc-network", "sp-consensus", + "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-collation-generation" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "parity-scale-codec", @@ -7172,7 +7120,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bitvec", "derive_more", @@ -7201,7 +7149,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bitvec", "futures", @@ -7221,7 +7169,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bitvec", "fatality", @@ -7240,7 +7188,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7255,7 +7203,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "async-trait", "futures", @@ -7273,7 +7221,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7288,7 +7236,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "futures-timer", @@ -7305,7 +7253,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "fatality", "futures", @@ -7324,7 +7272,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "async-trait", "futures", @@ -7341,7 +7289,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bitvec", "fatality", @@ -7359,7 +7307,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "always-assert", "assert_matches", @@ -7368,7 +7316,7 @@ dependencies = [ "futures", "futures-timer", "parity-scale-codec", - "pin-project 1.0.10", + "pin-project", "polkadot-core-primitives", "polkadot-node-subsystem-util", "polkadot-parachain 0.9.26", @@ -7391,7 +7339,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "polkadot-node-primitives", @@ -7407,7 +7355,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "memory-lru", @@ -7424,7 +7372,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "async-std", "lazy_static", @@ -7442,7 +7390,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bs58", "futures", @@ -7461,7 +7409,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "async-trait", "derive_more", @@ -7482,7 +7430,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bounded-vec", "futures", @@ -7504,7 +7452,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7514,7 +7462,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "async-trait", "futures", @@ -7532,7 +7480,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "derive_more", "futures", @@ -7551,7 +7499,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "async-trait", "derive_more", @@ -7564,7 +7512,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.2", - "pin-project 1.0.10", + "pin-project", "polkadot-node-jaeger", "polkadot-node-metrics", "polkadot-node-network-protocol", @@ -7584,7 +7532,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "futures", "futures-timer", @@ -7606,7 +7554,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "derive_more", "frame-support", @@ -7701,7 +7649,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7716,7 +7664,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bitvec", "frame-system", @@ -7746,7 +7694,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7778,7 +7726,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "beefy-primitives", "bitvec", @@ -7863,7 +7811,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "beefy-primitives", "bitvec", @@ -7910,7 +7858,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-support", "polkadot-primitives", @@ -7922,7 +7870,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bs58", "parity-scale-codec", @@ -7934,7 +7882,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "bitflags", "bitvec", @@ -7977,7 +7925,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "async-trait", "beefy-gadget", @@ -8080,7 +8028,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8101,7 +8049,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8111,7 +8059,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8136,7 +8084,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "beefy-primitives", "bitvec", @@ -8197,7 +8145,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-benchmarking", "frame-system", @@ -8341,7 +8289,7 @@ dependencies = [ [[package]] name = "prioritized-metered-channel" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "coarsetime", "crossbeam-queue", @@ -8433,16 +8381,6 @@ dependencies = [ "syn", ] -[[package]] -name = "prost" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001" -dependencies = [ - "bytes", - "prost-derive 0.9.0", -] - [[package]] name = "prost" version = "0.10.3" @@ -8450,27 +8388,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc03e116981ff7d8da8e5c220e374587b98d294af7ba7dd7fda761158f00086f" dependencies = [ "bytes", - "prost-derive 0.10.1", -] - -[[package]] -name = "prost-build" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5" -dependencies = [ - "bytes", - "heck 0.3.3", - "itertools", - "lazy_static", - "log", - "multimap", - "petgraph", - "prost 0.9.0", - "prost-types 0.9.0", - "regex", - "tempfile", - "which", + "prost-derive", ] [[package]] @@ -8488,8 +8406,8 @@ dependencies = [ "log", "multimap", "petgraph", - "prost 0.10.3", - "prost-types 0.10.1", + "prost", + "prost-types", "regex", "tempfile", "which", @@ -8503,24 +8421,11 @@ checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007" dependencies = [ "asynchronous-codec", "bytes", - "prost 0.10.3", + "prost", "thiserror", "unsigned-varint", ] -[[package]] -name = "prost-derive" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe" -dependencies = [ - "anyhow", - "itertools", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "prost-derive" version = "0.10.1" @@ -8534,16 +8439,6 @@ dependencies = [ "syn", ] -[[package]] -name = "prost-types" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a" -dependencies = [ - "bytes", - "prost 0.9.0", -] - [[package]] name = "prost-types" version = "0.10.1" @@ -8551,7 +8446,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68" dependencies = [ "bytes", - "prost 0.10.3", + "prost", ] [[package]] @@ -8837,7 +8732,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -8965,7 +8860,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -9034,7 +8929,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-support", "polkadot-primitives", @@ -9171,17 +9066,6 @@ version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" -[[package]] -name = "rw-stream-sink" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" -dependencies = [ - "futures", - "pin-project 0.4.29", - "static_assertions", -] - [[package]] name = "rw-stream-sink" version = "0.3.0" @@ -9189,7 +9073,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" dependencies = [ "futures", - "pin-project 1.0.10", + "pin-project", "static_assertions", ] @@ -9229,7 +9113,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "log", "sp-core", @@ -9240,7 +9124,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "futures", @@ -9249,8 +9133,8 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "rand 0.7.3", "sc-client-api", "sc-network", @@ -9267,7 +9151,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "futures-timer", @@ -9290,7 +9174,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9306,7 +9190,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9323,7 +9207,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9334,7 +9218,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "chrono", "clap 3.2.8", @@ -9373,7 +9257,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "fnv", "futures", @@ -9401,7 +9285,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "hash-db", "kvdb", @@ -9426,7 +9310,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "futures", @@ -9450,7 +9334,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "futures", @@ -9479,7 +9363,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "fork-tree", @@ -9522,7 +9406,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "jsonrpsee", @@ -9544,7 +9428,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9557,7 +9441,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "futures", @@ -9582,7 +9466,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "sc-client-api", "sp-authorship", @@ -9593,7 +9477,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "lazy_static", "lru 0.7.7", @@ -9620,7 +9504,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "environmental", "parity-scale-codec", @@ -9637,7 +9521,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "log", "parity-scale-codec", @@ -9652,7 +9536,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9672,7 +9556,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "ahash", "async-trait", @@ -9692,6 +9576,7 @@ dependencies = [ "sc-consensus", "sc-keystore", "sc-network", + "sc-network-common", "sc-network-gossip", "sc-telemetry", "sc-utils", @@ -9712,7 +9597,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "finality-grandpa", "futures", @@ -9733,7 +9618,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "ansi_term", "futures", @@ -9750,7 +9635,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "hex", @@ -9765,7 +9650,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "asynchronous-codec", @@ -9786,16 +9671,14 @@ dependencies = [ "lru 0.7.7", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project 1.0.10", - "prost 0.10.3", - "prost-build 0.10.4", + "pin-project", + "prost", + "prost-build", "rand 0.7.3", "sc-block-builder", "sc-client-api", "sc-consensus", "sc-network-common", - "sc-network-light", - "sc-network-sync", "sc-peerset", "sc-utils", "serde", @@ -9805,7 +9688,6 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-finality-grandpa", "sp-runtime", "substrate-prometheus-endpoint", "thiserror", @@ -9817,20 +9699,25 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ + "bitflags", "futures", "libp2p", "parity-scale-codec", - "prost-build 0.10.4", + "prost-build", + "sc-consensus", "sc-peerset", "smallvec", + "sp-consensus", + "sp-finality-grandpa", + "sp-runtime", ] [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "ahash", "futures", @@ -9847,14 +9734,14 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "libp2p", "log", "parity-scale-codec", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "sc-client-api", "sc-network-common", "sc-peerset", @@ -9867,18 +9754,16 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ - "bitflags", - "either", "fork-tree", "futures", "libp2p", "log", "lru 0.7.7", "parity-scale-codec", - "prost 0.10.3", - "prost-build 0.10.4", + "prost", + "prost-build", "sc-client-api", "sc-consensus", "sc-network-common", @@ -9896,7 +9781,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "bytes", "fnv", @@ -9924,7 +9809,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "libp2p", @@ -9937,7 +9822,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9946,7 +9831,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "hash-db", @@ -9976,7 +9861,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "jsonrpsee", @@ -9999,7 +9884,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "jsonrpsee", @@ -10012,7 +9897,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "directories", @@ -10025,7 +9910,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.12.1", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "sc-block-builder", "sc-chain-spec", @@ -10037,6 +9922,8 @@ dependencies = [ "sc-keystore", "sc-network", "sc-network-common", + "sc-network-light", + "sc-network-sync", "sc-offchain", "sc-rpc", "sc-rpc-server", @@ -10077,7 +9964,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "log", "parity-scale-codec", @@ -10091,7 +9978,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10110,7 +9997,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "libc", @@ -10129,14 +10016,14 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "chrono", "futures", "libp2p", "log", "parking_lot 0.12.1", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "serde", "serde_json", @@ -10147,7 +10034,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "ansi_term", "atty", @@ -10178,7 +10065,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10189,7 +10076,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "futures-timer", @@ -10216,7 +10103,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "log", @@ -10229,7 +10116,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "futures-timer", @@ -10674,7 +10561,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "enumn", "parity-scale-codec", @@ -10750,7 +10637,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "hash-db", "log", @@ -10767,7 +10654,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "blake2", "proc-macro-crate", @@ -10779,7 +10666,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10792,7 +10679,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "integer-sqrt", "num-traits", @@ -10807,7 +10694,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10820,7 +10707,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "parity-scale-codec", @@ -10832,7 +10719,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -10844,7 +10731,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "log", @@ -10862,7 +10749,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "futures", @@ -10881,7 +10768,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "parity-scale-codec", @@ -10899,7 +10786,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "merlin", @@ -10922,7 +10809,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10936,7 +10823,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10949,7 +10836,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "base58", "bitflags", @@ -10995,7 +10882,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "blake2", "byteorder", @@ -11009,7 +10896,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro2", "quote", @@ -11020,7 +10907,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11029,7 +10916,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro2", "quote", @@ -11039,7 +10926,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "environmental", "parity-scale-codec", @@ -11050,7 +10937,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "finality-grandpa", "log", @@ -11068,7 +10955,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11082,7 +10969,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "hash-db", @@ -11107,7 +10994,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "lazy_static", "sp-core", @@ -11118,7 +11005,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "futures", @@ -11135,7 +11022,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "thiserror", "zstd", @@ -11144,7 +11031,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "log", "parity-scale-codec", @@ -11159,7 +11046,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11173,7 +11060,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "sp-api", "sp-core", @@ -11183,7 +11070,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "backtrace", "lazy_static", @@ -11193,7 +11080,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "rustc-hash", "serde", @@ -11203,7 +11090,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "either", "hash256-std-hasher", @@ -11225,7 +11112,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11242,7 +11129,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "Inflector", "proc-macro-crate", @@ -11254,7 +11141,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "log", "parity-scale-codec", @@ -11268,7 +11155,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "serde", "serde_json", @@ -11277,7 +11164,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11291,7 +11178,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11302,7 +11189,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "hash-db", "log", @@ -11324,12 +11211,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11342,7 +11229,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "log", "sp-core", @@ -11355,7 +11242,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "futures-timer", @@ -11371,7 +11258,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "sp-std", @@ -11383,7 +11270,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "sp-api", "sp-runtime", @@ -11392,7 +11279,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "log", @@ -11408,7 +11295,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "hash-db", "memory-db", @@ -11424,7 +11311,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11441,7 +11328,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11452,7 +11339,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "impl-trait-for-tuples", "log", @@ -11731,7 +11618,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "platforms", ] @@ -11739,7 +11626,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11760,7 +11647,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures-util", "hyper", @@ -11773,7 +11660,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "jsonrpsee", "log", @@ -11794,7 +11681,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "async-trait", "futures", @@ -11820,7 +11707,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11830,7 +11717,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11841,7 +11728,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "ansi_term", "build-helper", @@ -11949,7 +11836,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-support", "polkadot-primitives", @@ -12231,14 +12118,14 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 1.0.10", + "pin-project", "tracing", ] [[package]] name = "tracing-gum" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12249,7 +12136,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12378,7 +12265,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" +source = "git+https://github.com/paritytech/substrate?branch=master#9dad17f77b8a56ccf0d289ae410ee1e61d9b12a1" dependencies = [ "clap 3.2.8", "jsonrpsee", @@ -12962,7 +12849,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "beefy-primitives", "bitvec", @@ -13050,7 +12937,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-support", "polkadot-primitives", @@ -13334,7 +13221,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13348,7 +13235,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-support", "frame-system", @@ -13368,7 +13255,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -13386,7 +13273,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" +source = "git+https://github.com/paritytech/polkadot?branch=master#81cd489111830b8a60aa991113f41187c5e94fdf" dependencies = [ "Inflector", "proc-macro2", diff --git a/parachains/runtimes/assets/statemine/src/weights/pallet_uniques.rs b/parachains/runtimes/assets/statemine/src/weights/pallet_uniques.rs index d0d570e760..6dd19eebae 100644 --- a/parachains/runtimes/assets/statemine/src/weights/pallet_uniques.rs +++ b/parachains/runtimes/assets/statemine/src/weights/pallet_uniques.rs @@ -235,4 +235,18 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } + // Storage: Uniques CollectionMaxSupply (r:1 w:1) + // Storage: Uniques Class (r:1 w:0) + fn set_price() -> Weight { + (16_929_000 as Weight) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) + } + // Storage: Uniques CollectionMaxSupply (r:1 w:1) + // Storage: Uniques Class (r:1 w:0) + fn buy_item() -> Weight { + (16_929_000 as Weight) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) + } } diff --git a/parachains/runtimes/assets/statemint/src/weights/pallet_uniques.rs b/parachains/runtimes/assets/statemint/src/weights/pallet_uniques.rs index 18c11a8f76..ca35bdf945 100644 --- a/parachains/runtimes/assets/statemint/src/weights/pallet_uniques.rs +++ b/parachains/runtimes/assets/statemint/src/weights/pallet_uniques.rs @@ -235,4 +235,18 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } + // Storage: Uniques CollectionMaxSupply (r:1 w:1) + // Storage: Uniques Class (r:1 w:0) + fn set_price() -> Weight { + (16_254_000 as Weight) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) + } + // Storage: Uniques CollectionMaxSupply (r:1 w:1) + // Storage: Uniques Class (r:1 w:0) + fn buy_item() -> Weight { + (16_254_000 as Weight) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) + } } diff --git a/parachains/runtimes/assets/westmint/src/weights/pallet_uniques.rs b/parachains/runtimes/assets/westmint/src/weights/pallet_uniques.rs index 04a771c06c..ab14a7b7fc 100644 --- a/parachains/runtimes/assets/westmint/src/weights/pallet_uniques.rs +++ b/parachains/runtimes/assets/westmint/src/weights/pallet_uniques.rs @@ -235,4 +235,18 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } + // Storage: Uniques CollectionMaxSupply (r:1 w:1) + // Storage: Uniques Class (r:1 w:0) + fn set_price() -> Weight { + (16_300_000 as Weight) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) + } + // Storage: Uniques CollectionMaxSupply (r:1 w:1) + // Storage: Uniques Class (r:1 w:0) + fn buy_item() -> Weight { + (16_300_000 as Weight) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) + } }