diff --git a/Cargo.lock b/Cargo.lock index 147a87a96a01..339b842413b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,7 +523,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "hash-db", "log", @@ -1114,6 +1114,12 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "common-path" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" + [[package]] name = "concurrent-queue" version = "1.2.2" @@ -1918,6 +1924,33 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" +[[package]] +name = "docify" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18b972b74c30cbe838fc6a07665132ff94f257350e26fd01d80bc59ee7fcf129" +dependencies = [ + "docify_macros", +] + +[[package]] +name = "docify_macros" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c93004d1011191c56df9e853dca42f2012e7488638bcd5078935f5ce43e06cf3" +dependencies = [ + "common-path", + "derive-syn-parse", + "lazy_static", + "prettyplease", + "proc-macro2", + "quote", + "regex", + "syn 2.0.16", + "termcolor", + "walkdir", +] + [[package]] name = "downcast" version = "0.11.0" @@ -2498,7 +2531,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", ] @@ -2521,7 +2554,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-support-procedural", @@ -2546,7 +2579,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "Inflector", "array-bytes", @@ -2593,7 +2626,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2604,7 +2637,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2621,7 +2654,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -2650,7 +2683,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-recursion", "futures", @@ -2671,7 +2704,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "bitflags", "environmental", @@ -2680,6 +2713,7 @@ dependencies = [ "impl-trait-for-tuples", "k256", "log", + "macro_magic", "once_cell", "parity-scale-codec", "paste", @@ -2705,13 +2739,14 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", "frame-support-procedural-tools", "itertools", + "macro_magic", "proc-macro-warning", "proc-macro2", "quote", @@ -2721,7 +2756,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2733,7 +2768,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "proc-macro2", "quote", @@ -2743,7 +2778,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2763,13 +2798,14 @@ dependencies = [ "sp-state-machine", "sp-std", "sp-version", + "static_assertions", "trybuild", ] [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -2781,7 +2817,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "cfg-if", "frame-support", @@ -2800,7 +2836,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -2815,7 +2851,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "sp-api", @@ -2824,7 +2860,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "parity-scale-codec", @@ -3006,7 +3042,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "chrono", "frame-election-provider-support", @@ -4722,6 +4758,53 @@ dependencies = [ "libc", ] +[[package]] +name = "macro_magic" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8e7c1b5ffe892e88b288611ccf55f9c4f4e43214aea6f7f80f0c2c53c85e68e" +dependencies = [ + "macro_magic_core", + "macro_magic_macros", + "quote", + "syn 2.0.16", +] + +[[package]] +name = "macro_magic_core" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e812c59de90e5d50405131c676dad7d239de39ccc975620c72d467c70138851" +dependencies = [ + "derive-syn-parse", + "macro_magic_core_macros", + "proc-macro2", + "quote", + "syn 2.0.16", +] + +[[package]] +name = "macro_magic_core_macros" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b1906fa06ee8c02b24595e121be94e0036cb64f9dce5e587edd1e823c87c94" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.16", +] + +[[package]] +name = "macro_magic_macros" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49e8939ee52e99672a887d8ee13776d0f54262c058ce7e911185fed8e43e3a59" +dependencies = [ + "macro_magic_core", + "quote", + "syn 2.0.16", +] + [[package]] name = "maplit" version = "1.0.2" @@ -4905,7 +4988,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "log", @@ -4924,7 +5007,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "anyhow", "jsonrpsee", @@ -5507,7 +5590,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5522,7 +5605,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -5538,7 +5621,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -5552,7 +5635,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5576,7 +5659,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5596,7 +5679,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5615,7 +5698,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5630,7 +5713,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -5649,7 +5732,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5673,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5691,7 +5774,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5710,7 +5793,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5727,7 +5810,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5744,7 +5827,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5762,7 +5845,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5785,7 +5868,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5798,7 +5881,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5816,8 +5899,9 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ + "docify", "frame-benchmarking", "frame-election-provider-support", "frame-support", @@ -5834,7 +5918,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5857,7 +5941,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5873,7 +5957,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5893,7 +5977,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5910,7 +5994,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5927,7 +6011,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5946,7 +6030,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5963,7 +6047,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5979,7 +6063,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -5995,7 +6079,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -6012,7 +6096,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6032,7 +6116,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6043,7 +6127,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -6060,7 +6144,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6084,7 +6168,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6101,7 +6185,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6116,7 +6200,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6134,7 +6218,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6149,7 +6233,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6168,7 +6252,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6185,7 +6269,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -6206,7 +6290,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6222,7 +6306,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -6236,7 +6320,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6259,7 +6343,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6270,7 +6354,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "log", "sp-arithmetic", @@ -6279,7 +6363,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "sp-api", @@ -6288,7 +6372,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6305,7 +6389,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6320,7 +6404,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6338,7 +6422,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6357,7 +6441,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-support", "frame-system", @@ -6373,7 +6457,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6389,7 +6473,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6401,7 +6485,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6418,7 +6502,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6433,7 +6517,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6449,7 +6533,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -6464,7 +6548,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-benchmarking", "frame-support", @@ -9593,7 +9677,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "log", "sp-core", @@ -9604,7 +9688,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "futures", @@ -9633,7 +9717,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "futures-timer", @@ -9656,7 +9740,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9671,7 +9755,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9690,7 +9774,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9701,7 +9785,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "chrono", @@ -9741,7 +9825,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "fnv", "futures", @@ -9768,7 +9852,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "hash-db", "kvdb", @@ -9794,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "futures", @@ -9819,7 +9903,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "fork-tree", @@ -9855,7 +9939,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "jsonrpsee", @@ -9877,7 +9961,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "async-channel", @@ -9913,7 +9997,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "jsonrpsee", @@ -9932,7 +10016,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9945,7 +10029,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9985,7 +10069,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "finality-grandpa", "futures", @@ -10005,7 +10089,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "futures", @@ -10028,7 +10112,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "lru 0.10.0", "parity-scale-codec", @@ -10050,7 +10134,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10062,7 +10146,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "anyhow", "cfg-if", @@ -10080,7 +10164,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "ansi_term", "futures", @@ -10096,7 +10180,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10110,7 +10194,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "async-channel", @@ -10129,13 +10213,13 @@ dependencies = [ "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-peerset", "sc-utils", "serde", "serde_json", @@ -10149,13 +10233,14 @@ dependencies = [ "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", + "wasm-timer", "zeroize", ] [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-channel", "cid", @@ -10176,7 +10261,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "async-trait", @@ -10188,7 +10273,6 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", - "sc-peerset", "sc-utils", "serde", "smallvec", @@ -10204,7 +10288,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "ahash 0.8.2", "futures", @@ -10214,7 +10298,6 @@ dependencies = [ "lru 0.10.0", "sc-network", "sc-network-common", - "sc-peerset", "sp-runtime", "substrate-prometheus-endpoint", "tracing", @@ -10223,7 +10306,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "async-channel", @@ -10236,7 +10319,6 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sc-peerset", "sp-blockchain", "sp-core", "sp-runtime", @@ -10246,7 +10328,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "async-channel", @@ -10265,7 +10347,6 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", - "sc-peerset", "sc-utils", "smallvec", "sp-arithmetic", @@ -10281,7 +10362,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "futures", @@ -10290,7 +10371,6 @@ dependencies = [ "parity-scale-codec", "sc-network", "sc-network-common", - "sc-peerset", "sc-utils", "sp-consensus", "sp-runtime", @@ -10300,7 +10380,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "bytes", @@ -10318,7 +10398,6 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sc-peerset", "sc-utils", "sp-api", "sp-core", @@ -10328,26 +10407,10 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-peerset" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" -dependencies = [ - "futures", - "libp2p-identity", - "log", - "parking_lot 0.12.1", - "partial_sort", - "sc-utils", - "serde_json", - "sp-arithmetic", - "wasm-timer", -] - [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10356,7 +10419,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "jsonrpsee", @@ -10387,7 +10450,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10406,7 +10469,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "http", "jsonrpsee", @@ -10421,7 +10484,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "futures", @@ -10447,7 +10510,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "directories", @@ -10513,7 +10576,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "log", "parity-scale-codec", @@ -10524,7 +10587,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "clap 4.2.5", "fs4", @@ -10540,7 +10603,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10559,7 +10622,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "libc", @@ -10578,7 +10641,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "chrono", "futures", @@ -10597,7 +10660,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "ansi_term", "atty", @@ -10628,7 +10691,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10639,7 +10702,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "futures", @@ -10666,13 +10729,15 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "futures", "log", + "parity-scale-codec", "serde", "sp-blockchain", + "sp-core", "sp-runtime", "thiserror", ] @@ -10680,7 +10745,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-channel", "futures", @@ -11228,7 +11293,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "hash-db", "log", @@ -11248,7 +11313,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "Inflector", "blake2", @@ -11261,8 +11326,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "23.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "scale-info", @@ -11274,8 +11339,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "16.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "integer-sqrt", "num-traits", @@ -11289,7 +11354,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "scale-info", @@ -11302,7 +11367,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "sp-api", @@ -11314,7 +11379,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "log", @@ -11332,7 +11397,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "futures", @@ -11347,7 +11412,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "parity-scale-codec", @@ -11365,7 +11430,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "parity-scale-codec", @@ -11386,7 +11451,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11405,7 +11470,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "finality-grandpa", "log", @@ -11423,7 +11488,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "scale-info", @@ -11434,8 +11499,8 @@ dependencies = [ [[package]] name = "sp-core" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "21.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "bitflags", @@ -11478,8 +11543,8 @@ dependencies = [ [[package]] name = "sp-core-hashing" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "9.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "blake2b_simd", "byteorder", @@ -11492,8 +11557,8 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "9.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "proc-macro2", "quote", @@ -11504,7 +11569,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11512,8 +11577,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "proc-macro2", "quote", @@ -11522,8 +11587,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.14.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "0.19.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "environmental", "parity-scale-codec", @@ -11534,7 +11599,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11548,8 +11613,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "23.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "bytes", "ed25519", @@ -11574,8 +11639,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "24.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "lazy_static", "sp-core", @@ -11585,8 +11650,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.14.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "0.27.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "parity-scale-codec", @@ -11600,7 +11665,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11609,7 +11674,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11620,7 +11685,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11638,7 +11703,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "scale-info", @@ -11652,7 +11717,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "sp-api", "sp-core", @@ -11661,8 +11726,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "backtrace", "lazy_static", @@ -11672,7 +11737,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "rustc-hash", "serde", @@ -11681,8 +11746,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "24.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "either", "hash256-std-hasher", @@ -11703,8 +11768,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "17.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11721,8 +11786,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "11.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "Inflector", "proc-macro-crate", @@ -11734,7 +11799,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "scale-info", @@ -11748,7 +11813,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "scale-info", @@ -11760,8 +11825,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.14.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "0.28.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "hash-db", "log", @@ -11781,7 +11846,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "log", "parity-scale-codec", @@ -11798,13 +11863,13 @@ dependencies = [ [[package]] name = "sp-std" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" [[package]] name = "sp-storage" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "13.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11817,7 +11882,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "futures-timer", @@ -11831,8 +11896,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "10.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "sp-std", @@ -11844,7 +11909,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "sp-api", "sp-runtime", @@ -11853,7 +11918,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "log", @@ -11868,8 +11933,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "22.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11891,8 +11956,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "22.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11908,8 +11973,8 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11919,8 +11984,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "14.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11932,8 +11997,8 @@ dependencies = [ [[package]] name = "sp-weights" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +version = "20.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "parity-scale-codec", "scale-info", @@ -12174,7 +12239,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "platforms", ] @@ -12182,7 +12247,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12201,7 +12266,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "hyper", "log", @@ -12213,7 +12278,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "jsonrpsee", @@ -12226,7 +12291,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "jsonrpsee", "log", @@ -12245,7 +12310,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "array-bytes", "async-trait", @@ -12271,7 +12336,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12281,7 +12346,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12292,7 +12357,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "ansi_term", "build-helper", @@ -13137,7 +13202,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c080caf784ad2fc9b1b519324355e9998c749c86" +source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" dependencies = [ "async-trait", "clap 4.2.5",