diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 36dd9e531a..2525570216 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -487,12 +487,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" @@ -523,7 +517,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "hash-db", "log", @@ -1461,18 +1455,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.6" @@ -1706,16 +1688,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" @@ -1996,22 +1968,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]] @@ -2020,7 +1980,7 @@ version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" dependencies = [ - "signature 1.6.4", + "signature", ] [[package]] @@ -2063,37 +2023,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", + "pkcs8", "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", - "rand_core 0.6.4", - "sec1 0.7.1", + "sec1", "subtle", "zeroize", ] @@ -2388,16 +2329,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" @@ -2518,7 +2449,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", ] @@ -2541,7 +2472,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-support-procedural", @@ -2566,7 +2497,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "Inflector", "array-bytes", @@ -2603,7 +2534,6 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-std", "sp-storage", "sp-trie", "thiserror", @@ -2613,7 +2543,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2624,7 +2554,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2641,7 +2571,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -2670,7 +2600,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-recursion", "futures", @@ -2691,20 +2621,19 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" 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", @@ -2726,7 +2655,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "Inflector", "cfg-expr", @@ -2744,7 +2673,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2756,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "proc-macro2", "quote", @@ -2766,7 +2695,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2793,7 +2722,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -2805,7 +2734,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "cfg-if", "frame-support", @@ -2824,7 +2753,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -2839,7 +2768,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "sp-api", @@ -2848,7 +2777,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "parity-scale-codec", @@ -3030,7 +2959,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "chrono", "frame-election-provider-support", @@ -3057,7 +2986,6 @@ checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ "typenum", "version_check", - "zeroize", ] [[package]] @@ -3148,18 +3076,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", ] @@ -3873,19 +3790,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" @@ -4964,7 +4868,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "futures", "log", @@ -4983,7 +4887,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "anyhow", "jsonrpsee", @@ -5536,8 +5440,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", ] @@ -5547,8 +5451,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", ] @@ -5565,7 +5469,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5580,7 +5484,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -5596,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -5610,7 +5514,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5634,7 +5538,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5654,7 +5558,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5673,7 +5577,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5688,7 +5592,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -5707,7 +5611,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5731,7 +5635,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5749,7 +5653,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5768,7 +5672,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5785,7 +5689,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5802,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5820,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5843,7 +5747,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5856,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5874,7 +5778,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "docify", "frame-benchmarking", @@ -5893,7 +5797,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5916,7 +5820,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5932,7 +5836,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5952,7 +5856,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5969,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5986,7 +5890,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6005,7 +5909,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6022,7 +5926,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6038,7 +5942,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6054,7 +5958,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -6071,7 +5975,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6091,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6102,7 +6006,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -6119,7 +6023,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6143,7 +6047,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6160,7 +6064,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6175,7 +6079,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6193,7 +6097,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6208,7 +6112,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6227,7 +6131,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6244,7 +6148,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -6265,7 +6169,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6281,7 +6185,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6300,7 +6204,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6323,7 +6227,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6334,7 +6238,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "log", "sp-arithmetic", @@ -6343,7 +6247,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "sp-api", @@ -6352,7 +6256,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6369,7 +6273,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6384,7 +6288,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6402,7 +6306,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6421,7 +6325,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-support", "frame-system", @@ -6437,7 +6341,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6453,7 +6357,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6465,7 +6369,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6482,7 +6386,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6497,7 +6401,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6513,7 +6417,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6528,7 +6432,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6859,18 +6763,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]] @@ -9277,21 +9171,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" @@ -9679,7 +9563,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "log", "sp-core", @@ -9690,7 +9574,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "futures", @@ -9705,7 +9589,6 @@ dependencies = [ "rand 0.8.5", "sc-client-api", "sc-network", - "sc-network-common", "sp-api", "sp-authority-discovery", "sp-blockchain", @@ -9719,7 +9602,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "futures", "futures-timer", @@ -9742,7 +9625,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9757,7 +9640,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9776,7 +9659,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9787,7 +9670,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "chrono", @@ -9805,7 +9688,6 @@ dependencies = [ "sc-client-db", "sc-keystore", "sc-network", - "sc-network-common", "sc-service", "sc-telemetry", "sc-tracing", @@ -9827,7 +9709,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "fnv", "futures", @@ -9854,7 +9736,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "hash-db", "kvdb", @@ -9880,7 +9762,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "futures", @@ -9905,7 +9787,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "fork-tree", @@ -9920,7 +9802,6 @@ dependencies = [ "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-keystore", "sc-telemetry", "scale-info", "sp-api", @@ -9941,7 +9822,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "futures", "jsonrpsee", @@ -9963,7 +9844,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "async-channel", @@ -9975,9 +9856,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", @@ -9999,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "futures", "jsonrpsee", @@ -10018,7 +9897,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10031,7 +9910,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -10071,7 +9950,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "finality-grandpa", "futures", @@ -10091,7 +9970,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "futures", @@ -10114,7 +9993,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "lru 0.10.0", "parity-scale-codec", @@ -10136,7 +10015,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10148,13 +10027,12 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "anyhow", "cfg-if", "libc", "log", - "once_cell", "rustix 0.36.7", "sc-allocator", "sc-executor-common", @@ -10166,7 +10044,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "ansi_term", "futures", @@ -10182,7 +10060,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10196,7 +10074,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "async-channel", @@ -10211,25 +10089,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", @@ -10242,7 +10115,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-channel", "cid", @@ -10253,7 +10126,6 @@ dependencies = [ "prost-build", "sc-client-api", "sc-network", - "sc-network-common", "sp-blockchain", "sp-runtime", "thiserror", @@ -10263,34 +10135,24 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ - "array-bytes", "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#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "ahash 0.8.2", "futures", @@ -10308,7 +10170,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "async-channel", @@ -10320,7 +10182,6 @@ dependencies = [ "prost-build", "sc-client-api", "sc-network", - "sc-network-common", "sp-blockchain", "sp-core", "sp-runtime", @@ -10330,7 +10191,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "async-channel", @@ -10364,7 +10225,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "futures", @@ -10382,7 +10243,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "bytes", @@ -10399,7 +10260,6 @@ dependencies = [ "rand 0.8.5", "sc-client-api", "sc-network", - "sc-network-common", "sc-utils", "sp-api", "sp-core", @@ -10412,7 +10272,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10421,7 +10281,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "futures", "jsonrpsee", @@ -10452,7 +10312,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10471,7 +10331,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "http", "jsonrpsee", @@ -10486,7 +10346,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "futures", @@ -10512,7 +10372,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "directories", @@ -10543,7 +10403,6 @@ dependencies = [ "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", - "sc-storage-monitor", "sc-sysinfo", "sc-telemetry", "sc-tracing", @@ -10578,7 +10437,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "log", "parity-scale-codec", @@ -10589,14 +10448,12 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "clap 4.2.5", "fs4", - "futures", "log", "sc-client-db", - "sc-utils", "sp-core", "thiserror", "tokio", @@ -10605,7 +10462,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10624,7 +10481,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "futures", "libc", @@ -10643,7 +10500,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "chrono", "futures", @@ -10662,7 +10519,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "ansi_term", "atty", @@ -10670,12 +10527,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", @@ -10693,7 +10548,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10704,7 +10559,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "futures", @@ -10730,7 +10585,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "futures", @@ -10746,7 +10601,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-channel", "futures", @@ -10873,24 +10728,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", ] @@ -11174,16 +11015,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" @@ -11294,7 +11125,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "hash-db", "log", @@ -11314,7 +11145,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "Inflector", "blake2", @@ -11328,7 +11159,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11341,7 +11172,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "integer-sqrt", "num-traits", @@ -11355,7 +11186,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11368,9 +11199,8 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ - "parity-scale-codec", "sp-api", "sp-inherents", "sp-runtime", @@ -11380,7 +11210,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "futures", "log", @@ -11398,7 +11228,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "futures", @@ -11413,14 +11243,13 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", - "sp-consensus", "sp-consensus-slots", "sp-inherents", "sp-runtime", @@ -11431,7 +11260,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "parity-scale-codec", @@ -11439,11 +11268,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", @@ -11452,7 +11279,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11471,7 +11298,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "finality-grandpa", "log", @@ -11489,7 +11316,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11501,7 +11328,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "bitflags", @@ -11545,23 +11372,21 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" 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#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ - "proc-macro2", "quote", "sp-core-hashing", "syn 2.0.16", @@ -11570,7 +11395,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11579,7 +11404,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "proc-macro2", "quote", @@ -11589,7 +11414,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "environmental", "parity-scale-codec", @@ -11600,13 +11425,12 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core", "sp-runtime", "sp-std", "thiserror", @@ -11615,12 +11439,11 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "bytes", "ed25519", "ed25519-dalek", - "futures", "libsecp256k1", "log", "parity-scale-codec", @@ -11641,7 +11464,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "lazy_static", "sp-core", @@ -11652,12 +11475,10 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ - "futures", "parity-scale-codec", "parking_lot 0.12.1", - "serde", "sp-core", "sp-externalities", "thiserror", @@ -11666,7 +11487,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11675,7 +11496,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11686,7 +11507,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11704,7 +11525,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11718,7 +11539,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "sp-api", "sp-core", @@ -11728,7 +11549,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "backtrace", "lazy_static", @@ -11738,7 +11559,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "rustc-hash", "serde", @@ -11748,7 +11569,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "either", "hash256-std-hasher", @@ -11770,7 +11591,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11788,7 +11609,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "Inflector", "proc-macro-crate", @@ -11800,7 +11621,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11814,7 +11635,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11827,7 +11648,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "hash-db", "log", @@ -11847,9 +11668,8 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ - "log", "parity-scale-codec", "scale-info", "sp-api", @@ -11865,12 +11685,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11883,11 +11703,9 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", - "futures-timer", - "log", "parity-scale-codec", "sp-inherents", "sp-runtime", @@ -11898,7 +11716,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "sp-std", @@ -11910,7 +11728,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "sp-api", "sp-runtime", @@ -11919,10 +11737,9 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", - "log", "parity-scale-codec", "scale-info", "sp-core", @@ -11935,7 +11752,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11958,7 +11775,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11975,7 +11792,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11986,7 +11803,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11999,7 +11816,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "parity-scale-codec", "scale-info", @@ -12035,17 +11852,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]] @@ -12240,15 +12047,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" -dependencies = [ - "platforms", -] +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12267,7 +12071,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "hyper", "log", @@ -12279,7 +12083,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "jsonrpsee", @@ -12292,14 +12096,12 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "jsonrpsee", - "log", "parity-scale-codec", "sc-client-api", "sc-rpc-api", - "scale-info", "serde", "sp-core", "sp-runtime", @@ -12311,7 +12113,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "array-bytes", "async-trait", @@ -12337,7 +12139,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12347,7 +12149,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12358,7 +12160,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "ansi_term", "build-helper", @@ -13213,7 +13015,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae1a608c91a5da441a0ee7c26a4d5d410713580d" +source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" dependencies = [ "async-trait", "clap 4.2.5", @@ -13224,7 +13026,6 @@ dependencies = [ "parity-scale-codec", "sc-cli", "sc-executor", - "sc-service", "serde", "serde_json", "sp-api", @@ -13984,7 +13785,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", @@ -13996,11 +13797,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", diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index ae2bf0573c..691e987331 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -20,7 +20,7 @@ sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "mas sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true , features = ["serde"]} +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 240eb48d68..dda0c2b387 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -22,7 +22,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features=["serde"] } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features=["serde"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true, features=["serde"] } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }