diff --git a/Cargo.lock b/Cargo.lock index 03db0d89cdb..9346b48d51d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,12 +834,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" -[[package]] -name = "base16ct" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" - [[package]] name = "base64" version = "0.13.0" @@ -870,7 +864,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "hash-db", "log", @@ -2434,18 +2428,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "crypto-bigint" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7" -dependencies = [ - "generic-array 0.14.6", - "rand_core 0.6.4", - "subtle", - "zeroize", -] - [[package]] name = "crypto-common" version = "0.1.3" @@ -3406,16 +3388,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "der" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc906908ea6458456e5eaa160a9c08543ec3d1e6f71e2235cedd660cb65f9df0" -dependencies = [ - "const-oid", - "zeroize", -] - [[package]] name = "der-parser" version = "7.0.0" @@ -3681,22 +3653,10 @@ version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" dependencies = [ - "der 0.6.0", - "elliptic-curve 0.12.3", - "rfc6979 0.3.1", - "signature 1.6.4", -] - -[[package]] -name = "ecdsa" -version = "0.16.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1b0a1222f8072619e8a6b667a854020a03d363738303203c09468b3424a420a" -dependencies = [ - "der 0.7.1", - "elliptic-curve 0.13.2", - "rfc6979 0.4.0", - "signature 2.0.0", + "der", + "elliptic-curve", + "rfc6979", + "signature", ] [[package]] @@ -3705,7 +3665,7 @@ version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" dependencies = [ - "signature 1.6.4", + "signature", ] [[package]] @@ -3748,37 +3708,18 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" dependencies = [ - "base16ct 0.1.1", - "crypto-bigint 0.4.9", - "der 0.6.0", + "base16ct", + "crypto-bigint", + "der", "digest 0.10.6", - "ff 0.12.1", + "ff", "generic-array 0.14.6", - "group 0.12.1", + "group", "hkdf", "pem-rfc7468", - "pkcs8 0.9.0", - "rand_core 0.6.4", - "sec1 0.3.0", - "subtle", - "zeroize", -] - -[[package]] -name = "elliptic-curve" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea5a92946e8614bb585254898bb7dd1ddad241ace60c52149e3765e34cc039d" -dependencies = [ - "base16ct 0.2.0", - "crypto-bigint 0.5.1", - "digest 0.10.6", - "ff 0.13.0", - "generic-array 0.14.6", - "group 0.13.0", - "pkcs8 0.10.1", + "pkcs8", "rand_core 0.6.4", - "sec1 0.7.1", + "sec1", "subtle", "zeroize", ] @@ -4046,16 +3987,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ff" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" -dependencies = [ - "rand_core 0.6.4", - "subtle", -] - [[package]] name = "fiat-crypto" version = "0.1.20" @@ -4149,7 +4080,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", ] @@ -4172,7 +4103,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-support-procedural", @@ -4197,7 +4128,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -4231,12 +4162,13 @@ dependencies = [ "sp-database", "sp-externalities", "sp-inherents", + "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-std", "sp-storage", "sp-trie", + "sp-wasm-interface", "thiserror", "thousands", ] @@ -4244,7 +4176,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4255,7 +4187,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4272,7 +4204,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -4288,9 +4220,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "15.1.0" +version = "15.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" +checksum = "f2a893ede8dde2293e94dacf9c8f5db5d0506cd909257a8f0ac2b7d610baf50c" dependencies = [ "cfg-if", "parity-scale-codec", @@ -4301,7 +4233,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-recursion", "futures", @@ -4322,20 +4254,19 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "bitflags", "environmental", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", - "k256", "log", "macro_magic", - "once_cell", "parity-scale-codec", "paste", "scale-info", + "secp256k1", "serde", "smallvec", "sp-api", @@ -4357,7 +4288,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "Inflector", "cfg-expr", @@ -4375,7 +4306,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4387,7 +4318,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "proc-macro2", "quote", @@ -4397,7 +4328,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "cfg-if", "frame-support", @@ -4416,7 +4347,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -4431,7 +4362,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "sp-api", @@ -4440,7 +4371,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "parity-scale-codec", @@ -4636,7 +4567,6 @@ checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ "typenum", "version_check", - "zeroize", ] [[package]] @@ -4763,18 +4693,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" dependencies = [ - "ff 0.12.1", - "rand_core 0.6.4", - "subtle", -] - -[[package]] -name = "group" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" -dependencies = [ - "ff 0.13.0", + "ff", "rand_core 0.6.4", "subtle", ] @@ -5552,19 +5471,6 @@ dependencies = [ "jsonrpsee-types", ] -[[package]] -name = "k256" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955890845095ccf31ef83ad41a05aabb4d8cc23dc3cac5a9f5c89cf26dd0da75" -dependencies = [ - "cfg-if", - "ecdsa 0.16.1", - "elliptic-curve 0.13.2", - "once_cell", - "sha2 0.10.2", -] - [[package]] name = "keccak" version = "0.1.0" @@ -5574,7 +5480,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "frame-benchmarking", @@ -5673,7 +5579,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "frame-support", "polkadot-primitives", @@ -6602,7 +6508,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "futures", "log", @@ -6621,7 +6527,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "anyhow", "jsonrpsee", @@ -7096,8 +7002,8 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" dependencies = [ - "ecdsa 0.14.8", - "elliptic-curve 0.12.3", + "ecdsa", + "elliptic-curve", "sha2 0.10.2", ] @@ -7107,8 +7013,8 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa" dependencies = [ - "ecdsa 0.14.8", - "elliptic-curve 0.12.3", + "ecdsa", + "elliptic-curve", "sha2 0.10.2", ] @@ -7125,7 +7031,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -7146,7 +7052,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7164,7 +7070,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -7178,7 +7084,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7196,7 +7102,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7211,7 +7117,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -7227,7 +7133,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -7243,7 +7149,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -7257,7 +7163,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7281,7 +7187,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7301,7 +7207,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7316,7 +7222,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -7335,7 +7241,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -7359,7 +7265,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7465,7 +7371,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7509,7 +7415,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7526,7 +7432,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "bitflags", "environmental", @@ -7556,7 +7462,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "bitflags", "parity-scale-codec", @@ -7569,7 +7475,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "proc-macro2", "quote", @@ -7579,7 +7485,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7596,7 +7502,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7614,7 +7520,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7632,7 +7538,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7655,7 +7561,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7668,7 +7574,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7686,7 +7592,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "docify", "frame-benchmarking", @@ -7705,7 +7611,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "blake2", "frame-benchmarking", @@ -7723,7 +7629,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7746,7 +7652,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7762,7 +7668,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7782,7 +7688,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7799,7 +7705,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -7813,7 +7719,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7830,7 +7736,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7849,7 +7755,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7866,7 +7772,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7882,7 +7788,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7899,7 +7805,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7917,7 +7823,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "pallet-nfts", @@ -7928,7 +7834,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -7944,7 +7850,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -7961,7 +7867,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7981,7 +7887,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7992,7 +7898,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -8009,7 +7915,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8048,7 +7954,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8065,7 +7971,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8080,7 +7986,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8098,7 +8004,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8113,7 +8019,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8132,7 +8038,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8150,7 +8056,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8167,7 +8073,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -8188,7 +8094,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8204,7 +8110,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8223,7 +8129,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8246,7 +8152,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8257,7 +8163,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "log", "sp-arithmetic", @@ -8266,7 +8172,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "sp-api", @@ -8275,7 +8181,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8292,7 +8198,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8307,7 +8213,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8325,7 +8231,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8344,7 +8250,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-support", "frame-system", @@ -8360,7 +8266,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8376,7 +8282,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8388,7 +8294,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8405,7 +8311,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8420,7 +8326,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8436,7 +8342,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8451,7 +8357,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-benchmarking", "frame-support", @@ -8466,7 +8372,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -8487,7 +8393,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9043,18 +8949,8 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" dependencies = [ - "der 0.6.0", - "spki 0.6.0", -] - -[[package]] -name = "pkcs8" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d2820d87d2b008616e5c27212dd9e0e694fb4c6b522de06094106813328cb49" -dependencies = [ - "der 0.7.1", - "spki 0.7.0", + "der", + "spki", ] [[package]] @@ -9100,7 +8996,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "futures-timer", @@ -9118,7 +9014,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "futures-timer", @@ -9133,7 +9029,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "derive_more", "fatality", @@ -9156,7 +9052,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "fatality", "futures", @@ -9177,7 +9073,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "clap", "frame-benchmarking-cli", @@ -9207,7 +9103,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-trait", "frame-benchmarking", @@ -9250,7 +9146,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "always-assert", "bitvec", @@ -9272,7 +9168,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "parity-scale-codec", "scale-info", @@ -9284,7 +9180,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "derive_more", "fatality", @@ -9309,7 +9205,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -9323,7 +9219,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "futures-timer", @@ -9343,7 +9239,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "always-assert", "async-trait", @@ -9366,7 +9262,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "parity-scale-codec", @@ -9384,7 +9280,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "derive_more", @@ -9413,7 +9309,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "futures", @@ -9434,7 +9330,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "fatality", @@ -9453,7 +9349,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "polkadot-node-subsystem", @@ -9468,7 +9364,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-trait", "futures", @@ -9488,7 +9384,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "polkadot-node-metrics", @@ -9503,7 +9399,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "futures-timer", @@ -9520,7 +9416,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "fatality", "futures", @@ -9539,7 +9435,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-trait", "futures", @@ -9556,7 +9452,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "fatality", @@ -9574,7 +9470,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "always-assert", "futures", @@ -9605,7 +9501,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "polkadot-node-primitives", @@ -9621,7 +9517,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "cpu-time", "futures", @@ -9644,7 +9540,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-execute-worker" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "cpu-time", "futures", @@ -9664,7 +9560,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-prepare-worker" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "libc", @@ -9687,7 +9583,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "futures", "lru 0.9.0", @@ -9702,7 +9598,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "lazy_static", "log", @@ -9720,7 +9616,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bs58", "futures", @@ -9739,7 +9635,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-channel", "async-trait", @@ -9762,7 +9658,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bounded-vec", "futures", @@ -9784,7 +9680,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9794,7 +9690,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-trait", "futures", @@ -9812,7 +9708,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-trait", "derive_more", @@ -9835,7 +9731,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-trait", "derive_more", @@ -9868,7 +9764,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-trait", "futures", @@ -9891,7 +9787,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bounded-collections", "derive_more", @@ -9990,7 +9886,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -10008,7 +9904,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -10034,7 +9930,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -10066,7 +9962,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "frame-benchmarking", @@ -10161,7 +10057,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "frame-benchmarking", @@ -10207,7 +10103,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "frame-support", "polkadot-primitives", @@ -10221,7 +10117,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bs58", "parity-scale-codec", @@ -10233,7 +10129,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitflags", "bitvec", @@ -10278,7 +10174,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -10388,7 +10284,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -10410,7 +10306,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -10420,7 +10316,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -10445,7 +10341,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "frame-election-provider-support", @@ -10506,7 +10402,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "frame-benchmarking", "frame-system", @@ -11186,21 +11082,11 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" dependencies = [ - "crypto-bigint 0.4.9", + "crypto-bigint", "hmac 0.12.1", "zeroize", ] -[[package]] -name = "rfc6979" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" -dependencies = [ - "hmac 0.12.1", - "subtle", -] - [[package]] name = "ring" version = "0.16.20" @@ -11287,7 +11173,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -11374,7 +11260,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "frame-support", "polkadot-primitives", @@ -11643,7 +11529,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "log", "sp-core", @@ -11654,7 +11540,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "futures", @@ -11669,7 +11555,6 @@ dependencies = [ "rand 0.8.5", "sc-client-api", "sc-network", - "sc-network-common", "sp-api", "sp-authority-discovery", "sp-blockchain", @@ -11683,7 +11568,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "futures", "futures-timer", @@ -11706,7 +11591,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11721,7 +11606,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11740,7 +11625,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11751,7 +11636,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -11769,7 +11654,6 @@ dependencies = [ "sc-client-db", "sc-keystore", "sc-network", - "sc-network-common", "sc-service", "sc-telemetry", "sc-tracing", @@ -11791,7 +11675,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "fnv", "futures", @@ -11818,7 +11702,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "hash-db", "kvdb", @@ -11844,7 +11728,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "futures", @@ -11869,7 +11753,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "futures", @@ -11898,7 +11782,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "fork-tree", @@ -11913,7 +11797,6 @@ dependencies = [ "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-keystore", "sc-telemetry", "scale-info", "sp-api", @@ -11934,7 +11817,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "futures", "jsonrpsee", @@ -11956,7 +11839,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11968,9 +11851,7 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-consensus", - "sc-keystore", "sc-network", - "sc-network-common", "sc-network-gossip", "sc-network-sync", "sc-utils", @@ -11992,7 +11873,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "futures", "jsonrpsee", @@ -12011,7 +11892,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "fork-tree", "parity-scale-codec", @@ -12024,7 +11905,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -12064,7 +11945,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "finality-grandpa", "futures", @@ -12084,7 +11965,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "futures", @@ -12107,7 +11988,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "lru 0.10.0", "parity-scale-codec", @@ -12129,7 +12010,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -12141,13 +12022,12 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "anyhow", "cfg-if", "libc", "log", - "once_cell", "rustix 0.36.7", "sc-allocator", "sc-executor-common", @@ -12159,7 +12039,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "ansi_term", "futures", @@ -12175,7 +12055,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", @@ -12189,7 +12069,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12204,25 +12084,20 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "lru 0.10.0", "mockall", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", "rand 0.8.5", - "sc-block-builder", "sc-client-api", - "sc-consensus", "sc-network-common", "sc-utils", "serde", "serde_json", "smallvec", - "snow", "sp-arithmetic", "sp-blockchain", - "sp-consensus", "sp-core", "sp-runtime", "substrate-prometheus-endpoint", @@ -12235,7 +12110,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-channel", "cid", @@ -12246,7 +12121,6 @@ dependencies = [ "prost-build", "sc-client-api", "sc-network", - "sc-network-common", "sp-blockchain", "sp-runtime", "thiserror", @@ -12256,34 +12130,24 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ - "array-bytes 4.2.0", "async-trait", "bitflags", - "bytes", "futures", - "futures-timer", "libp2p-identity", "parity-scale-codec", "prost-build", "sc-consensus", - "sc-utils", - "serde", - "smallvec", - "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "zeroize", ] [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "ahash 0.8.2", "futures", @@ -12301,7 +12165,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12313,7 +12177,6 @@ dependencies = [ "prost-build", "sc-client-api", "sc-network", - "sc-network-common", "sp-blockchain", "sp-core", "sp-runtime", @@ -12323,7 +12186,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12357,7 +12220,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "futures", @@ -12375,7 +12238,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -12392,7 +12255,6 @@ dependencies = [ "rand 0.8.5", "sc-client-api", "sc-network", - "sc-network-common", "sc-utils", "sp-api", "sp-core", @@ -12405,7 +12267,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12414,7 +12276,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "futures", "jsonrpsee", @@ -12445,7 +12307,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12464,7 +12326,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "http", "jsonrpsee", @@ -12479,7 +12341,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "futures", @@ -12505,7 +12367,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "directories", @@ -12536,7 +12398,6 @@ dependencies = [ "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", - "sc-storage-monitor", "sc-sysinfo", "sc-telemetry", "sc-tracing", @@ -12571,7 +12432,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "log", "parity-scale-codec", @@ -12582,14 +12443,12 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "clap", "fs4", - "futures", "log", "sc-client-db", - "sc-utils", "sp-core", "thiserror", "tokio", @@ -12598,7 +12457,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12617,7 +12476,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "futures", "libc", @@ -12636,7 +12495,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "chrono", "futures", @@ -12655,7 +12514,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "ansi_term", "atty", @@ -12663,12 +12522,10 @@ dependencies = [ "lazy_static", "libc", "log", - "once_cell", "parking_lot 0.12.1", "regex", "rustc-hash", "sc-client-api", - "sc-rpc-server", "sc-tracing-proc-macro", "serde", "sp-api", @@ -12686,7 +12543,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12697,7 +12554,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "futures", @@ -12723,7 +12580,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "futures", @@ -12739,7 +12596,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-channel", "futures", @@ -12866,24 +12723,10 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ - "base16ct 0.1.1", - "der 0.6.0", + "base16ct", + "der", "generic-array 0.14.6", - "pkcs8 0.9.0", - "subtle", - "zeroize", -] - -[[package]] -name = "sec1" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e" -dependencies = [ - "base16ct 0.2.0", - "der 0.7.1", - "generic-array 0.14.6", - "pkcs8 0.10.1", + "pkcs8", "subtle", "zeroize", ] @@ -13176,16 +13019,6 @@ dependencies = [ "rand_core 0.6.4", ] -[[package]] -name = "signature" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe458c98333f9c8152221191a77e2a44e8325d0193484af2e9421a53019e57d" -dependencies = [ - "digest 0.10.6", - "rand_core 0.6.4", -] - [[package]] name = "simba" version = "0.8.0" @@ -13220,7 +13053,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "enumn", "parity-scale-codec", @@ -13297,7 +13130,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "hash-db", "log", @@ -13317,7 +13150,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "Inflector", "blake2", @@ -13331,7 +13164,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "scale-info", @@ -13344,7 +13177,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "integer-sqrt", "num-traits", @@ -13358,7 +13191,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "scale-info", @@ -13371,9 +13204,8 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ - "parity-scale-codec", "sp-api", "sp-inherents", "sp-runtime", @@ -13383,7 +13215,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "futures", "log", @@ -13401,7 +13233,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "futures", @@ -13416,14 +13248,13 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", - "sp-consensus", "sp-consensus-slots", "sp-inherents", "sp-runtime", @@ -13434,7 +13265,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "parity-scale-codec", @@ -13442,11 +13273,9 @@ dependencies = [ "serde", "sp-api", "sp-application-crypto", - "sp-consensus", "sp-consensus-slots", "sp-core", "sp-inherents", - "sp-keystore", "sp-runtime", "sp-std", "sp-timestamp", @@ -13455,7 +13284,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "lazy_static", "parity-scale-codec", @@ -13474,7 +13303,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "finality-grandpa", "log", @@ -13492,7 +13321,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "scale-info", @@ -13504,7 +13333,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -13548,23 +13377,21 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.6", "sha2 0.10.2", "sha3", - "sp-std", "twox-hash", ] [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ - "proc-macro2", "quote", "sp-core-hashing", "syn 2.0.18", @@ -13573,7 +13400,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13582,7 +13409,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "proc-macro2", "quote", @@ -13592,7 +13419,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "environmental", "parity-scale-codec", @@ -13603,13 +13430,12 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core", "sp-runtime", "sp-std", "thiserror", @@ -13618,12 +13444,11 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "bytes", "ed25519", "ed25519-dalek", - "futures", "libsecp256k1", "log", "parity-scale-codec", @@ -13644,7 +13469,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "lazy_static", "sp-core", @@ -13655,12 +13480,10 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ - "futures", "parity-scale-codec", "parking_lot 0.12.1", - "serde", "sp-core", "sp-externalities", "thiserror", @@ -13669,7 +13492,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -13678,7 +13501,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13689,7 +13512,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13707,7 +13530,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "scale-info", @@ -13721,7 +13544,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "sp-api", "sp-core", @@ -13731,7 +13554,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "backtrace", "lazy_static", @@ -13741,7 +13564,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "rustc-hash", "serde", @@ -13751,7 +13574,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "either", "hash256-std-hasher", @@ -13773,7 +13596,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13791,7 +13614,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "Inflector", "proc-macro-crate", @@ -13803,7 +13626,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "scale-info", @@ -13817,7 +13640,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "scale-info", @@ -13830,7 +13653,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "hash-db", "log", @@ -13845,14 +13668,14 @@ dependencies = [ "sp-trie", "thiserror", "tracing", + "trie-db", ] [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ - "log", "parity-scale-codec", "scale-info", "sp-api", @@ -13868,12 +13691,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13886,11 +13709,9 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", - "futures-timer", - "log", "parity-scale-codec", "sp-inherents", "sp-runtime", @@ -13901,7 +13722,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "sp-std", @@ -13913,7 +13734,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "sp-api", "sp-runtime", @@ -13922,10 +13743,9 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", - "log", "parity-scale-codec", "scale-info", "sp-core", @@ -13938,7 +13758,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13961,7 +13781,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13978,7 +13798,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13989,7 +13809,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -14002,7 +13822,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "parity-scale-codec", "scale-info", @@ -14044,17 +13864,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" dependencies = [ "base64ct", - "der 0.6.0", -] - -[[package]] -name = "spki" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0445c905640145c7ea8c1993555957f65e7c46d0535b91ba501bc9bfc85522f" -dependencies = [ - "base64ct", - "der 0.7.1", + "der", ] [[package]] @@ -14200,15 +14010,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" -dependencies = [ - "platforms", -] +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -14227,7 +14034,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "hyper", "log", @@ -14239,7 +14046,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "jsonrpsee", @@ -14252,14 +14059,12 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "jsonrpsee", - "log", "parity-scale-codec", "sc-client-api", "sc-rpc-api", - "scale-info", "serde", "sp-core", "sp-runtime", @@ -14271,7 +14076,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -14297,7 +14102,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "futures", "substrate-test-utils-derive", @@ -14307,7 +14112,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -14318,7 +14123,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "ansi_term", "build-helper", @@ -14447,7 +14252,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "frame-support", "polkadot-primitives", @@ -14848,7 +14653,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -14859,7 +14664,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "expander 2.0.0", "proc-macro-crate", @@ -14989,7 +14794,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#81d125fe2a938ba336716c8b1d5e0faff0487d50" +source = "git+https://github.com/paritytech/substrate?branch=master#c14ff62f0a2bca89f02f8e1cb7c1347f1d2a0baa" dependencies = [ "async-trait", "clap", @@ -15000,7 +14805,6 @@ dependencies = [ "parity-scale-codec", "sc-cli", "sc-executor", - "sc-service", "serde", "serde_json", "sp-api", @@ -15751,7 +15555,7 @@ dependencies = [ "ccm", "curve25519-dalek 3.2.0", "der-parser 8.1.0", - "elliptic-curve 0.12.3", + "elliptic-curve", "hkdf", "hmac 0.10.1", "log", @@ -15763,11 +15567,11 @@ dependencies = [ "rcgen 0.9.3", "ring", "rustls 0.19.1", - "sec1 0.3.0", + "sec1", "serde", "sha-1 0.9.8", "sha2 0.9.8", - "signature 1.6.4", + "signature", "subtle", "thiserror", "tokio", @@ -15904,7 +15708,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bitvec", "frame-benchmarking", @@ -15997,7 +15801,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "frame-support", "polkadot-primitives", @@ -16431,7 +16235,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "bounded-collections", "derivative", @@ -16447,7 +16251,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "frame-support", "frame-system", @@ -16458,6 +16262,7 @@ dependencies = [ "polkadot-parachain", "scale-info", "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -16502,7 +16307,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "environmental", "frame-benchmarking", @@ -16522,7 +16327,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#0db5f018c6a510c5eceb4f25be794cd0a7873bbf" +source = "git+https://github.com/paritytech/polkadot?branch=master#9ddcfc22b27c1afa3559298c546cfa5be3e3a43a" dependencies = [ "Inflector", "proc-macro2", diff --git a/bridges/primitives/header-chain/tests/implementation_match.rs b/bridges/primitives/header-chain/tests/implementation_match.rs index c70683b173d..22f690b8cb2 100644 --- a/bridges/primitives/header-chain/tests/implementation_match.rs +++ b/bridges/primitives/header-chain/tests/implementation_match.rs @@ -104,8 +104,8 @@ pub fn make_default_justification(header: &TestHeader) -> GrandpaJustification { /// Unspent dispatch weight. This weight that will be deducted from total delivery transaction /// weight, thus reducing the transaction cost. This shall not be zero in (at least) two cases: /// - /// 1) if message has been dispatched successfully, but post-dispatch weight is less than - /// the weight, declared by the message sender; + /// 1) if message has been dispatched successfully, but post-dispatch weight is less than the + /// weight, declared by the message sender; /// 2) if message has not been dispatched at all. pub unspent_weight: Weight, /// Fine-grained result of single message dispatch (for better diagnostic purposes) diff --git a/parachain-template/node/src/command.rs b/parachain-template/node/src/command.rs index c3e79ebe387..9214ce36662 100644 --- a/parachain-template/node/src/command.rs +++ b/parachain-template/node/src/command.rs @@ -17,7 +17,7 @@ use sp_runtime::traits::{AccountIdConversion, Block as BlockT}; use crate::{ chain_spec, cli::{Cli, RelayChainCli, Subcommand}, - service::{new_partial, ParachainNativeExecutor}, + service::new_partial, }; fn load_spec(id: &str) -> std::result::Result, String> { @@ -194,7 +194,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::(config)) + runner.sync_run(|config| cmd.run::(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." @@ -230,15 +230,12 @@ pub fn run() -> Result<()> { #[cfg(feature = "try-runtime")] Some(Subcommand::TryRuntime(cmd)) => { use parachain_template_runtime::MILLISECS_PER_BLOCK; - use sc_executor::{sp_wasm_interface::ExtendedHostFunctions, NativeExecutionDispatch}; use try_runtime_cli::block_building_info::timestamp_with_aura_info; let runner = cli.create_runner(cmd)?; - type HostFunctionsOf = ExtendedHostFunctions< - sp_io::SubstrateHostFunctions, - ::ExtendHostFunctions, - >; + type HostFunctions = + (sp_io::SubstrateHostFunctions, frame_benchmarking::benchmarking::HostFunctions); // grab the task manager. let registry = &runner.config().prometheus_config.as_ref().map(|cfg| &cfg.registry); @@ -249,12 +246,7 @@ pub fn run() -> Result<()> { let info_provider = timestamp_with_aura_info(MILLISECS_PER_BLOCK); runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some( - info_provider, - )), - task_manager, - )) + Ok((cmd.run::(Some(info_provider)), task_manager)) }) }, #[cfg(not(feature = "try-runtime"))] diff --git a/polkadot-parachain/src/command.rs b/polkadot-parachain/src/command.rs index 8f93167da99..d31008624af 100644 --- a/polkadot-parachain/src/command.rs +++ b/polkadot-parachain/src/command.rs @@ -17,12 +17,7 @@ use crate::{ chain_spec, cli::{Cli, RelayChainCli, Subcommand}, - service::{ - new_partial, AssetHubKusamaExecutor, AssetHubPolkadotRuntimeExecutor, - AssetHubWestendExecutor, Block, BridgeHubKusamaRuntimeExecutor, - BridgeHubPolkadotRuntimeExecutor, BridgeHubRococoRuntimeExecutor, - CollectivesPolkadotRuntimeExecutor, GluttonRuntimeExecutor, - }, + service::{new_partial, Block}, }; use codec::Encode; use cumulus_client_cli::generate_genesis_block; @@ -687,44 +682,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| { - match config.chain_spec.runtime() { - Runtime::AssetHubKusama => - cmd.run::(config), - Runtime::AssetHubWestend => cmd.run::(config), - Runtime::AssetHubPolkadot => - cmd.run::(config), - Runtime::CollectivesPolkadot | Runtime::CollectivesWestend => - cmd.run::(config), - Runtime::BridgeHub(bridge_hub_runtime_type) => match bridge_hub_runtime_type { - chain_spec::bridge_hubs::BridgeHubRuntimeType::Polkadot | - chain_spec::bridge_hubs::BridgeHubRuntimeType::PolkadotLocal | - chain_spec::bridge_hubs::BridgeHubRuntimeType::PolkadotDevelopment => - cmd.run::(config), - chain_spec::bridge_hubs::BridgeHubRuntimeType::Kusama | - chain_spec::bridge_hubs::BridgeHubRuntimeType::KusamaLocal | - chain_spec::bridge_hubs::BridgeHubRuntimeType::KusamaDevelopment => - cmd.run::(config), - chain_spec::bridge_hubs::BridgeHubRuntimeType::Rococo | - chain_spec::bridge_hubs::BridgeHubRuntimeType::RococoLocal | - chain_spec::bridge_hubs::BridgeHubRuntimeType::RococoDevelopment => - cmd.run::(config), - _ => Err(format!( - "Chain '{:?}' doesn't support benchmarking for bridge_hub_runtime_type: {:?}", - config.chain_spec.runtime(), - bridge_hub_runtime_type - ) - .into()), - }, - Runtime::Glutton => - cmd.run::(config), - _ => Err(format!( - "Chain '{:?}' doesn't support benchmarking", - config.chain_spec.runtime() - ) - .into()), - } - }) + runner.sync_run(|config| cmd.run::(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." @@ -760,7 +718,6 @@ pub fn run() -> Result<()> { }, #[cfg(feature = "try-runtime")] Some(Subcommand::TryRuntime(cmd)) => { - use sc_executor::{sp_wasm_interface::ExtendedHostFunctions, NativeExecutionDispatch}; use try_runtime_cli::block_building_info::timestamp_with_aura_info; // grab the task manager. @@ -769,99 +726,14 @@ pub fn run() -> Result<()> { let task_manager = sc_service::TaskManager::new(runner.config().tokio_handle.clone(), *registry) .map_err(|e| format!("Error: {:?}", e))?; - type HostFunctionsOf = ExtendedHostFunctions< - sp_io::SubstrateHostFunctions, - ::ExtendHostFunctions, - >; + type HostFunctions = + (sp_io::SubstrateHostFunctions, frame_benchmarking::benchmarking::HostFunctions); let info_provider = timestamp_with_aura_info(6000); - match runner.config().chain_spec.runtime() { - Runtime::AssetHubKusama => runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some( - info_provider, - )), - task_manager, - )) - }), - Runtime::AssetHubWestend => runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some( - info_provider, - )), - task_manager, - )) - }), - Runtime::AssetHubPolkadot => runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some( - info_provider, - )), - task_manager, - )) - }), - Runtime::CollectivesPolkadot | Runtime::CollectivesWestend => - runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some(info_provider)), - task_manager, - )) - }), - Runtime::BridgeHub(bridge_hub_runtime_type) => - match bridge_hub_runtime_type { - chain_spec::bridge_hubs::BridgeHubRuntimeType::Polkadot | - chain_spec::bridge_hubs::BridgeHubRuntimeType::PolkadotLocal | - chain_spec::bridge_hubs::BridgeHubRuntimeType::PolkadotDevelopment => - runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some(info_provider)), - task_manager, - )) - }), - chain_spec::bridge_hubs::BridgeHubRuntimeType::Kusama | - chain_spec::bridge_hubs::BridgeHubRuntimeType::KusamaLocal | - chain_spec::bridge_hubs::BridgeHubRuntimeType::KusamaDevelopment => runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some(info_provider)), - task_manager, - )) - }), - chain_spec::bridge_hubs::BridgeHubRuntimeType::Rococo | - chain_spec::bridge_hubs::BridgeHubRuntimeType::RococoLocal | - chain_spec::bridge_hubs::BridgeHubRuntimeType::RococoDevelopment => runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some(info_provider)), - task_manager, - )) - }), - _ => Err(format!( - "Chain '{:?}' doesn't support try-runtime for bridge_hub_runtime_type: {:?}", - runner.config().chain_spec.runtime(), - bridge_hub_runtime_type - ) - .into()), - }, - Runtime::Shell => runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some(info_provider)), - task_manager, - )) - }), - Runtime::ContractsRococo => runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some(info_provider)), - task_manager, - )) - }), - Runtime::Glutton => runner.async_run(|_| { - Ok(( - cmd.run::, _>(Some(info_provider)), - task_manager, - )) - }), - _ => Err("Chain doesn't support try-runtime".into()), - } + runner.async_run(|_| { + Ok((cmd.run::(Some(info_provider)), task_manager)) + }) }, #[cfg(not(feature = "try-runtime"))] Some(Subcommand::TryRuntime) => Err("Try-runtime was not enabled when building the node. \