diff --git a/Cargo.lock b/Cargo.lock index 40f976cd4a..b0b93600cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,58 +38,39 @@ checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" [[package]] name = "aead" -version = "0.3.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" +checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" dependencies = [ "generic-array 0.14.4", ] [[package]] name = "aes" -version = "0.5.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6" +checksum = "495ee669413bfbe9e8cace80f4d3d78e6d8c8d99579f97fb93bde351b185f2d4" dependencies = [ - "aes-soft", - "aesni", - "block-cipher", + "cfg-if 1.0.0", + "cipher", + "cpufeatures", + "opaque-debug 0.3.0", ] [[package]] name = "aes-gcm" -version = "0.7.0" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f" +checksum = "b2a930fd487faaa92a30afa92cc9dd1526a5cff67124abbbb1c617ce070f4dcf" dependencies = [ "aead", "aes", - "block-cipher", + "cipher", + "ctr", "ghash", "subtle 2.4.0", ] -[[package]] -name = "aes-soft" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6" -dependencies = [ - "block-cipher", - "byteorder", - "opaque-debug 0.3.0", -] - -[[package]] -name = "aesni" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a" -dependencies = [ - "block-cipher", - "opaque-debug 0.3.0", -] - [[package]] name = "ahash" version = "0.7.4" @@ -209,7 +190,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" dependencies = [ "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -365,7 +346,7 @@ checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -456,7 +437,7 @@ dependencies = [ "proc-macro-error 0.4.12", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -495,7 +476,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#267ea4530647376704cc116b6d524857c1a596b0" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23" dependencies = [ "beefy-primitives", "fnv", @@ -525,7 +506,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#267ea4530647376704cc116b6d524857c1a596b0" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -546,12 +527,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#267ea4530647376704cc116b6d524857c1a596b0" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23" [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#267ea4530647376704cc116b6d524857c1a596b0" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23" dependencies = [ "parity-scale-codec", "sp-api", @@ -700,15 +681,6 @@ dependencies = [ "generic-array 0.14.4", ] -[[package]] -name = "block-cipher" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80" -dependencies = [ - "generic-array 0.14.4", -] - [[package]] name = "block-padding" version = "0.1.5" @@ -741,7 +713,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "finality-grandpa", "frame-support", @@ -756,7 +728,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-runtime", "frame-support", @@ -767,7 +739,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "bp-runtime", @@ -782,7 +754,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-messages", "bp-runtime", @@ -799,7 +771,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-messages", "bp-runtime", @@ -814,7 +786,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -831,7 +803,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "frame-support", "hash-db", @@ -848,7 +820,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -863,7 +835,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -878,7 +850,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -1044,24 +1016,26 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chacha20" -version = "0.5.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845" +checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412" dependencies = [ - "stream-cipher", + "cfg-if 1.0.0", + "cipher", + "cpufeatures", "zeroize", ] [[package]] name = "chacha20poly1305" -version = "0.6.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5" +checksum = "b6547abe025f4027edacd9edaa357aded014eecec42a5070d9b885c3c334aba2" dependencies = [ "aead", "chacha20", + "cipher", "poly1305", - "stream-cipher", "zeroize", ] @@ -1085,15 +1059,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e" dependencies = [ "multibase", - "multihash", + "multihash 0.13.2", "unsigned-varint 0.5.1", ] [[package]] name = "cipher" -version = "0.2.5" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" +checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" dependencies = [ "generic-array 0.14.4", ] @@ -1211,18 +1185,21 @@ dependencies = [ "glob", ] +[[package]] +name = "cpufeatures" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" +dependencies = [ + "libc", +] + [[package]] name = "cpuid-bool" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" -[[package]] -name = "cpuid-bool" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" - [[package]] name = "cranelift-bforest" version = "0.74.0" @@ -1309,7 +1286,7 @@ dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-frontend", - "itertools 0.10.0", + "itertools", "log", "serde", "smallvec 1.6.1", @@ -1462,7 +1439,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19" dependencies = [ "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", +] + +[[package]] +name = "ctr" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" +dependencies = [ + "cipher", ] [[package]] @@ -1775,7 +1761,7 @@ dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -2142,7 +2128,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a" dependencies = [ "data-encoding", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -2153,7 +2139,7 @@ checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -2166,7 +2152,7 @@ dependencies = [ "proc-macro2 0.4.30", "quote 0.6.13", "regex", - "rustc_version", + "rustc_version 0.2.3", "syn 0.15.44", ] @@ -2179,7 +2165,7 @@ dependencies = [ "convert_case", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -2287,7 +2273,7 @@ checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -2334,7 +2320,7 @@ dependencies = [ "heck", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -2354,7 +2340,7 @@ checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -2365,7 +2351,7 @@ checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -2512,7 +2498,7 @@ checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "synstructure", ] @@ -2611,7 +2597,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", ] @@ -2629,7 +2615,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -2648,7 +2634,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "Inflector", "chrono", @@ -2674,7 +2660,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -2687,7 +2673,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -2702,7 +2688,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "serde", @@ -2713,7 +2699,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "bitflags", "frame-metadata", @@ -2739,41 +2725,41 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "Inflector", "frame-support-procedural-tools", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2790,7 +2776,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -2804,7 +2790,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "sp-api", @@ -2813,7 +2799,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "parity-scale-codec", @@ -2968,7 +2954,7 @@ dependencies = [ "proc-macro-hack", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -3043,7 +3029,7 @@ dependencies = [ "cc", "libc", "log", - "rustc_version", + "rustc_version 0.2.3", "winapi 0.3.9", ] @@ -3090,9 +3076,9 @@ dependencies = [ [[package]] name = "ghash" -version = "0.3.1" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" +checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" dependencies = [ "opaque-debug 0.3.0", "polyval", @@ -3298,17 +3284,6 @@ dependencies = [ "digest 0.9.0", ] -[[package]] -name = "hmac-drbg" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b" -dependencies = [ - "digest 0.8.1", - "generic-array 0.12.3", - "hmac 0.7.1", -] - [[package]] name = "hmac-drbg" version = "0.3.0" @@ -3430,7 +3405,7 @@ dependencies = [ "itoa", "log", "net2", - "rustc_version", + "rustc_version 0.2.3", "time", "tokio 0.1.22", "tokio-buf", @@ -3601,7 +3576,7 @@ checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -3682,15 +3657,6 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" -[[package]] -name = "itertools" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.10.0" @@ -3771,7 +3737,7 @@ dependencies = [ "proc-macro-crate 0.1.5", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -3857,7 +3823,7 @@ dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -3920,8 +3886,8 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -4034,9 +4000,9 @@ dependencies = [ [[package]] name = "kvdb-rocksdb" -version = "0.14.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a" +checksum = "0d169dbb316aa0fa185d02d847c047f1aa20e292cf1563d790c13536a2a732c8" dependencies = [ "fs-swap", "kvdb", @@ -4096,9 +4062,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libp2p" -version = "0.37.1" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b" +checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433" dependencies = [ "atomic", "bytes 1.0.1", @@ -4126,7 +4092,7 @@ dependencies = [ "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", - "parity-multiaddr", + "multiaddr", "parking_lot 0.11.1", "pin-project 1.0.7", "smallvec 1.6.1", @@ -4135,9 +4101,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.28.2" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71dd51b562e14846e65bad00e5808d0644376e6588668c490d3c48e1dfeb4a9a" +checksum = "af9b4abdeaa420593a297c8592f63fad4234f4b88dc9343b8fd8e736c35faa59" dependencies = [ "asn1_der", "bs58", @@ -4147,11 +4113,11 @@ dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", "lazy_static", - "libsecp256k1 0.3.5", + "libsecp256k1 0.5.0", "log", - "multihash", + "multiaddr", + "multihash 0.14.0", "multistream-select", - "parity-multiaddr", "parking_lot 0.11.1", "pin-project 1.0.7", "prost", @@ -4169,9 +4135,9 @@ dependencies = [ [[package]] name = "libp2p-deflate" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08" +checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8" dependencies = [ "flate2", "futures 0.3.16", @@ -4180,9 +4146,9 @@ dependencies = [ [[package]] name = "libp2p-dns" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b" +checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32" dependencies = [ "async-std-resolver", "futures 0.3.16", @@ -4194,9 +4160,9 @@ dependencies = [ [[package]] name = "libp2p-floodsub" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf" +checksum = "404eca8720967179dac7a5b4275eb91f904a53859c69ca8d018560ad6beb214f" dependencies = [ "cuckoofilter", "fnv", @@ -4212,9 +4178,9 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.30.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73cb9a89a301afde1e588c73f7e9131e12a5388725f290a9047b878862db1b53" +checksum = "b1cc48709bcbc3a3321f08a73560b4bbb4166a7d56f6fdb615bc775f4f91058e" dependencies = [ "asynchronous-codec 0.6.0", "base64 0.13.0", @@ -4238,9 +4204,9 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46" +checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e" dependencies = [ "futures 0.3.16", "libp2p-core", @@ -4254,9 +4220,9 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07312ebe5ee4fd2404447a0609814574df55c65d4e20838b957bbd34907d820" +checksum = "50ed78489c87924235665a0ab345b298ee34dff0f7ad62c0ba6608b2144fb75e" dependencies = [ "arrayvec 0.5.2", "asynchronous-codec 0.6.0", @@ -4280,9 +4246,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c221897b3fd7f215de7ecfec215c5eba598e5b61c605b5f8b56fe8a4fb507724" +checksum = "a29e6cbc2a24b8471b6567e580a0e8e7b70a6d0f0ea2be0844d1e842d7d4fa33" dependencies = [ "async-io", "data-encoding", @@ -4301,9 +4267,9 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d" +checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", @@ -4319,9 +4285,9 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.30.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd" +checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e" dependencies = [ "bytes 1.0.1", "curve25519-dalek 3.0.0", @@ -4331,7 +4297,7 @@ dependencies = [ "log", "prost", "prost-build", - "rand 0.7.3", + "rand 0.8.4", "sha2 0.9.2", "snow", "static_assertions", @@ -4341,9 +4307,9 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1" +checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439" dependencies = [ "futures 0.3.16", "libp2p-core", @@ -4356,9 +4322,9 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11" +checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", @@ -4373,9 +4339,9 @@ dependencies = [ [[package]] name = "libp2p-pnet" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" +checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974" dependencies = [ "futures 0.3.16", "log", @@ -4387,9 +4353,9 @@ dependencies = [ [[package]] name = "libp2p-relay" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d" +checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", @@ -4410,9 +4376,9 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3" +checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241" dependencies = [ "async-trait", "bytes 1.0.1", @@ -4430,9 +4396,9 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92" +checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9" dependencies = [ "either", "futures 0.3.16", @@ -4446,19 +4412,19 @@ dependencies = [ [[package]] name = "libp2p-swarm-derive" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "365b0a699fea5168676840567582a012ea297b1ca02eee467e58301b9c9c5eed" +checksum = "ab8cb308d4fc854869f5abb54fdab0833d2cf670d407c745849dc47e6e08d79c" dependencies = [ "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "libp2p-tcp" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9" +checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28" dependencies = [ "async-io", "futures 0.3.16", @@ -4473,9 +4439,9 @@ dependencies = [ [[package]] name = "libp2p-uds" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5" +checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182" dependencies = [ "async-std", "futures 0.3.16", @@ -4485,9 +4451,9 @@ dependencies = [ [[package]] name = "libp2p-wasm-ext" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef45d61e43c313531b5e903e4e8415212ff6338e0c54c47da5b9b412b5760de" +checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6" dependencies = [ "futures 0.3.16", "js-sys", @@ -4499,9 +4465,9 @@ dependencies = [ [[package]] name = "libp2p-websocket" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74" +checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27" dependencies = [ "either", "futures 0.3.16", @@ -4517,9 +4483,9 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4" +checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf" dependencies = [ "futures 0.3.16", "libp2p-core", @@ -4542,17 +4508,20 @@ dependencies = [ [[package]] name = "libsecp256k1" -version = "0.3.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962" +checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7" dependencies = [ "arrayref", - "crunchy", - "digest 0.8.1", - "hmac-drbg 0.2.0", + "base64 0.12.3", + "digest 0.9.0", + "hmac-drbg", + "libsecp256k1-core", + "libsecp256k1-gen-ecmult", + "libsecp256k1-gen-genmult", "rand 0.7.3", - "sha2 0.8.2", - "subtle 2.4.0", + "serde", + "sha2 0.9.2", "typenum", ] @@ -4565,7 +4534,7 @@ dependencies = [ "arrayref", "base64 0.12.3", "digest 0.9.0", - "hmac-drbg 0.3.0", + "hmac-drbg", "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", @@ -4709,26 +4678,6 @@ dependencies = [ "linked-hash-map", ] -[[package]] -name = "lz4" -version = "1.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c" -dependencies = [ - "libc", - "lz4-sys", -] - -[[package]] -name = "lz4-sys" -version = "1.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae" -dependencies = [ - "cc", - "libc", -] - [[package]] name = "mach" version = "0.3.2" @@ -4853,8 +4802,8 @@ dependencies = [ [[package]] name = "metered-channel" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -4889,7 +4838,7 @@ checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -4984,6 +4933,24 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238" +[[package]] +name = "multiaddr" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499" +dependencies = [ + "arrayref", + "bs58", + "byteorder", + "data-encoding", + "multihash 0.14.0", + "percent-encoding 2.1.0", + "serde", + "static_assertions", + "unsigned-varint 0.7.0", + "url 2.2.0", +] + [[package]] name = "multibase" version = "0.8.0" @@ -5013,16 +4980,29 @@ dependencies = [ ] [[package]] -name = "multihash-derive" -version = "0.7.1" +name = "multihash" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f" +checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8" dependencies = [ - "proc-macro-crate 0.1.5", + "digest 0.9.0", + "generic-array 0.14.4", + "multihash-derive", + "sha2 0.9.2", + "unsigned-varint 0.7.0", +] + +[[package]] +name = "multihash-derive" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99" +dependencies = [ + "proc-macro-crate 1.0.0", "proc-macro-error 1.0.4", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "synstructure", ] @@ -5072,7 +5052,7 @@ checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -5121,7 +5101,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-system", "parity-scale-codec", @@ -5291,7 +5271,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5304,7 +5284,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5320,7 +5300,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5335,7 +5315,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5349,7 +5329,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5372,7 +5352,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5386,7 +5366,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#267ea4530647376704cc116b6d524857c1a596b0" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23" dependencies = [ "beefy-primitives", "frame-support", @@ -5402,7 +5382,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#267ea4530647376704cc116b6d524857c1a596b0" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5427,7 +5407,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5441,7 +5421,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5457,7 +5437,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5478,7 +5458,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "bp-message-dispatch", @@ -5523,7 +5503,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5539,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5554,7 +5534,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5575,7 +5555,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5592,7 +5572,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5606,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5628,7 +5608,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5643,7 +5623,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5662,7 +5642,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5678,7 +5658,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5693,7 +5673,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5710,7 +5690,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5726,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5744,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5759,7 +5739,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5772,7 +5752,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5788,7 +5768,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5810,7 +5790,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5825,7 +5805,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5838,7 +5818,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "enumflags2", "frame-support", @@ -5852,7 +5832,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5867,7 +5847,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5887,7 +5867,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5903,7 +5883,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5916,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5940,18 +5920,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "log", "sp-arithmetic", @@ -5960,7 +5940,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -5973,7 +5953,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5991,7 +5971,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6006,7 +5986,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-support", "frame-system", @@ -6022,7 +6002,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6039,7 +6019,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6050,7 +6030,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6066,7 +6046,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6080,7 +6060,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-benchmarking", "frame-support", @@ -6095,7 +6075,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6108,8 +6088,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "frame-support", "frame-system", @@ -6135,9 +6115,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241f9c5d25063080f2c02846221f13e1d0e5e18fa00c32c234aad585b744ee55" +checksum = "2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47" dependencies = [ "blake2-rfc", "crc32fast", @@ -6145,29 +6125,9 @@ dependencies = [ "hex", "libc", "log", - "lz4", "memmap2", "parking_lot 0.11.1", "rand 0.8.4", - "snap", -] - -[[package]] -name = "parity-multiaddr" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58341485071825827b7f03cf7efd1cb21e6a709bea778fb50227fd45d2f361b4" -dependencies = [ - "arrayref", - "bs58", - "byteorder", - "data-encoding", - "multihash", - "percent-encoding 2.1.0", - "serde", - "static_assertions", - "unsigned-varint 0.7.0", - "url 2.2.0", ] [[package]] @@ -6193,7 +6153,7 @@ dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -6246,7 +6206,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" dependencies = [ "proc-macro2 1.0.28", - "syn 1.0.73", + "syn 1.0.76", "synstructure", ] @@ -6307,7 +6267,7 @@ checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" dependencies = [ "lock_api 0.3.4", "parking_lot_core 0.6.2", - "rustc_version", + "rustc_version 0.2.3", ] [[package]] @@ -6339,7 +6299,7 @@ checksum = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" dependencies = [ "libc", "rand 0.6.5", - "rustc_version", + "rustc_version 0.2.3", "smallvec 0.6.13", "winapi 0.3.9", ] @@ -6354,7 +6314,7 @@ dependencies = [ "cloudabi", "libc", "redox_syscall 0.1.57", - "rustc_version", + "rustc_version 0.2.3", "smallvec 0.6.13", "winapi 0.3.9", ] @@ -6412,6 +6372,12 @@ dependencies = [ "crypto-mac 0.8.0", ] +[[package]] +name = "pdqselect" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27" + [[package]] name = "peeking_take_while" version = "0.1.2" @@ -6459,7 +6425,7 @@ dependencies = [ "pest_meta", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -6509,7 +6475,7 @@ checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -6520,7 +6486,7 @@ checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -6555,8 +6521,8 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6569,8 +6535,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6582,9 +6548,10 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ + "derive_more 0.99.14", "futures 0.3.16", "lru", "parity-scale-codec", @@ -6605,8 +6572,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "lru", @@ -6624,8 +6591,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "frame-benchmarking-cli", "futures 0.3.16", @@ -6644,8 +6611,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6747,10 +6714,11 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "always-assert", + "derive_more 0.99.14", "futures 0.3.16", "futures-timer 3.0.2", "polkadot-node-network-protocol", @@ -6767,8 +6735,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6779,9 +6747,10 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ + "derive_more 0.99.14", "futures 0.3.16", "lru", "parity-scale-codec", @@ -6803,8 +6772,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6817,8 +6786,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6835,8 +6804,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", "futures 0.3.16", @@ -6849,14 +6818,13 @@ dependencies = [ "polkadot-primitives", "sc-network", "sp-consensus", - "strum", "tracing", ] [[package]] name = "polkadot-node-collation-generation" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "parity-scale-codec", @@ -6873,8 +6841,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "derive_more 0.99.14", @@ -6903,8 +6871,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "futures 0.3.16", @@ -6923,8 +6891,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "futures 0.3.16", @@ -6941,8 +6909,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "polkadot-node-subsystem", @@ -6956,8 +6924,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", "futures 0.3.16", @@ -6974,8 +6942,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "polkadot-node-subsystem", @@ -6989,8 +6957,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -7006,8 +6974,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "derive_more 0.99.14", @@ -7025,8 +6993,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "polkadot-node-primitives", @@ -7038,8 +7006,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", "futures 0.3.16", @@ -7055,8 +7023,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "futures 0.3.16", @@ -7070,8 +7038,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "always-assert", "assert_matches", @@ -7100,8 +7068,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "memory-lru", @@ -7118,8 +7086,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-std", "lazy_static", @@ -7136,8 +7104,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", "futures 0.3.16", @@ -7152,10 +7120,11 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", + "derive_more 0.99.14", "futures 0.3.16", "parity-scale-codec", "polkadot-node-jaeger", @@ -7169,8 +7138,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "futures 0.3.16", "parity-scale-codec", @@ -7193,8 +7162,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7203,8 +7172,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", "futures 0.3.16", @@ -7229,8 +7198,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-std", "async-trait", @@ -7259,13 +7228,14 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", + "derive_more 0.99.14", "futures 0.3.16", "futures-timer 3.0.2", - "itertools 0.10.0", + "itertools", "lru", "metered-channel", "parity-scale-codec", @@ -7289,8 +7259,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", "futures 0.3.16", @@ -7311,19 +7281,19 @@ dependencies = [ [[package]] name = "polkadot-overseer-all-subsystems-gen" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "assert_matches", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "polkadot-overseer-gen" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", "futures 0.3.16", @@ -7339,19 +7309,19 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "polkadot-parachain" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "derive_more 0.99.14", "frame-support", @@ -7366,8 +7336,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "frame-system", @@ -7396,8 +7366,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7429,8 +7399,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7504,8 +7474,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitvec 0.20.1", "frame-benchmarking", @@ -7547,8 +7517,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "bitflags", "bitvec 0.20.1", @@ -7586,8 +7556,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "async-trait", "beefy-gadget", @@ -7625,6 +7595,7 @@ dependencies = [ "polkadot-node-core-parachains-inherent", "polkadot-node-core-provisioner", "polkadot-node-core-runtime-api", + "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -7635,7 +7606,7 @@ dependencies = [ "polkadot-runtime", "polkadot-runtime-parachains", "polkadot-statement-distribution", - "rococo-runtime 0.9.9", + "rococo-runtime 0.9.10", "sc-authority-discovery", "sc-basic-authorship", "sc-block-builder", @@ -7682,10 +7653,11 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "arrayvec 0.5.2", + "derive_more 0.99.14", "futures 0.3.16", "indexmap", "parity-scale-codec", @@ -7694,7 +7666,6 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-network", "sp-keystore", "sp-staking", "thiserror", @@ -7703,8 +7674,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7713,8 +7684,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7738,8 +7709,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7798,8 +7769,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "frame-benchmarking", "frame-system", @@ -7863,21 +7834,23 @@ dependencies = [ [[package]] name = "poly1305" -version = "0.6.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8" +checksum = "9fcffab1f78ebbdf4b93b68c1ffebc24037eedf271edaca795732b24e5e4e349" dependencies = [ - "cpuid-bool 0.2.0", + "cpufeatures", + "opaque-debug 0.3.0", "universal-hash", ] [[package]] name = "polyval" -version = "0.4.5" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" +checksum = "a6ba6a405ef63530d6cb12802014b22f9c5751bd17cdcddbe9e46d5c8ae83287" dependencies = [ - "cpuid-bool 0.2.0", + "cfg-if 1.0.0", + "cpufeatures", "opaque-debug 0.3.0", "universal-hash", ] @@ -7955,7 +7928,7 @@ dependencies = [ "proc-macro-error-attr 0.4.12", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "version_check", ] @@ -7968,7 +7941,7 @@ dependencies = [ "proc-macro-error-attr 1.0.4", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "version_check", ] @@ -7980,7 +7953,7 @@ checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "syn-mid", "version_check", ] @@ -8042,9 +8015,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2" +checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020" dependencies = [ "bytes 1.0.1", "prost-derive", @@ -8052,13 +8025,13 @@ dependencies = [ [[package]] name = "prost-build" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3" +checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603" dependencies = [ "bytes 1.0.1", "heck", - "itertools 0.9.0", + "itertools", "log", "multimap", "petgraph", @@ -8070,22 +8043,22 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4" +checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba" dependencies = [ "anyhow", - "itertools 0.9.0", + "itertools", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "prost-types" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb" +checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b" dependencies = [ "bytes 1.0.1", "prost", @@ -8478,7 +8451,7 @@ checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221" dependencies = [ "derive_more 0.99.14", "fs-err", - "itertools 0.10.0", + "itertools", "static_init", "thiserror", ] @@ -8500,7 +8473,7 @@ checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -8558,7 +8531,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "env_logger 0.8.3", "hex", @@ -8684,8 +8657,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "beefy-primitives", "bp-messages", @@ -8803,6 +8776,15 @@ dependencies = [ "semver 0.9.0", ] +[[package]] +name = "rustc_version" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" +dependencies = [ + "semver 0.11.0", +] + [[package]] name = "rustls" version = "0.18.1" @@ -8886,14 +8868,14 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" dependencies = [ - "rustc_version", + "rustc_version 0.2.3", ] [[package]] name = "salsa20" -version = "0.7.2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15" +checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0" dependencies = [ "cipher", ] @@ -8910,7 +8892,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "log", "sp-core", @@ -8921,7 +8903,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -8950,7 +8932,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -8973,7 +8955,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8989,7 +8971,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9005,18 +8987,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "chrono", "fdlimit", @@ -9054,7 +9036,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "derive_more 0.99.14", "fnv", @@ -9088,7 +9070,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "blake2-rfc", "hash-db", @@ -9117,7 +9099,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "futures 0.3.16", @@ -9142,7 +9124,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9174,7 +9156,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9188,6 +9170,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.11.1", + "pdqselect", "rand 0.7.3", "retain_mut", "sc-client-api", @@ -9220,7 +9203,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9244,7 +9227,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9257,7 +9240,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "futures 0.3.16", @@ -9286,7 +9269,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "sc-client-api", "sp-authorship", @@ -9297,11 +9280,11 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "derive_more 0.99.14", "lazy_static", - "libsecp256k1 0.3.5", + "libsecp256k1 0.6.0", "log", "parity-scale-codec", "parity-wasm 0.42.2", @@ -9326,7 +9309,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "derive_more 0.99.14", "parity-scale-codec", @@ -9343,7 +9326,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "log", "parity-scale-codec", @@ -9358,7 +9341,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9378,7 +9361,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9419,7 +9402,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "derive_more 0.99.14", "finality-grandpa", @@ -9443,7 +9426,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "ansi_term 0.12.1", "futures 0.3.16", @@ -9461,7 +9444,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9481,7 +9464,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "hash-db", "lazy_static", @@ -9500,7 +9483,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-std", "async-trait", @@ -9555,7 +9538,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -9572,7 +9555,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "bytes 0.5.6", "fnv", @@ -9600,7 +9583,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.3.16", "libp2p", @@ -9613,7 +9596,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9622,7 +9605,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.3.16", "hash-db", @@ -9657,7 +9640,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9682,7 +9665,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -9700,7 +9683,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "directories", @@ -9768,7 +9751,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "log", "parity-scale-codec", @@ -9783,7 +9766,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9805,7 +9788,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "chrono", "futures 0.3.16", @@ -9825,7 +9808,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9862,18 +9845,18 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9902,7 +9885,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9936,7 +9919,7 @@ dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -10110,7 +10093,7 @@ checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -10144,7 +10127,7 @@ checksum = "ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", - "cpuid-bool 0.1.2", + "cpuid-bool", "digest 0.9.0", "opaque-debug 0.3.0", ] @@ -10169,7 +10152,7 @@ checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", - "cpuid-bool 0.1.2", + "cpuid-bool", "digest 0.9.0", "opaque-debug 0.3.0", ] @@ -10292,8 +10275,8 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "enumn", "parity-scale-codec", @@ -10326,25 +10309,19 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" -[[package]] -name = "snap" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451" - [[package]] name = "snow" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50" +checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7" dependencies = [ "aes-gcm", "blake2", "chacha20poly1305", - "rand 0.7.3", - "rand_core 0.5.1", + "rand 0.8.4", + "rand_core 0.6.1", "ring", - "rustc_version", + "rustc_version 0.3.3", "sha2 0.9.2", "subtle 2.4.0", "x25519-dalek", @@ -10405,7 +10382,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "hash-db", "log", @@ -10422,19 +10399,19 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "serde", @@ -10446,7 +10423,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "integer-sqrt", "num-traits", @@ -10460,7 +10437,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "sp-api", @@ -10472,7 +10449,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "parity-scale-codec", @@ -10484,7 +10461,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "sp-api", @@ -10496,7 +10473,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.3.16", "log", @@ -10514,26 +10491,33 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "futures 0.3.16", "futures-timer 3.0.2", "log", "parity-scale-codec", + "parking_lot 0.11.1", + "serde", + "sp-api", "sp-core", "sp-inherents", "sp-runtime", "sp-state-machine", "sp-std", + "sp-trie", + "sp-utils", "sp-version", + "substrate-prometheus-endpoint", "thiserror", + "wasm-timer", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "parity-scale-codec", @@ -10550,7 +10534,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "merlin", @@ -10572,7 +10556,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -10582,7 +10566,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10594,7 +10578,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "base58", "blake2-rfc", @@ -10607,7 +10591,7 @@ dependencies = [ "hex", "impl-serde", "lazy_static", - "libsecp256k1 0.3.5", + "libsecp256k1 0.6.0", "log", "merlin", "num-traits", @@ -10638,7 +10622,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10647,17 +10631,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "environmental", "parity-scale-codec", @@ -10668,7 +10652,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "finality-grandpa", "log", @@ -10685,7 +10669,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10699,11 +10683,11 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.3.16", "hash-db", - "libsecp256k1 0.3.5", + "libsecp256k1 0.6.0", "log", "parity-scale-codec", "parking_lot 0.11.1", @@ -10724,7 +10708,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "lazy_static", "sp-core", @@ -10735,7 +10719,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -10752,7 +10736,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "ruzstd", "zstd", @@ -10761,7 +10745,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "serde", @@ -10774,18 +10758,18 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "sp-api", "sp-core", @@ -10795,7 +10779,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "backtrace", ] @@ -10803,7 +10787,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "rustc-hash", "serde", @@ -10814,7 +10798,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "either", "hash256-std-hasher", @@ -10835,7 +10819,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10852,19 +10836,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "serde", "serde_json", @@ -10873,7 +10857,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "sp-api", @@ -10886,7 +10870,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10896,7 +10880,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "hash-db", "log", @@ -10919,12 +10903,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10937,7 +10921,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "log", "sp-core", @@ -10950,7 +10934,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -10963,7 +10947,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10980,7 +10964,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "erased-serde", "log", @@ -10998,7 +10982,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "sp-api", "sp-runtime", @@ -11007,7 +10991,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "log", @@ -11022,7 +11006,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "hash-db", "memory-db", @@ -11036,7 +11020,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.3.16", "futures-core", @@ -11048,7 +11032,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11063,19 +11047,19 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11276,7 +11260,7 @@ dependencies = [ "memchr", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -11292,16 +11276,6 @@ dependencies = [ "rand 0.8.4", ] -[[package]] -name = "stream-cipher" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89" -dependencies = [ - "block-cipher", - "generic-array 0.14.4", -] - [[package]] name = "string" version = "0.2.1" @@ -11338,7 +11312,7 @@ dependencies = [ "proc-macro-error 1.0.4", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -11359,7 +11333,7 @@ dependencies = [ "heck", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -11378,7 +11352,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "platforms", ] @@ -11386,7 +11360,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.16", @@ -11409,7 +11383,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-std", "derive_more 0.99.14", @@ -11423,7 +11397,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "async-trait", "futures 0.1.30", @@ -11452,7 +11426,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "futures 0.3.16", "substrate-test-utils-derive", @@ -11462,17 +11436,17 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "proc-macro-crate 1.0.0", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "ansi_term 0.12.1", "atty", @@ -11510,9 +11484,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.73" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" +checksum = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", @@ -11527,7 +11501,7 @@ checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -11538,7 +11512,7 @@ checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "unicode-xid 0.2.1", ] @@ -11609,7 +11583,7 @@ checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -11825,7 +11799,7 @@ checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -12030,7 +12004,7 @@ checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", ] [[package]] @@ -12184,7 +12158,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#09c016ba0a77f00a662dcd6ea76e5a5c777f31f4" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.10#58f0223a75933e3226f330b8458bcb78e12164cf" dependencies = [ "frame-try-runtime", "log", @@ -12480,7 +12454,7 @@ dependencies = [ "log", "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "wasm-bindgen-shared", ] @@ -12514,7 +12488,7 @@ checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -12810,8 +12784,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -13052,19 +13026,20 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "derivative", "impl-trait-for-tuples", "log", "parity-scale-codec", + "xcm-procedural", ] [[package]] name = "xcm-builder" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "frame-support", "frame-system", @@ -13082,8 +13057,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#63a4d8b420b06f410c446120d136fc3ec0c46b6a" +version = "0.9.10" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -13097,6 +13072,16 @@ dependencies = [ "xcm", ] +[[package]] +name = "xcm-procedural" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#d348ba982f823adeb700b54db98169520f323595" +dependencies = [ + "proc-macro2 1.0.28", + "quote 1.0.9", + "syn 1.0.76", +] + [[package]] name = "yamux" version = "0.9.0" @@ -13128,7 +13113,7 @@ checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", - "syn 1.0.73", + "syn 1.0.76", "synstructure", ] diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index d130830e24..45fb08f530 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" structopt = "0.3.3" # Substrate dependencies -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } diff --git a/client/collator/Cargo.toml b/client/collator/Cargo.toml index ddd229a00c..21d89fac49 100644 --- a/client/collator/Cargo.toml +++ b/client/collator/Cargo.toml @@ -6,18 +6,18 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Cumulus dependencies cumulus-client-network = { path = "../network" } @@ -32,18 +32,18 @@ tracing = "0.1.25" [dev-dependencies] # Polkadot dependencies -polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Cumulus dependencies cumulus-test-runtime = { path = "../../test/runtime" } cumulus-test-client = { path = "../../test/client" } # Substrate dependencies -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Other dependencies async-trait = "0.1.42" diff --git a/client/consensus/aura/Cargo.toml b/client/consensus/aura/Cargo.toml index 14512cd853..968cab5dc3 100644 --- a/client/consensus/aura/Cargo.toml +++ b/client/consensus/aura/Cargo.toml @@ -7,25 +7,25 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Cumulus dependencies cumulus-client-consensus-common = { path = "../common" } diff --git a/client/consensus/common/Cargo.toml b/client/consensus/common/Cargo.toml index 8672b59f63..5b35928887 100644 --- a/client/consensus/common/Cargo.toml +++ b/client/consensus/common/Cargo.toml @@ -7,21 +7,21 @@ edition = "2018" [dependencies] # Substrate deps -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Other deps futures = { version = "0.3.8", features = ["compat"] } @@ -32,10 +32,10 @@ dyn-clone = "1.0.4" [dev-dependencies] # Substrate deps -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-test-runtime = { path = "../../../test/runtime" } @@ -44,7 +44,7 @@ cumulus-test-service = { path = "../../../test/service" } cumulus-primitives-core = { path = "../../../primitives/core" } # Polkadot deps -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Other deps tokio = { version = "0.2.21", features = ["macros"] } diff --git a/client/consensus/relay-chain/Cargo.toml b/client/consensus/relay-chain/Cargo.toml index 6eb5225f98..2a7103d179 100644 --- a/client/consensus/relay-chain/Cargo.toml +++ b/client/consensus/relay-chain/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # Substrate deps -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Cumulus dependencies cumulus-client-consensus-common = { path = "../common" } diff --git a/client/network/Cargo.toml b/client/network/Cargo.toml index a9de5286ee..2edbc02baa 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # Substrate deps -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # other deps codec = { package = "parity-scale-codec", version = "2.0.0", features = [ "derive" ] } @@ -37,14 +37,14 @@ cumulus-test-service = { path = "../../test/service" } cumulus-primitives-core = { path = "../../primitives/core" } # Polkadot deps -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # substrate deps -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } diff --git a/client/pov-recovery/Cargo.toml b/client/pov-recovery/Cargo.toml index f34017b7cd..3440dfccd2 100644 --- a/client/pov-recovery/Cargo.toml +++ b/client/pov-recovery/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # Substrate deps -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Cumulus deps cumulus-primitives-core = { path = "../../primitives/core" } @@ -38,13 +38,13 @@ tokio = { version = "0.2.21", features = ["macros"] } cumulus-test-service = { path = "../../test/service" } # Polkadot deps -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # substrate deps -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } diff --git a/client/service/Cargo.toml b/client/service/Cargo.toml index db17155015..e182febee3 100644 --- a/client/service/Cargo.toml +++ b/client/service/Cargo.toml @@ -12,23 +12,23 @@ cumulus-client-pov-recovery = { path = "../pov-recovery" } cumulus-primitives-core = { path = "../../primitives/core" } # Substrate dependencies -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Other deps tracing = "0.1.22" diff --git a/pallets/aura-ext/Cargo.toml b/pallets/aura-ext/Cargo.toml index 7e25975597..2b56caa1df 100644 --- a/pallets/aura-ext/Cargo.toml +++ b/pallets/aura-ext/Cargo.toml @@ -7,14 +7,14 @@ description = "AURA consensus extension pallet for parachains" [dependencies] # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Other Dependencies codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"]} diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index ea8da123a5..c516cabd46 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -16,25 +16,25 @@ targets = ['x86_64-unknown-linux-gnu'] log = { version = "0.4.0", default-features = false } codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = '2.0.0' } serde = { version = "1.0.119", default-features = false } -sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-staking = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -pallet-authorship = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -pallet-session = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } +sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-staking = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +pallet-authorship = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +pallet-session = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } -frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } +frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } [dev-dependencies] -sp-core = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-io = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-tracing = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -pallet-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } +sp-core = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-io = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-tracing = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +pallet-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } [features] default = ['std'] diff --git a/pallets/dmp-queue/Cargo.toml b/pallets/dmp-queue/Cargo.toml index 86657a3d29..4186867884 100644 --- a/pallets/dmp-queue/Cargo.toml +++ b/pallets/dmp-queue/Cargo.toml @@ -12,22 +12,22 @@ rand = { version = "0.8.3", default-features = false } rand_chacha = { version = "0.3.0", default-features = false } # Substrate Dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Polkadot Dependencies -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } # Cumulus Dependencies cumulus-primitives-core = { path = "../../primitives/core", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } [features] default = [ "std" ] diff --git a/pallets/parachain-system/Cargo.toml b/pallets/parachain-system/Cargo.toml index 2c7a50e564..da4ca1f727 100644 --- a/pallets/parachain-system/Cargo.toml +++ b/pallets/parachain-system/Cargo.toml @@ -12,22 +12,22 @@ cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inh cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "release-v0.9.9" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "release-v0.9.10" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Other Dependencies codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"]} @@ -41,10 +41,10 @@ hex-literal = "0.2.1" lazy_static = "1.4" # Substrate dependencies -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-test-client = { path = "../../test/client" } diff --git a/pallets/session-benchmarking/Cargo.toml b/pallets/session-benchmarking/Cargo.toml index f21f8f8c20..38103d0cf6 100644 --- a/pallets/session-benchmarking/Cargo.toml +++ b/pallets/session-benchmarking/Cargo.toml @@ -13,19 +13,19 @@ readme = "README.md" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-staking = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -pallet-session = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } +sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-staking = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +pallet-session = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } [dev-dependencies] serde = { version = "1.0.119" } codec = { package = "parity-scale-codec", version = "2.0.0", features = [ "derive" ] } -sp-core = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } +sp-core = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } [features] default = ["std"] diff --git a/pallets/xcm/Cargo.toml b/pallets/xcm/Cargo.toml index cd2cf573bc..eae45d3d5e 100644 --- a/pallets/xcm/Cargo.toml +++ b/pallets/xcm/Cargo.toml @@ -8,13 +8,13 @@ version = "0.1.0" codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } cumulus-primitives-core = { path = "../../primitives/core", default-features = false } diff --git a/pallets/xcmp-queue/Cargo.toml b/pallets/xcmp-queue/Cargo.toml index 4b1e3687e2..98b606dbea 100644 --- a/pallets/xcmp-queue/Cargo.toml +++ b/pallets/xcmp-queue/Cargo.toml @@ -12,24 +12,24 @@ rand = { version = "0.8.3", default-features = false } rand_chacha = { version = "0.3.0", default-features = false } # Substrate Dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Polkadot Dependencies -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } # Cumulus Dependencies cumulus-primitives-core = { path = "../../primitives/core", default-features = false } [dev-dependencies] -sp-core = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-io = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } +sp-core = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-io = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } cumulus-pallet-parachain-system = { path = "../parachain-system" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } [features] default = [ "std" ] diff --git a/pallets/xcmp-queue/src/mock.rs b/pallets/xcmp-queue/src/mock.rs index 3e240d3aaa..00aabf255c 100644 --- a/pallets/xcmp-queue/src/mock.rs +++ b/pallets/xcmp-queue/src/mock.rs @@ -141,6 +141,7 @@ impl xcm_executor::Config for XcmConfig { type Weigher = FixedWeightBounds; type Trader = (); type ResponseHandler = (); + type SubscriptionService = (); } pub type XcmRouter = ( diff --git a/polkadot-parachains/Cargo.toml b/polkadot-parachains/Cargo.toml index e1287fcfcb..dfcccc0041 100644 --- a/polkadot-parachains/Cargo.toml +++ b/polkadot-parachains/Cargo.toml @@ -31,36 +31,36 @@ westmint-runtime = { path = "westmint" } statemint-common = { path = "statemint-common" } # Substrate dependencies -frame-benchmarking = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -frame-benchmarking-cli = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +frame-benchmarking = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +frame-benchmarking-cli = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # RPC related dependencies jsonrpc-core = "15.1.0" @@ -77,13 +77,13 @@ cumulus-primitives-core = { path = "../primitives/core" } cumulus-primitives-parachain-inherent = { path = "../primitives/parachain-inherent" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } [dev-dependencies] assert_cmd = "0.12" diff --git a/polkadot-parachains/pallets/parachain-info/Cargo.toml b/polkadot-parachains/pallets/parachain-info/Cargo.toml index d60976eb6a..e23406fce4 100644 --- a/polkadot-parachains/pallets/parachain-info/Cargo.toml +++ b/polkadot-parachains/pallets/parachain-info/Cargo.toml @@ -8,8 +8,8 @@ version = "0.1.0" codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } diff --git a/polkadot-parachains/pallets/ping/Cargo.toml b/polkadot-parachains/pallets/ping/Cargo.toml index 0be3a9f0e9..c2b9941cf2 100644 --- a/polkadot-parachains/pallets/ping/Cargo.toml +++ b/polkadot-parachains/pallets/ping/Cargo.toml @@ -8,12 +8,12 @@ version = "0.1.0" codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } cumulus-pallet-xcm = { path = "../../../pallets/xcm", default-features = false } diff --git a/polkadot-parachains/rococo/Cargo.toml b/polkadot-parachains/rococo/Cargo.toml index 0004de3840..3d0a384bf3 100644 --- a/polkadot-parachains/rococo/Cargo.toml +++ b/polkadot-parachains/rococo/Cargo.toml @@ -12,29 +12,29 @@ log = { version = "0.4.14", default-features = false } parachain-info = { path = "../pallets/parachain-info", default-features = false } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false } @@ -48,18 +48,18 @@ cumulus-pallet-xcm = { path = "../../pallets/xcm", default-features = false } cumulus-ping = { path = "../pallets/ping", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } [dev-dependencies] hex-literal = "0.3.1" hex = "0.4.3" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } [features] default = [ "std" ] diff --git a/polkadot-parachains/rococo/src/lib.rs b/polkadot-parachains/rococo/src/lib.rs index 6050c8f94d..b974828816 100644 --- a/polkadot-parachains/rococo/src/lib.rs +++ b/polkadot-parachains/rococo/src/lib.rs @@ -348,6 +348,7 @@ impl Config for XcmConfig { type Weigher = FixedWeightBounds; type Trader = UsingComponents, RocLocation, AccountId, Balances, ()>; type ResponseHandler = (); // Don't handle responses for now. + type SubscriptionService = PolkadotXcm; } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/polkadot-parachains/shell/Cargo.toml b/polkadot-parachains/shell/Cargo.toml index 38d196a28c..9e83fa4deb 100644 --- a/polkadot-parachains/shell/Cargo.toml +++ b/polkadot-parachains/shell/Cargo.toml @@ -11,21 +11,21 @@ log = { version = "0.4.14", default-features = false } parachain-info = { path = "../pallets/parachain-info", default-features = false } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false } @@ -35,17 +35,17 @@ cumulus-pallet-dmp-queue = { path = "../../pallets/dmp-queue", default-features cumulus-pallet-xcm = { path = "../../pallets/xcm", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } [dev-dependencies] hex = "0.4.3" hex-literal = "0.3.1" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } [features] default = [ "std" ] diff --git a/polkadot-parachains/shell/src/lib.rs b/polkadot-parachains/shell/src/lib.rs index a3bbf0ac0b..e9f688df24 100644 --- a/polkadot-parachains/shell/src/lib.rs +++ b/polkadot-parachains/shell/src/lib.rs @@ -212,6 +212,7 @@ impl Config for XcmConfig { type Weigher = FixedWeightBounds; // balances not supported type Trader = (); // balances not supported type ResponseHandler = (); // Don't handle responses for now. + type SubscriptionService = (); // don't handle subscriptions for now } impl cumulus_pallet_xcm::Config for Runtime { diff --git a/polkadot-parachains/statemine/Cargo.toml b/polkadot-parachains/statemine/Cargo.toml index bf3777588a..e92d0fe190 100644 --- a/polkadot-parachains/statemine/Cargo.toml +++ b/polkadot-parachains/statemine/Cargo.toml @@ -14,41 +14,41 @@ smallvec = "1.6.1" hex-literal = { version = '0.3.1', optional = true } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.9" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.10" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -node-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +node-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false } @@ -65,19 +65,19 @@ pallet-collator-selection = { path = "../../pallets/collator-selection", default statemint-common = { path = "../statemint-common", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } [dev-dependencies] hex-literal = "0.3.1" hex = "0.4.3" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } [features] default = [ "std" ] diff --git a/polkadot-parachains/statemine/src/lib.rs b/polkadot-parachains/statemine/src/lib.rs index 8e84062ad0..28a2ff3d10 100644 --- a/polkadot-parachains/statemine/src/lib.rs +++ b/polkadot-parachains/statemine/src/lib.rs @@ -555,6 +555,7 @@ impl Config for XcmConfig { type Weigher = FixedWeightBounds; type Trader = UsingComponents, KsmLocation, AccountId, Balances, ()>; type ResponseHandler = (); // Don't handle responses for now. + type SubscriptionService = PolkadotXcm; } parameter_types! { diff --git a/polkadot-parachains/statemint-common/Cargo.toml b/polkadot-parachains/statemint-common/Cargo.toml index f18460ab6f..0b5de5520b 100644 --- a/polkadot-parachains/statemint-common/Cargo.toml +++ b/polkadot-parachains/statemint-common/Cargo.toml @@ -13,31 +13,31 @@ targets = ['x86_64-unknown-linux-gnu'] codec = { package = 'parity-scale-codec', version = '2.0.0', features = ['derive'], default-features = false } # Substrate dependencies -sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -sp-std = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -sp-io = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -frame-executive = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -frame-support = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -frame-system = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -pallet-balances = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -sp-runtime = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -sp-core = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -node-primitives = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } +sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +sp-std = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +sp-io = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +frame-executive = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +frame-support = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +frame-system = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +pallet-balances = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +sp-runtime = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +sp-core = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +node-primitives = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', default-features = false , branch = "release-v0.9.9" } -polkadot-primitives = { git = 'https://github.com/paritytech/polkadot', default-features = false , branch = "release-v0.9.9" } +polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', default-features = false , branch = "release-v0.9.10" } +polkadot-primitives = { git = 'https://github.com/paritytech/polkadot', default-features = false , branch = "release-v0.9.10" } # Local dependencies pallet-collator-selection = { path = '../../pallets/collator-selection', default-features = false } [dev-dependencies] serde = { version = "1.0.119" } -sp-io = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } -pallet-authorship = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.9" } +sp-io = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } +pallet-authorship = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.10" } [build-dependencies] -substrate-wasm-builder = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.9" } +substrate-wasm-builder = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.10" } [features] default = ["std"] diff --git a/polkadot-parachains/statemint/Cargo.toml b/polkadot-parachains/statemint/Cargo.toml index b039fdf031..b89b24a5b3 100644 --- a/polkadot-parachains/statemint/Cargo.toml +++ b/polkadot-parachains/statemint/Cargo.toml @@ -14,41 +14,41 @@ smallvec = "1.6.1" hex-literal = { version = '0.3.1', optional = true } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.9" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.10" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -node-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +node-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false } @@ -65,19 +65,19 @@ pallet-collator-selection = { path = "../../pallets/collator-selection", default statemint-common = { path = "../statemint-common", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } [dev-dependencies] hex-literal = "0.3.1" hex = "0.4.3" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } [features] default = [ "std" ] diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index fec6014434..0a0b442f3b 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -521,6 +521,7 @@ impl Config for XcmConfig { type Weigher = FixedWeightBounds; type Trader = UsingComponents, DotLocation, AccountId, Balances, ()>; type ResponseHandler = (); // Don't handle responses for now. + type SubscriptionService = PolkadotXcm; } parameter_types! { diff --git a/polkadot-parachains/westmint/Cargo.toml b/polkadot-parachains/westmint/Cargo.toml index 73277547f2..29347d5ac9 100644 --- a/polkadot-parachains/westmint/Cargo.toml +++ b/polkadot-parachains/westmint/Cargo.toml @@ -14,41 +14,41 @@ smallvec = "1.6.1" hex-literal = { version = '0.3.1', optional = true } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.9" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.10" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } -node-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +node-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false } @@ -65,19 +65,19 @@ pallet-collator-selection = { path = "../../pallets/collator-selection", default statemint-common = { path = "../statemint-common", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } [dev-dependencies] hex-literal = "0.3.1" hex = "0.4.3" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } [features] default = [ "std" ] diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index ff166ec92e..f0698f3767 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -519,6 +519,7 @@ impl Config for XcmConfig { type Weigher = FixedWeightBounds; type Trader = UsingComponents, WestendLocation, AccountId, Balances, ()>; type ResponseHandler = (); // Don't handle responses for now. + type SubscriptionService = PolkadotXcm; } parameter_types! { diff --git a/primitives/core/Cargo.toml b/primitives/core/Cargo.toml index b74b8f1920..cf3cc3b2f8 100644 --- a/primitives/core/Cargo.toml +++ b/primitives/core/Cargo.toml @@ -6,17 +6,17 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } # Other dependencies impl-trait-for-tuples = "0.2.1" diff --git a/primitives/parachain-inherent/Cargo.toml b/primitives/parachain-inherent/Cargo.toml index 780b53afd4..9b1f81062c 100644 --- a/primitives/parachain-inherent/Cargo.toml +++ b/primitives/parachain-inherent/Cargo.toml @@ -6,17 +6,17 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.9" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.9" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.9" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.10" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.10" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-client = { git = "https://github.com/paritytech/polkadot", optional = true, branch = "release-v0.9.9" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", optional = true, branch = "release-v0.9.10" } # Cumulus dependencies cumulus-primitives-core = { path = "../core", default-features = false } diff --git a/primitives/timestamp/Cargo.toml b/primitives/timestamp/Cargo.toml index 1d386c50a8..05bce3ca21 100644 --- a/primitives/timestamp/Cargo.toml +++ b/primitives/timestamp/Cargo.toml @@ -7,18 +7,18 @@ description = "Provides timestamp related functionality for parachains." [dependencies] # Substrate dependencies -sp-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-primitives-core = { path = "../core", default-features = false } [dev-dependencies] # Substrate dependencies -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-test-client = { path = "../../test/client" } diff --git a/primitives/utility/Cargo.toml b/primitives/utility/Cargo.toml index c1dd974fbc..534ed97f63 100644 --- a/primitives/utility/Cargo.toml +++ b/primitives/utility/Cargo.toml @@ -6,16 +6,16 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } cumulus-primitives-core = { path = "../core", default-features = false } diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index cb1905fabe..fec92ebbfa 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -5,25 +5,25 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Cumulus deps cumulus-test-runtime = { path = "../runtime" } @@ -33,8 +33,8 @@ cumulus-primitives-core = { path = "../../primitives/core" } cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inherent" } # Polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Other deps codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [ "derive" ] } diff --git a/test/relay-sproof-builder/Cargo.toml b/test/relay-sproof-builder/Cargo.toml index 4a2238446d..66c6b1eb71 100644 --- a/test/relay-sproof-builder/Cargo.toml +++ b/test/relay-sproof-builder/Cargo.toml @@ -9,12 +9,12 @@ edition = '2018' codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [ "derive" ] } # Substrate dependencies -sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } # Cumulus dependencies cumulus-primitives-core = { path = "../../primitives/core", default-features = false } diff --git a/test/relay-validation-worker-provider/Cargo.toml b/test/relay-validation-worker-provider/Cargo.toml index 371fce6eea..985939e2c9 100644 --- a/test/relay-validation-worker-provider/Cargo.toml +++ b/test/relay-validation-worker-provider/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" build = "build.rs" [dependencies] -polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } diff --git a/test/runtime-upgrade/Cargo.toml b/test/runtime-upgrade/Cargo.toml index 49ce1d3eda..67274be7c6 100644 --- a/test/runtime-upgrade/Cargo.toml +++ b/test/runtime-upgrade/Cargo.toml @@ -9,25 +9,25 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate dependencies -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false } @@ -35,10 +35,10 @@ cumulus-primitives-core = { path = "../../primitives/core", default-features = f cumulus-primitives-timestamp = { path = "../../primitives/timestamp", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } [features] default = [ "std", "upgrade" ] diff --git a/test/runtime/Cargo.toml b/test/runtime/Cargo.toml index f9fbb9db54..c67fc9caee 100644 --- a/test/runtime/Cargo.toml +++ b/test/runtime/Cargo.toml @@ -9,25 +9,25 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate dependencies -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } # Cumulus dependencies cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false } @@ -35,10 +35,10 @@ cumulus-primitives-core = { path = "../../primitives/core", default-features = f cumulus-primitives-timestamp = { path = "../../primitives/timestamp", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.9" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.10" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } [features] default = [ "std" ] diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index 8759678d9b..9b19ccfffc 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -11,40 +11,40 @@ serde = { version = "1.0.101", features = ["derive"] } async-trait = "0.1.42" # Substrate -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.9" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.10" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Cumulus cumulus-client-consensus-relay-chain = { path = "../../client/consensus/relay-chain" } @@ -64,14 +64,14 @@ futures = "0.3.5" tokio = { version = "0.2.21", features = ["macros"] } # Polkadot dependencies -polkadot-test-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.9" } +polkadot-test-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.10" } # Substrate dependencies -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10" } # Cumulus cumulus-test-runtime-upgrade = { path = "../runtime-upgrade" } diff --git a/test/service/src/lib.rs b/test/service/src/lib.rs index 07373538cf..972488a9a1 100644 --- a/test/service/src/lib.rs +++ b/test/service/src/lib.rs @@ -36,7 +36,7 @@ pub use sc_executor::NativeExecutor; use sc_network::{config::TransportConfig, multiaddr, NetworkService}; use sc_service::{ config::{ - DatabaseSource, KeepBlocks, KeystoreConfig, MultiaddrWithPeerId, NetworkConfiguration, + DatabaseConfig, KeepBlocks, KeystoreConfig, MultiaddrWithPeerId, NetworkConfiguration, OffchainWorkerConfig, PruningMode, TransactionStorageMode, WasmExecutionMethod, }, BasePath, ChainSpec, Configuration, Error as ServiceError, PartialComponents, Role, @@ -600,7 +600,7 @@ pub fn node_config( network: network_config, keystore: KeystoreConfig::InMemory, keystore_remote: Default::default(), - database: DatabaseSource::RocksDb { + database: DatabaseConfig::RocksDb { path: root.join("db"), cache_size: 128, },