From 9078fd3b3443b2ed1dbeaa568e16ca60fd0d567d Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Tue, 16 Apr 2024 13:57:09 -0400 Subject: [PATCH] Update SDK to v1.7.0 (#206) * Initial dependnecy update * update jsonrpsee!! --- Cargo.lock | 1777 ++++++++++++++++++++++++++-------------------------- Cargo.toml | 130 ++-- 2 files changed, 969 insertions(+), 938 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcab061b..792ba1a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -889,8 +889,8 @@ dependencies = [ [[package]] name = "binary-merkle-tree" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "13.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "hash-db", "log", @@ -1072,9 +1072,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.1.9" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca548b6163b872067dc5eb82fd130c56881435e30367d2073594a3d9744120dd" +checksum = "d32385ecb91a31bddaf908e8dcf4a15aef1bcd3913cc03ebfad02ff6d568abc1" dependencies = [ "log", "parity-scale-codec", @@ -1106,16 +1106,6 @@ dependencies = [ "tinyvec", ] -[[package]] -name = "bstr" -version = "1.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "build-helper" version = "0.1.1" @@ -1893,8 +1883,8 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "clap", "parity-scale-codec", @@ -1910,8 +1900,8 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1933,8 +1923,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-client-collator", @@ -1975,8 +1965,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2004,8 +1994,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "anyhow", "async-trait", @@ -2019,8 +2009,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2042,8 +2032,8 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2066,7 +2056,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2077,20 +2067,20 @@ dependencies = [ "sc-client-api", "scale-info", "sp-api", - "sp-core", + "sp-crypto-hashing", "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2113,8 +2103,8 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2149,8 +2139,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2169,12 +2159,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "sp-version", "staging-xcm", @@ -2183,8 +2173,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.6.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -2194,8 +2184,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2203,13 +2193,13 @@ dependencies = [ "sp-api", "sp-consensus-aura", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "cumulus-primitives-core" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2218,15 +2208,15 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "staging-xcm", ] [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2234,35 +2224,36 @@ dependencies = [ "scale-info", "sp-core", "sp-inherents", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", ] [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.2.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ - "sp-externalities 0.19.0", - "sp-runtime-interface 17.0.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", ] [[package]] name = "cumulus-primitives-utility" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cumulus-primitives-core", "frame-support", "log", + "pallet-asset-conversion", "pallet-xcm-benchmarks", "parity-scale-codec", "polkadot-runtime-common", "polkadot-runtime-parachains", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -2270,8 +2261,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2294,8 +2285,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2312,8 +2303,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -2353,8 +2344,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2381,7 +2372,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-state-machine", - "sp-storage 13.0.0", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-version", "thiserror", "tokio", @@ -2393,7 +2384,7 @@ dependencies = [ [[package]] name = "cumulus-test-client" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", @@ -2425,22 +2416,22 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", ] [[package]] name = "cumulus-test-runtime" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -2465,7 +2456,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -2474,7 +2465,7 @@ dependencies = [ [[package]] name = "cumulus-test-service" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "clap", @@ -2533,7 +2524,7 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-timestamp", - "sp-tracing 10.0.0", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "substrate-test-client", "tempfile", "tokio", @@ -3420,8 +3411,8 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "3.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "12.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", ] @@ -3443,8 +3434,8 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-support-procedural", @@ -3460,16 +3451,16 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 17.0.0", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "32.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "Inflector", "array-bytes 6.2.2", @@ -3501,23 +3492,23 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-database", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 13.0.0", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", - "sp-wasm-interface 14.0.0", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", "thousands", ] [[package]] name = "frame-election-provider-solution-type" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "13.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -3527,8 +3518,8 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3539,13 +3530,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "frame-executive" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -3556,8 +3547,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", - "sp-tracing 10.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] @@ -3574,8 +3565,8 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.35.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "indicatif", @@ -3584,6 +3575,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-core", + "sp-crypto-hashing", "sp-io", "sp-runtime", "sp-state-machine", @@ -3595,8 +3587,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "aquamarine", "array-bytes 6.2.2", @@ -3618,8 +3610,8 @@ dependencies = [ "sp-api", "sp-arithmetic", "sp-core", - "sp-core-hashing-proc-macro", - "sp-debug-derive 8.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3627,8 +3619,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 8.0.0", - "sp-tracing 10.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-weights", "static_assertions", "tt-call", @@ -3636,8 +3628,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "23.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "Inflector", "cfg-expr", @@ -3649,14 +3641,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-core-hashing", + "sp-crypto-hashing", "syn 2.0.59", ] [[package]] name = "frame-support-procedural-tools" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "10.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -3667,8 +3659,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "11.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "proc-macro2", "quote", @@ -3677,8 +3669,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cfg-if", "docify", @@ -3690,15 +3682,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-version", "sp-weights", ] [[package]] name = "frame-system-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -3707,13 +3699,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "frame-system-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "sp-api", @@ -3721,14 +3713,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] @@ -4005,19 +3997,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" -[[package]] -name = "globset" -version = "0.4.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" -dependencies = [ - "aho-corasick", - "bstr", - "log", - "regex-automata 0.4.6", - "regex-syntax 0.8.3", -] - [[package]] name = "group" version = "0.13.0" @@ -4308,7 +4287,6 @@ dependencies = [ "rustls-native-certs", "tokio", "tokio-rustls", - "webpki-roots 0.25.4", ] [[package]] @@ -4587,6 +4565,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -4613,9 +4600,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "367a292944c07385839818bb71c8d76611138e2dedb0677d035b8da21d29c78b" +checksum = "affdc52f7596ccb2d7645231fc6163bb314630c989b64998f3699a28b4d5d4dc" dependencies = [ "jsonrpsee-core", "jsonrpsee-http-client", @@ -4623,19 +4610,19 @@ dependencies = [ "jsonrpsee-server", "jsonrpsee-types", "jsonrpsee-ws-client", + "tokio", "tracing", ] [[package]] name = "jsonrpsee-client-transport" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8b3815d9f5d5de348e5f162b316dc9cdf4548305ebb15b4eb9328e66cf27d7a" +checksum = "b5b005c793122d03217da09af68ba9383363caa950b90d3436106df8cabce935" dependencies = [ "futures-util", "http", "jsonrpsee-core", - "jsonrpsee-types", "pin-project", "rustls-native-certs", "soketto", @@ -4644,24 +4631,21 @@ dependencies = [ "tokio-rustls", "tokio-util", "tracing", - "webpki-roots 0.25.4", + "url", ] [[package]] name = "jsonrpsee-core" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803" +checksum = "da2327ba8df2fdbd5e897e2b5ed25ce7f299d345b9736b6828814c3dbd1fd47b" dependencies = [ "anyhow", - "arrayvec 0.7.4", "async-lock 2.8.0", "async-trait", "beef", - "futures-channel", "futures-timer", "futures-util", - "globset", "hyper", "jsonrpsee-types", "parking_lot 0.12.1", @@ -4677,28 +4661,29 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e5f9fabdd5d79344728521bb65e3106b49ec405a78b66fbff073b72b389fa43" +checksum = "5f80c17f62c7653ce767e3d7288b793dfec920f97067ceb189ebdd3570f2bc20" dependencies = [ "async-trait", "hyper", "hyper-rustls", "jsonrpsee-core", "jsonrpsee-types", - "rustc-hash", "serde", "serde_json", "thiserror", "tokio", + "tower", "tracing", + "url", ] [[package]] name = "jsonrpsee-proc-macros" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a" +checksum = "29110019693a4fa2dbda04876499d098fa16d70eba06b1e6e2b3f1b251419515" dependencies = [ "heck 0.4.1", "proc-macro-crate 1.3.1", @@ -4709,19 +4694,20 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4d945a6008c9b03db3354fb3c83ee02d2faa9f2e755ec1dfb69c3551b8f4ba" +checksum = "82c39a00449c9ef3f50b84fc00fc4acba20ef8f559f07902244abf4c15c5ab9c" dependencies = [ - "futures-channel", "futures-util", "http", "hyper", "jsonrpsee-core", "jsonrpsee-types", + "route-recognizer", "serde", "serde_json", "soketto", + "thiserror", "tokio", "tokio-stream", "tokio-util", @@ -4731,9 +4717,9 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245ba8e5aa633dd1c1e4fae72bce06e71f42d34c14a2767c6b4d173b57bee5e5" +checksum = "5be0be325642e850ed0bdff426674d2e66b2b7117c9be23a7caef68a2902b7d9" dependencies = [ "anyhow", "beef", @@ -4745,14 +4731,15 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1b3975ed5d73f456478681a417128597acd6a2487855fdb7b4a3d4d195bf5e" +checksum = "bca9cb3933ccae417eb6b08c3448eb1cb46e39834e5b503e395e5e5bd08546c0" dependencies = [ "http", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", + "url", ] [[package]] @@ -4792,7 +4779,7 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "tuxedo-core", ] @@ -5251,7 +5238,7 @@ dependencies = [ "rw-stream-sink", "soketto", "url", - "webpki-roots 0.22.6", + "webpki-roots", ] [[package]] @@ -5610,6 +5597,15 @@ dependencies = [ "libc", ] +[[package]] +name = "memmap2" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" +dependencies = [ + "libc", +] + [[package]] name = "memoffset" version = "0.8.0" @@ -5704,8 +5700,8 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "log", @@ -5723,10 +5719,9 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ - "anyhow", "jsonrpsee", "parity-scale-codec", "serde", @@ -5772,7 +5767,7 @@ dependencies = [ "scale-info", "serde", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "tuxedo-core", ] @@ -6044,6 +6039,17 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "libc", +] + [[package]] name = "no-std-net" version = "0.6.0" @@ -6286,7 +6292,7 @@ dependencies = [ "futures-timer", "orchestra-proc-macro", "pin-project", - "prioritized-metered-channel 0.6.1", + "prioritized-metered-channel", "thiserror", "tracing", ] @@ -6322,10 +6328,28 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" +[[package]] +name = "pallet-asset-conversion" +version = "10.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", +] + [[package]] name = "pallet-asset-rate" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6334,13 +6358,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-asset-tx-payment" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6352,13 +6376,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-assets" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6368,13 +6392,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-authority-discovery" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -6384,13 +6408,13 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-authorship" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -6398,13 +6422,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-babe" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6422,14 +6446,15 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-balances" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -6437,13 +6462,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-beefy" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -6457,13 +6482,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-beefy-mmr" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree", @@ -6482,13 +6507,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-bounties" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6500,13 +6525,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-broker" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.6.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "frame-benchmarking", @@ -6517,13 +6542,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-child-bounties" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6536,13 +6561,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-collator-selection" -version = "3.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "9.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6555,13 +6580,13 @@ dependencies = [ "scale-info", "sp-runtime", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-collective" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6572,13 +6597,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-conviction-voting" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6589,13 +6614,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-democracy" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6607,13 +6632,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-election-provider-multi-phase" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6629,14 +6654,14 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "strum 0.24.1", ] [[package]] name = "pallet-election-provider-support-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6644,13 +6669,13 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-elections-phragmen" -version = "5.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6663,13 +6688,13 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-fast-unstake" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "docify", "frame-benchmarking", @@ -6682,13 +6707,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-glutton" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "14.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -6700,13 +6725,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-grandpa" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6723,13 +6748,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-identity" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6740,13 +6765,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-im-online" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6760,13 +6785,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-indices" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6777,13 +6802,13 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-membership" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6794,13 +6819,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-message-queue" -version = "7.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "31.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "environmental", "frame-benchmarking", @@ -6813,14 +6838,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-weights", ] [[package]] name = "pallet-mmr" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6832,13 +6857,13 @@ dependencies = [ "sp-io", "sp-mmr-primitives", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-multisig" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6848,13 +6873,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-nis" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6864,13 +6889,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-offences" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -6881,13 +6906,13 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-preimage" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6898,13 +6923,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-proxy" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6913,17 +6938,18 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-ranked-collective" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", @@ -6931,13 +6957,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-recovery" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6946,13 +6972,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-referenda" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -6964,13 +6990,13 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-root-testing" -version = "1.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "4.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -6979,13 +7005,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-scheduler" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "docify", "frame-benchmarking", @@ -6996,14 +7022,14 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-weights", ] [[package]] name = "pallet-session" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -7018,14 +7044,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", ] [[package]] name = "pallet-society" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -7037,13 +7063,13 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-staking" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7059,13 +7085,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-staking-reward-curve" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "11.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -7075,8 +7101,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "19.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "log", "sp-arithmetic", @@ -7084,8 +7110,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -7096,13 +7122,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-sudo" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "docify", "frame-benchmarking", @@ -7112,13 +7138,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-timestamp" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "docify", "frame-benchmarking", @@ -7130,15 +7156,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-timestamp", ] [[package]] name = "pallet-tips" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -7151,13 +7177,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-transaction-payment" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -7167,13 +7193,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "30.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7188,8 +7214,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7200,8 +7226,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "docify", "frame-benchmarking", @@ -7214,13 +7240,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-utility" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -7230,13 +7256,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-vesting" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -7245,13 +7271,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-whitelist" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -7260,13 +7286,13 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "pallet-xcm" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7280,7 +7306,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7288,8 +7314,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-benchmarking", "frame-support", @@ -7299,7 +7325,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7321,7 +7347,7 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "tuxedo-parachain-core", ] @@ -7382,15 +7408,14 @@ dependencies = [ [[package]] name = "parachains-common" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", "frame-support", "frame-system", "log", - "num-traits", "pallet-asset-tx-payment", "pallet-assets", "pallet-authorship", @@ -7399,22 +7424,17 @@ dependencies = [ "pallet-message-queue", "pallet-xcm", "parity-scale-codec", - "polkadot-core-primitives", "polkadot-primitives", - "rococo-runtime-constants", "scale-info", - "smallvec", "sp-consensus-aura", "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "staging-parachain-info", "staging-xcm", - "staging-xcm-builder", "staging-xcm-executor", "substrate-wasm-builder", - "westend-runtime-constants", ] [[package]] @@ -7430,7 +7450,7 @@ dependencies = [ "libc", "log", "lz4", - "memmap2", + "memmap2 0.5.10", "parking_lot 0.12.1", "rand", "siphasher", @@ -7774,14 +7794,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "tuxedo-core", ] [[package]] name = "polkadot-approval-distribution" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "futures", @@ -7800,8 +7820,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "always-assert", "futures", @@ -7816,8 +7836,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "derive_more", "fatality", @@ -7839,8 +7859,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "fatality", @@ -7862,8 +7882,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "1.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cfg-if", "clap", @@ -7890,8 +7910,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "fatality", @@ -7912,26 +7932,26 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "polkadot-dispute-distribution" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "derive_more", "fatality", "futures", "futures-timer", - "indexmap 1.9.3", + "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -7949,8 +7969,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7963,8 +7983,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "futures-timer", @@ -7978,14 +7998,15 @@ dependencies = [ "sc-network-common", "sp-application-crypto", "sp-core", + "sp-crypto-hashing", "sp-keystore", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "always-assert", "async-trait", @@ -8007,8 +8028,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "parity-scale-codec", @@ -8025,8 +8046,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "derive_more", @@ -8058,8 +8079,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "futures", @@ -8080,8 +8101,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "fatality", @@ -8092,6 +8113,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", + "schnellru", "sp-keystore", "thiserror", "tracing-gum", @@ -8099,8 +8121,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8114,8 +8136,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -8135,8 +8157,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "polkadot-node-metrics", @@ -8149,8 +8171,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "futures-timer", @@ -8166,8 +8188,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "fatality", "futures", @@ -8185,8 +8207,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -8202,8 +8224,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "6.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "fatality", @@ -8219,8 +8241,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "fatality", @@ -8236,8 +8258,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -8260,7 +8282,7 @@ dependencies = [ "slotmap", "sp-core", "sp-maybe-compressed-blob", - "sp-wasm-interface 14.0.0", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "tempfile", "thiserror", "tokio", @@ -8269,8 +8291,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "polkadot-node-primitives", @@ -8285,14 +8307,15 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cfg-if", "cpu-time", "futures", "landlock", "libc", + "nix 0.27.1", "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", @@ -8301,17 +8324,18 @@ dependencies = [ "sc-executor-wasmtime", "seccompiler", "sp-core", - "sp-externalities 0.19.0", + "sp-crypto-hashing", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-io", - "sp-tracing 10.0.0", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "polkadot-node-metrics", @@ -8325,8 +8349,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "lazy_static", "log", @@ -8343,8 +8367,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bs58 0.5.1", "futures", @@ -8352,7 +8376,7 @@ dependencies = [ "log", "parity-scale-codec", "polkadot-primitives", - "prioritized-metered-channel 0.5.1", + "prioritized-metered-channel", "sc-cli", "sc-service", "sc-tracing", @@ -8362,8 +8386,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -8386,8 +8410,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "bounded-vec", @@ -8409,8 +8433,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8419,8 +8443,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "bitvec", @@ -8447,8 +8471,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "derive_more", @@ -8469,7 +8493,7 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", "polkadot-primitives", - "prioritized-metered-channel 0.5.1", + "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", @@ -8482,8 +8506,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -8504,8 +8528,8 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "6.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bounded-collections", "derive_more", @@ -8515,17 +8539,18 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-weights", ] [[package]] name = "polkadot-primitives" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "hex-literal", + "log", "parity-scale-codec", "polkadot-core-primitives", "polkadot-parachain-primitives", @@ -8542,13 +8567,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "polkadot-rpc" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8580,8 +8605,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "frame-benchmarking", @@ -8622,7 +8647,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -8631,21 +8656,21 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bs58 0.5.1", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-std 8.0.0", - "sp-tracing 10.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "polkadot-runtime-parachains" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -8685,15 +8710,15 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "staging-xcm", "staging-xcm-executor", ] [[package]] name = "polkadot-service" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "frame-benchmarking", @@ -8796,7 +8821,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 13.0.0", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -8808,15 +8833,15 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "arrayvec 0.7.4", "bitvec", "fatality", "futures", "futures-timer", - "indexmap 1.9.3", + "indexmap 2.2.6", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -8831,18 +8856,19 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "polkadot-primitives", "sp-core", + "tracing-gum", ] [[package]] name = "polkadot-test-runtime" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8891,7 +8917,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -8904,7 +8930,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-system", "futures", @@ -9136,22 +9162,6 @@ dependencies = [ "uint", ] -[[package]] -name = "prioritized-metered-channel" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e99f0c89bd88f393aab44a4ab949351f7bc7e7e1179d11ecbfe50cbe4c47e342" -dependencies = [ - "coarsetime", - "crossbeam-queue", - "derive_more", - "futures", - "futures-timer", - "nanorand", - "thiserror", - "tracing", -] - [[package]] name = "prioritized-metered-channel" version = "0.6.1" @@ -9284,7 +9294,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ "bytes", - "prost-derive", + "prost-derive 0.11.9", +] + +[[package]] +name = "prost" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" +dependencies = [ + "bytes", + "prost-derive 0.12.4", ] [[package]] @@ -9301,7 +9321,7 @@ dependencies = [ "multimap", "petgraph", "prettyplease 0.1.11", - "prost", + "prost 0.11.9", "prost-types", "regex", "syn 1.0.109", @@ -9322,13 +9342,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "prost-derive" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" +dependencies = [ + "anyhow", + "itertools 0.12.1", + "proc-macro2", + "quote", + "syn 2.0.59", +] + [[package]] name = "prost-types" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ - "prost", + "prost 0.11.9", ] [[package]] @@ -9549,13 +9582,12 @@ dependencies = [ [[package]] name = "reed-solomon-novelpoly" -version = "1.0.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58130877ca403ab42c864fbac74bb319a0746c07a634a92a5cfc7f54af272582" +checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab" dependencies = [ "derive_more", "fs-err", - "itertools 0.11.0", "static_init", "thiserror", ] @@ -9733,8 +9765,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9816,8 +9848,8 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -9829,8 +9861,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "polkadot-primitives", @@ -9843,6 +9875,12 @@ dependencies = [ "staging-xcm-builder", ] +[[package]] +name = "route-recognizer" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" + [[package]] name = "rpassword" version = "7.3.1" @@ -9864,7 +9902,7 @@ dependencies = [ "log", "netlink-packet-route", "netlink-proto", - "nix", + "nix 0.24.3", "thiserror", "tokio", ] @@ -9888,8 +9926,8 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "tuxedo-core", ] @@ -10079,19 +10117,19 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "4.1.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "23.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "log", "sp-core", - "sp-wasm-interface 14.0.0", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -10102,7 +10140,7 @@ dependencies = [ "multihash 0.18.1", "multihash-codetable", "parity-scale-codec", - "prost", + "prost 0.12.4", "prost-build", "rand", "sc-client-api", @@ -10119,8 +10157,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "futures-timer", @@ -10141,8 +10179,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "sp-api", @@ -10156,13 +10194,13 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "docify", "log", - "memmap2", + "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", "sc-client-api", @@ -10173,6 +10211,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", + "sp-crypto-hashing", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -10181,8 +10220,8 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "11.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -10192,8 +10231,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.36.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "bip39", @@ -10233,8 +10272,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "fnv", "futures", @@ -10249,19 +10288,19 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 13.0.0", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.35.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "hash-db", "kvdb", @@ -10286,8 +10325,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -10311,8 +10350,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -10340,8 +10379,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "fork-tree", @@ -10366,6 +10405,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", + "sp-crypto-hashing", "sp-inherents", "sp-keystore", "sp-runtime", @@ -10375,8 +10415,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "jsonrpsee", @@ -10397,8 +10437,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "13.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10421,6 +10461,7 @@ dependencies = [ "sp-consensus", "sp-consensus-beefy", "sp-core", + "sp-crypto-hashing", "sp-keystore", "sp-mmr-primitives", "sp-runtime", @@ -10432,8 +10473,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "13.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "jsonrpsee", @@ -10451,8 +10492,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10464,8 +10505,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.19.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -10498,6 +10539,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", + "sp-crypto-hashing", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -10506,8 +10548,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.19.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "finality-grandpa", "futures", @@ -10526,8 +10568,8 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.35.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "assert_matches", "async-trait", @@ -10561,8 +10603,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -10584,8 +10626,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.32.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10594,32 +10636,32 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 17.0.0", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "sp-version", - "sp-wasm-interface 14.0.0", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.29.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 14.0.0", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-wasmtime" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.29.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "anyhow", "cfg-if", @@ -10629,15 +10671,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 17.0.0", - "sp-wasm-interface 14.0.0", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "ansi_term", "futures", @@ -10653,8 +10695,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "25.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", @@ -10667,8 +10709,8 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.1.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.4.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -10696,8 +10738,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10739,15 +10781,15 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-channel 1.9.0", "cid", "futures", "libp2p-identity", "log", - "prost", + "prost 0.12.4", "prost-build", "sc-client-api", "sc-network", @@ -10759,8 +10801,8 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -10776,8 +10818,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "ahash 0.8.11", "futures", @@ -10795,8 +10837,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10804,7 +10846,7 @@ dependencies = [ "libp2p-identity", "log", "parity-scale-codec", - "prost", + "prost 0.12.4", "prost-build", "sc-client-api", "sc-network", @@ -10816,8 +10858,8 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10829,7 +10871,7 @@ dependencies = [ "log", "mockall", "parity-scale-codec", - "prost", + "prost 0.12.4", "prost-build", "sc-client-api", "sc-consensus", @@ -10852,8 +10894,8 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "futures", @@ -10871,8 +10913,8 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -10895,7 +10937,7 @@ dependencies = [ "sc-utils", "sp-api", "sp-core", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-keystore", "sp-offchain", "sp-runtime", @@ -10905,8 +10947,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.17.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10914,8 +10956,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "jsonrpsee", @@ -10946,8 +10988,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10966,8 +11008,8 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "11.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "http", "jsonrpsee", @@ -10981,8 +11023,8 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "futures", @@ -10994,6 +11036,7 @@ dependencies = [ "parking_lot 0.12.1", "sc-chain-spec", "sc-client-api", + "sc-rpc", "sc-transaction-pool-api", "sc-utils", "serde", @@ -11010,8 +11053,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.35.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "directories", @@ -11052,12 +11095,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 13.0.0", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -11073,8 +11116,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.30.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "log", "parity-scale-codec", @@ -11084,8 +11127,8 @@ dependencies = [ [[package]] name = "sc-storage-monitor" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.16.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "clap", "fs4", @@ -11097,8 +11140,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11116,8 +11159,8 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "6.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "derive_more", "futures", @@ -11130,14 +11173,15 @@ dependencies = [ "serde", "serde_json", "sp-core", + "sp-crypto-hashing", "sp-io", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sc-telemetry" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "15.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "chrono", "futures", @@ -11155,8 +11199,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "ansi_term", "chrono", @@ -11176,7 +11220,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 10.0.0", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", "tracing", "tracing-log 0.1.4", @@ -11185,8 +11229,8 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "11.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -11196,8 +11240,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -11213,8 +11257,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", + "sp-crypto-hashing", "sp-runtime", - "sp-tracing 10.0.0", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -11222,8 +11267,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -11238,8 +11283,8 @@ dependencies = [ [[package]] name = "sc-utils" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "14.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-channel 1.9.0", "futures", @@ -11649,14 +11694,14 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "enumn", "parity-scale-codec", "paste", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] @@ -11843,8 +11888,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "hash-db", "log", @@ -11852,11 +11897,11 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-metadata-ir", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "sp-version", "thiserror", @@ -11864,8 +11909,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "15.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "Inflector", "blake2 0.10.6", @@ -11878,28 +11923,28 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "30.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-arithmetic" -version = "16.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "23.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "static_assertions", ] @@ -11923,32 +11968,32 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-block-builder" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-blockchain" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "futures", "log", @@ -11965,8 +12010,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.32.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "futures", @@ -11980,8 +12025,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.32.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "parity-scale-codec", @@ -11991,14 +12036,14 @@ dependencies = [ "sp-consensus-slots", "sp-inherents", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.32.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "parity-scale-codec", @@ -12010,14 +12055,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "13.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12026,17 +12071,18 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", + "sp-crypto-hashing", "sp-io", "sp-mmr-primitives", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "strum 0.24.1", ] [[package]] name = "sp-consensus-grandpa" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "13.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "finality-grandpa", "log", @@ -12048,25 +12094,25 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-consensus-slots" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.32.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-timestamp", ] [[package]] name = "sp-core" -version = "21.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", @@ -12095,12 +12141,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing", - "sp-debug-derive 8.0.0", - "sp-externalities 0.19.0", - "sp-runtime-interface 17.0.0", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-crypto-hashing", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "ss58-registry", "substrate-bip39", "thiserror", @@ -12109,33 +12155,10 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "9.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", -] - -[[package]] -name = "sp-core-hashing-proc-macro" -version = "9.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" -dependencies = [ - "quote", - "sp-core-hashing", - "syn 2.0.59", -] - [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -12149,13 +12172,36 @@ dependencies = [ "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk)", +] + +[[package]] +name = "sp-crypto-hashing" +version = "0.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", +] + +[[package]] +name = "sp-crypto-hashing-proc-macro" +version = "0.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +dependencies = [ + "quote", + "sp-crypto-hashing", + "syn 2.0.59", ] [[package]] name = "sp-database" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "10.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12163,8 +12209,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "8.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "14.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "proc-macro2", "quote", @@ -12174,7 +12220,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" dependencies = [ "proc-macro2", "quote", @@ -12183,54 +12229,54 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.19.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.25.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] [[package]] name = "sp-genesis-builder" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "serde_json", "sp-api", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-inherents" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", ] [[package]] name = "sp-io" -version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "30.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bytes", "ed25519-dalek", @@ -12240,12 +12286,13 @@ dependencies = [ "rustversion", "secp256k1", "sp-core", - "sp-externalities 0.19.0", + "sp-crypto-hashing", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-keystore", - "sp-runtime-interface 17.0.0", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-state-machine", - "sp-std 8.0.0", - "sp-tracing 10.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "tracing", "tracing-core", @@ -12253,8 +12300,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "24.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "31.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "sp-core", "sp-runtime", @@ -12263,20 +12310,20 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.27.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.34.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sp-core", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" -version = "4.1.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "11.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "thiserror", "zstd 0.12.4", @@ -12284,31 +12331,31 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.6.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-mixnet" -version = "0.1.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.4.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-mmr-primitives" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12317,16 +12364,16 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 8.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", ] [[package]] name = "sp-npos-elections" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "scale-info", @@ -12334,13 +12381,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-offchain" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "sp-api", "sp-core", @@ -12349,8 +12396,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "8.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "13.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "backtrace", "lazy_static", @@ -12359,8 +12406,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "6.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "rustc-hash", "serde", @@ -12369,8 +12416,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "24.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "31.0.1" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "docify", "either", @@ -12387,51 +12434,51 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-weights", ] [[package]] name = "sp-runtime-interface" -version = "17.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "24.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.19.0", - "sp-runtime-interface-proc-macro 11.0.0", - "sp-std 8.0.0", - "sp-storage 13.0.0", - "sp-tracing 10.0.0", - "sp-wasm-interface 14.0.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.25.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std 14.0.0", - "sp-storage 19.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk)", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" -version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "17.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "Inflector", "expander 2.1.0", @@ -12444,7 +12491,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" dependencies = [ "Inflector", "expander 2.1.0", @@ -12456,8 +12503,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "scale-info", @@ -12466,13 +12513,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-staking" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12480,13 +12527,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-state-machine" -version = "0.28.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.35.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "hash-db", "log", @@ -12495,9 +12542,9 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.19.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-panic-handler", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "thiserror", "tracing", @@ -12506,8 +12553,8 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "10.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -12520,69 +12567,70 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-externalities 0.19.0", + "sp-crypto-hashing", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-runtime", - "sp-runtime-interface 17.0.0", - "sp-std 8.0.0", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", "x25519-dalek 2.0.1", ] [[package]] name = "sp-std" -version = "8.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "14.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" [[package]] name = "sp-storage" -version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "19.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 8.0.0", - "sp-std 8.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] [[package]] name = "sp-timestamp" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", ] [[package]] name = "sp-tracing" -version = "10.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "16.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -12591,7 +12639,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" dependencies = [ "parity-scale-codec", "tracing", @@ -12601,8 +12649,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "sp-api", "sp-runtime", @@ -12610,8 +12658,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "26.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "parity-scale-codec", @@ -12619,14 +12667,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", ] [[package]] name = "sp-trie" -version = "22.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "ahash 0.8.11", "hash-db", @@ -12639,8 +12687,8 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.19.0", - "sp-std 8.0.0", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "thiserror", "tracing", "trie-db", @@ -12649,25 +12697,25 @@ dependencies = [ [[package]] name = "sp-version" -version = "22.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "29.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro", + "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-version-proc-macro", "thiserror", ] [[package]] name = "sp-version-proc-macro" -version = "8.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "13.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12677,21 +12725,21 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "20.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "wasmtime", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#753bf2d860e083b5da25fe4171c0e540ddad4888" +source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d59018345635a62d1cd" dependencies = [ "impl-trait-for-tuples", "log", @@ -12700,8 +12748,8 @@ dependencies = [ [[package]] name = "sp-weights" -version = "20.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -12709,8 +12757,8 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 8.0.0", - "sp-std 8.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] @@ -12769,8 +12817,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" -version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.7.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -12778,13 +12826,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] name = "staging-xcm" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "bounded-collections", @@ -12801,8 +12849,8 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "frame-system", @@ -12815,7 +12863,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -12823,8 +12871,8 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "environmental", "frame-benchmarking", @@ -12837,7 +12885,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-weights", "staging-xcm", ] @@ -12951,13 +12999,13 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" -version = "3.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "11.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" [[package]] name = "substrate-frame-rpc-system" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "28.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12975,8 +13023,8 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.17.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "hyper", "log", @@ -12987,8 +13035,8 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.33.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "jsonrpsee", @@ -13000,8 +13048,8 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "27.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13018,7 +13066,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -13039,16 +13087,17 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-state-machine", + "tokio", ] [[package]] name = "substrate-wasm-builder" -version = "5.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "17.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ - "ansi_term", "build-helper", "cargo_metadata", + "console", "filetime", "parity-wasm", "sp-maybe-compressed-blob", @@ -13184,7 +13233,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-runtime-constants" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "frame-support", "polkadot-primitives", @@ -13337,7 +13386,7 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-timestamp", "tuxedo-core", ] @@ -13536,6 +13585,10 @@ version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ + "futures-core", + "futures-util", + "pin-project", + "pin-project-lite 0.2.14", "tower-layer", "tower-service", "tracing", @@ -13616,8 +13669,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "coarsetime", "polkadot-primitives", @@ -13627,8 +13680,8 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "5.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "expander 2.1.0", "proc-macro-crate 3.1.0", @@ -13786,8 +13839,8 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "0.38.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "async-trait", "clap", @@ -13803,8 +13856,8 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-babe", "sp-core", - "sp-debug-derive 8.0.0", - "sp-externalities 0.19.0", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-inherents", "sp-io", "sp-keystore", @@ -13843,13 +13896,13 @@ dependencies = [ "serde", "sp-blockchain", "sp-core", - "sp-debug-derive 8.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-runtime", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", ] [[package]] @@ -13871,15 +13924,15 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 8.0.0", - "sp-externalities 0.19.0", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-inherents", "sp-io", "sp-keyring", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0", - "sp-tracing 10.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-trie", "trie-db", "tuxedo-core", @@ -13904,14 +13957,14 @@ dependencies = [ "sp-block-builder", "sp-consensus-aura", "sp-core", - "sp-debug-derive 8.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-runtime", "sp-session", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -13952,15 +14005,15 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-grandpa", "sp-core", - "sp-debug-derive 8.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-session", - "sp-std 8.0.0", - "sp-storage 13.0.0", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -14282,9 +14335,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "wasm-instrument" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" +checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc" dependencies = [ "parity-wasm", ] @@ -14618,28 +14671,6 @@ dependencies = [ "webpki", ] -[[package]] -name = "webpki-roots" -version = "0.25.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" - -[[package]] -name = "westend-runtime-constants" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" -dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", -] - [[package]] name = "which" version = "4.4.2" @@ -15012,8 +15043,8 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.6.0#0d916dd6142a98df26849077eea8ab8d332a7f59" +version = "7.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 0318db4f..0a43ef12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ clap = "4.4" color-print = "0.3.5" convert_case = "0.6.0" hex-literal = "0.4.1" -jsonrpsee = "0.16.2" +jsonrpsee = "0.20.3" log = "0.4" parity-scale-codec = { version = "3.6", default-features = false } parity-util-mem = "0.12.0" @@ -57,79 +57,79 @@ sled = "0.34.7" tokio = "1.25.0" # Node-only dependencies -substrate-build-script-utils = { branch = "tuxedo-v1.6.0", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +substrate-build-script-utils = { branch = "tuxedo-v1.7.2", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } # Runtime-only dependencies -substrate-wasm-builder = { branch = "tuxedo-v1.6.0", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +substrate-wasm-builder = { branch = "tuxedo-v1.7.2", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } # Substrate primitives and client -sc-basic-authorship = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-chain-spec = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-cli = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-client-api = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-consensus = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-consensus-aura = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-consensus-grandpa = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-consensus-manual-seal = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-executor = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-keystore = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-network = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-network-sync = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-rpc = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-rpc-api = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-service = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-sysinfo = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-telemetry = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-tracing = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-transaction-pool = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sc-transaction-pool-api = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-api = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-application-crypto = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-block-builder = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-blockchain = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-consensus = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-consensus-aura = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-consensus-grandpa = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-core = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-debug-derive = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-genesis-builder = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-inherents = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-io = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-keyring = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-keystore = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-runtime = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-session = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-std = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-storage = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-timestamp = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-transaction-pool = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -sp-version = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -substrate-prometheus-endpoint = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-basic-authorship = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-chain-spec = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-cli = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-client-api = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-aura = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-grandpa = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-manual-seal = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-executor = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-keystore = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-network = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-network-sync = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-rpc = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-rpc-api = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-service = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-sysinfo = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-telemetry = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-tracing = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-transaction-pool = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-transaction-pool-api = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-api = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-application-crypto = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-block-builder = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-blockchain = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus-aura = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus-grandpa = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-core = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-debug-derive = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-genesis-builder = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-inherents = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-io = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-keyring = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-keystore = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-runtime = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-session = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-std = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-storage = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-timestamp = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-transaction-pool = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-version = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +substrate-prometheus-endpoint = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } # Cumulus -cumulus-client-cli = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-client-collator = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-client-consensus-aura = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-client-consensus-common = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-client-consensus-proposer = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-client-parachain-inherent = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-client-service = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-primitives-core = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-primitives-parachain-inherent = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-relay-chain-interface = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-test-client = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -cumulus-test-relay-sproof-builder = { branch = "tuxedo-v1.6.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -polkadot-cli = { branch = "tuxedo-v1.6.0", default-features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -polkadot-parachain-primitives = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } -polkadot-primitives = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-cli = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-collator = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-aura = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-common = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-proposer = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-parachain-inherent = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-service = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-primitives-core = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-primitives-parachain-inherent = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-relay-chain-interface = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-test-client = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-test-relay-sproof-builder = { branch = "tuxedo-v1.7.2", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-cli = { branch = "tuxedo-v1.7.2", default-features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-parachain-primitives = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-primitives = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } # Added while adding Polkadot / Cumulus support -sp-externalities = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } -sp-state-machine = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } -sp-tracing = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } -sp-trie = { branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-externalities = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-state-machine = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-tracing = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-trie = { branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } trie-db = { version = "0.28.0", default-features = false } # We need to depend on this explicitly so we can enable the "full-node" feature # See https://github.com/paritytech/polkadot-sdk/issues/2551 for more details -polkadot-service = { features = [ "full-node" ], branch = "tuxedo-v1.6.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-service = { features = [ "full-node" ], branch = "tuxedo-v1.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" }