From 328ae604f20f9644be310c783b415cc64401655a Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Tue, 16 Apr 2024 14:27:18 -0400 Subject: [PATCH] Update SDK to 1.8.0 - and jsonrpsee (#207) --- Cargo.lock | 1227 +++++++++++++++++++++++++++++++--------------------- Cargo.toml | 130 +++--- 2 files changed, 796 insertions(+), 561 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 792ba1a9..73e62643 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -872,6 +872,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "base64ct" version = "1.6.0" @@ -890,7 +896,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "hash-db", "log", @@ -1658,7 +1664,7 @@ dependencies = [ "gimli 0.27.3", "hashbrown 0.13.2", "log", - "regalloc2", + "regalloc2 0.6.1", "smallvec", "target-lexicon", ] @@ -1884,7 +1890,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "clap", "parity-scale-codec", @@ -1901,7 +1907,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1924,7 +1930,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-client-collator", @@ -1966,7 +1972,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -1995,7 +2001,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "anyhow", "async-trait", @@ -2010,7 +2016,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2033,7 +2039,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2056,7 +2062,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.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2071,8 +2077,8 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-trie", "tracing", ] @@ -2080,7 +2086,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2104,7 +2110,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2140,7 +2146,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2159,12 +2165,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.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.8.0)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 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.8.0)", "sp-trie", "sp-version", "staging-xcm", @@ -2174,7 +2180,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -2185,7 +2191,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2193,13 +2199,13 @@ dependencies = [ "sp-api", "sp-consensus-aura", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2208,7 +2214,7 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 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.8.0)", "sp-trie", "staging-xcm", ] @@ -2216,7 +2222,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2224,24 +2230,24 @@ dependencies = [ "scale-info", "sp-core", "sp-inherents", - "sp-std 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.8.0)", "sp-trie", ] [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ - "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-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-trie", ] [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2253,7 +2259,7 @@ dependencies = [ "polkadot-runtime-parachains", "sp-io", "sp-runtime", - "sp-std 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.8.0)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -2262,7 +2268,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2286,7 +2292,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2304,7 +2310,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -2345,7 +2351,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2372,7 +2378,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-state-machine", - "sp-storage 19.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.8.0)", "sp-version", "thiserror", "tokio", @@ -2384,7 +2390,7 @@ dependencies = [ [[package]] name = "cumulus-test-client" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", @@ -2417,21 +2423,21 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", "sp-runtime", "sp-state-machine", - "sp-std 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.8.0)", "sp-trie", ] [[package]] name = "cumulus-test-runtime" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -2456,7 +2462,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 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.8.0)", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -2465,7 +2471,7 @@ dependencies = [ [[package]] name = "cumulus-test-service" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "clap", @@ -2524,7 +2530,7 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-timestamp", - "sp-tracing 16.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.8.0)", "substrate-test-client", "tempfile", "tokio", @@ -2630,6 +2636,19 @@ dependencies = [ "syn 2.0.59", ] +[[package]] +name = "dashmap" +version = "5.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +dependencies = [ + "cfg-if", + "hashbrown 0.14.3", + "lock_api", + "once_cell", + "parking_lot_core 0.9.9", +] + [[package]] name = "data-encoding" version = "2.5.0" @@ -3248,6 +3267,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" +[[package]] +name = "fallible-iterator" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" + [[package]] name = "fastrand" version = "1.9.0" @@ -3412,7 +3437,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", ] @@ -3435,7 +3460,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-support-procedural", @@ -3451,16 +3476,16 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "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)", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "32.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "Inflector", "array-bytes 6.2.2", @@ -3492,15 +3517,15 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-database", - "sp-externalities 0.25.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.8.0)", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 19.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.8.0)", "sp-trie", - "sp-wasm-interface 20.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.8.0)", "thiserror", "thousands", ] @@ -3508,7 +3533,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -3519,7 +3544,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3530,13 +3555,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -3547,8 +3572,8 @@ dependencies = [ "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)", - "sp-tracing 16.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.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] @@ -3566,7 +3591,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "indicatif", @@ -3588,7 +3613,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "aquamarine", "array-bytes 6.2.2", @@ -3611,7 +3636,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "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-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3619,8 +3644,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-weights", "static_assertions", "tt-call", @@ -3629,7 +3654,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "Inflector", "cfg-expr", @@ -3648,7 +3673,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -3660,7 +3685,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "proc-macro2", "quote", @@ -3670,7 +3695,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cfg-if", "docify", @@ -3682,7 +3707,7 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-version", "sp-weights", ] @@ -3690,7 +3715,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -3699,13 +3724,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "sp-api", @@ -3714,13 +3739,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] @@ -3980,7 +4005,7 @@ version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" dependencies = [ - "fallible-iterator", + "fallible-iterator 0.2.0", "indexmap 1.9.3", "stable_deref_trait", ] @@ -3990,6 +4015,10 @@ name = "gimli" version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" +dependencies = [ + "fallible-iterator 0.3.0", + "stable_deref_trait", +] [[package]] name = "glob" @@ -3997,6 +4026,26 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +[[package]] +name = "governor" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" +dependencies = [ + "cfg-if", + "dashmap", + "futures", + "futures-timer", + "no-std-compat", + "nonzero_ext", + "parking_lot 0.12.1", + "portable-atomic", + "quanta", + "rand", + "smallvec", + "spinning_top", +] + [[package]] name = "group" version = "0.13.0" @@ -4284,9 +4333,9 @@ dependencies = [ "hyper", "log", "rustls 0.21.10", - "rustls-native-certs", + "rustls-native-certs 0.6.3", "tokio", - "tokio-rustls", + "tokio-rustls 0.24.1", ] [[package]] @@ -4600,9 +4649,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.20.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "affdc52f7596ccb2d7645231fc6163bb314630c989b64998f3699a28b4d5d4dc" +checksum = "c4b0e68d9af1f066c06d6e2397583795b912d78537d7d907c561e82c13d69fa1" dependencies = [ "jsonrpsee-core", "jsonrpsee-http-client", @@ -4616,19 +4665,20 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.20.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b005c793122d03217da09af68ba9383363caa950b90d3436106df8cabce935" +checksum = "92f254f56af1ae84815b9b1325094743dcf05b92abb5e94da2e81a35cff0cada" dependencies = [ "futures-util", "http", "jsonrpsee-core", "pin-project", - "rustls-native-certs", + "rustls-native-certs 0.7.0", + "rustls-pki-types", "soketto", "thiserror", "tokio", - "tokio-rustls", + "tokio-rustls 0.25.0", "tokio-util", "tracing", "url", @@ -4636,12 +4686,11 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.20.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da2327ba8df2fdbd5e897e2b5ed25ce7f299d345b9736b6828814c3dbd1fd47b" +checksum = "274d68152c24aa78977243bb56f28d7946e6aa309945b37d33174a3f92d89a3a" dependencies = [ "anyhow", - "async-lock 2.8.0", "async-trait", "beef", "futures-timer", @@ -4649,21 +4698,22 @@ dependencies = [ "hyper", "jsonrpsee-types", "parking_lot 0.12.1", + "pin-project", "rand", "rustc-hash", "serde", "serde_json", - "soketto", "thiserror", "tokio", + "tokio-stream", "tracing", ] [[package]] name = "jsonrpsee-http-client" -version = "0.20.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f80c17f62c7653ce767e3d7288b793dfec920f97067ceb189ebdd3570f2bc20" +checksum = "ac13bc1e44cd00448a5ff485824a128629c945f02077804cb659c07a0ba41395" dependencies = [ "async-trait", "hyper", @@ -4681,28 +4731,29 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.20.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29110019693a4fa2dbda04876499d098fa16d70eba06b1e6e2b3f1b251419515" +checksum = "2c326f9e95aeff7d707b2ffde72c22a52acc975ba1c48587776c02b90c4747a6" dependencies = [ "heck 0.4.1", - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.59", ] [[package]] name = "jsonrpsee-server" -version = "0.20.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82c39a00449c9ef3f50b84fc00fc4acba20ef8f559f07902244abf4c15c5ab9c" +checksum = "3b5bfbda5f8fb63f997102fd18f73e35e34c84c6dcdbdbbe72c6e48f6d2c959b" dependencies = [ "futures-util", "http", "hyper", "jsonrpsee-core", "jsonrpsee-types", + "pin-project", "route-recognizer", "serde", "serde_json", @@ -4717,23 +4768,22 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.20.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be0be325642e850ed0bdff426674d2e66b2b7117c9be23a7caef68a2902b7d9" +checksum = "3dc828e537868d6b12bbb07ec20324909a22ced6efca0057c825c3e1126b2c6d" dependencies = [ "anyhow", "beef", "serde", "serde_json", "thiserror", - "tracing", ] [[package]] name = "jsonrpsee-ws-client" -version = "0.20.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bca9cb3933ccae417eb6b08c3448eb1cb46e39834e5b503e395e5e5bd08546c0" +checksum = "32f00abe918bf34b785f87459b9205790e5361a3f7437adb50e928dc243f27eb" dependencies = [ "http", "jsonrpsee-client-transport", @@ -4779,7 +4829,7 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.8.0)", "tuxedo-core", ] @@ -5701,7 +5751,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "log", @@ -5720,7 +5770,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5767,7 +5817,7 @@ dependencies = [ "scale-info", "serde", "sp-runtime", - "sp-std 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.8.0)", "tuxedo-core", ] @@ -6050,6 +6100,12 @@ dependencies = [ "libc", ] +[[package]] +name = "no-std-compat" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" + [[package]] name = "no-std-net" version = "0.6.0" @@ -6115,6 +6171,12 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nonzero_ext" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" + [[package]] name = "normalize-line-endings" version = "0.3.0" @@ -6331,7 +6393,7 @@ 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" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6343,13 +6405,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6358,13 +6420,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6376,13 +6438,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-assets" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6392,13 +6454,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -6408,13 +6470,13 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -6422,13 +6484,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6446,13 +6508,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "docify", "frame-benchmarking", @@ -6462,13 +6524,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -6482,13 +6544,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree", @@ -6507,13 +6569,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 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.8.0)", ] [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6525,13 +6587,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "frame-benchmarking", @@ -6542,13 +6604,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6561,13 +6623,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6580,13 +6642,13 @@ dependencies = [ "scale-info", "sp-runtime", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6597,13 +6659,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6614,13 +6676,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6632,13 +6694,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6654,14 +6716,14 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 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.8.0)", "strum 0.24.1", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6669,13 +6731,13 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6688,13 +6750,13 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "docify", "frame-benchmarking", @@ -6707,13 +6769,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -6725,13 +6787,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6748,13 +6810,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-identity" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6765,13 +6827,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6785,13 +6847,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6802,13 +6864,13 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6819,13 +6881,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "environmental", "frame-benchmarking", @@ -6838,14 +6900,14 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-weights", ] [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6857,13 +6919,13 @@ dependencies = [ "sp-io", "sp-mmr-primitives", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6873,13 +6935,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6889,13 +6951,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -6906,13 +6968,13 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6923,13 +6985,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6938,13 +7000,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6957,13 +7019,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6972,13 +7034,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -6990,13 +7052,13 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -7005,13 +7067,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "docify", "frame-benchmarking", @@ -7022,14 +7084,14 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 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.8.0)", "sp-weights", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -7044,14 +7106,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 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.8.0)", "sp-trie", ] [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -7063,13 +7125,13 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7085,13 +7147,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "pallet-staking-reward-curve" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -7102,7 +7164,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "log", "sp-arithmetic", @@ -7111,7 +7173,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -7122,13 +7184,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "docify", "frame-benchmarking", @@ -7138,13 +7200,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "docify", "frame-benchmarking", @@ -7156,15 +7218,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -7177,13 +7239,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -7193,13 +7255,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "30.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7215,7 +7277,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7227,7 +7289,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "docify", "frame-benchmarking", @@ -7240,13 +7302,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -7256,13 +7318,13 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -7271,13 +7333,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -7286,13 +7348,13 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7306,7 +7368,7 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7315,7 +7377,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-benchmarking", "frame-support", @@ -7325,7 +7387,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 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.8.0)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7347,7 +7409,7 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 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.8.0)", "tuxedo-parachain-core", ] @@ -7409,7 +7471,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -7430,7 +7492,7 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -7794,14 +7856,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.8.0)", "tuxedo-core", ] [[package]] name = "polkadot-approval-distribution" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "futures", @@ -7821,7 +7883,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "always-assert", "futures", @@ -7837,7 +7899,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "derive_more", "fatality", @@ -7860,7 +7922,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "fatality", @@ -7883,7 +7945,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cfg-if", "clap", @@ -7903,6 +7965,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-maybe-compressed-blob", + "sp-runtime", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -7911,7 +7974,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "fatality", @@ -7933,19 +7996,19 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "polkadot-dispute-distribution" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "derive_more", "fatality", @@ -7970,7 +8033,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7984,7 +8047,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "futures-timer", @@ -8006,7 +8069,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "always-assert", "async-trait", @@ -8029,7 +8092,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "parity-scale-codec", @@ -8047,7 +8110,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "derive_more", @@ -8080,7 +8143,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "futures", @@ -8102,7 +8165,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "fatality", @@ -8122,7 +8185,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8137,7 +8200,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -8158,7 +8221,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "polkadot-node-metrics", @@ -8172,7 +8235,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "futures-timer", @@ -8189,7 +8252,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "fatality", "futures", @@ -8208,7 +8271,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -8225,7 +8288,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "6.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "fatality", @@ -8242,7 +8305,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "fatality", @@ -8259,7 +8322,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -8282,7 +8345,7 @@ dependencies = [ "slotmap", "sp-core", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.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.8.0)", "tempfile", "thiserror", "tokio", @@ -8292,7 +8355,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "polkadot-node-primitives", @@ -8308,7 +8371,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cfg-if", "cpu-time", @@ -8325,9 +8388,9 @@ dependencies = [ "seccompiler", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.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.8.0)", "sp-io", - "sp-tracing 16.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.8.0)", "thiserror", "tracing-gum", ] @@ -8335,7 +8398,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "polkadot-node-metrics", @@ -8350,7 +8413,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "lazy_static", "log", @@ -8368,7 +8431,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bs58 0.5.1", "futures", @@ -8387,7 +8450,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -8411,7 +8474,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "bounded-vec", @@ -8434,7 +8497,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8444,7 +8507,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "bitvec", @@ -8472,7 +8535,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "derive_more", @@ -8507,7 +8570,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -8529,7 +8592,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bounded-collections", "derive_more", @@ -8539,14 +8602,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.8.0)", "sp-weights", ] [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "hex-literal", @@ -8567,13 +8630,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "polkadot-rpc" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8606,7 +8669,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "frame-benchmarking", @@ -8647,7 +8710,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 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.8.0)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -8657,20 +8720,20 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bs58 0.5.1", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -8710,7 +8773,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 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.8.0)", "staging-xcm", "staging-xcm-executor", ] @@ -8718,7 +8781,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "frame-benchmarking", @@ -8821,7 +8884,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.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.8.0)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -8834,7 +8897,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -8857,7 +8920,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8868,7 +8931,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8917,7 +8980,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 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.8.0)", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -8930,7 +8993,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-system", "futures", @@ -8979,19 +9042,46 @@ dependencies = [ "tracing-gum", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "polkavm-derive-impl-macro 0.8.0", +] + [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.59", ] [[package]] @@ -9000,22 +9090,47 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.59", ] +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" +dependencies = [ + "polkavm-derive-impl 0.8.0", + "syn 2.0.59", +] + [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.9.0", "syn 2.0.59", ] +[[package]] +name = "polkavm-linker" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdec1451cb18261d5d01de82acc15305e417fb59588cdcb3127d3dcc9672b925" +dependencies = [ + "gimli 0.28.1", + "hashbrown 0.14.3", + "log", + "object 0.32.2", + "polkavm-common 0.8.0", + "regalloc2 0.9.3", + "rustc-demangle", +] + [[package]] name = "polling" version = "2.8.0" @@ -9373,6 +9488,21 @@ dependencies = [ "cc", ] +[[package]] +name = "quanta" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" +dependencies = [ + "crossbeam-utils", + "libc", + "once_cell", + "raw-cpuid", + "wasi 0.11.0+wasi-snapshot-preview1", + "web-sys", + "winapi", +] + [[package]] name = "quick-error" version = "1.2.3" @@ -9513,6 +9643,15 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "raw-cpuid" +version = "11.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "rawpointer" version = "0.2.1" @@ -9624,6 +9763,19 @@ dependencies = [ "smallvec", ] +[[package]] +name = "regalloc2" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" +dependencies = [ + "hashbrown 0.13.2", + "log", + "rustc-hash", + "slice-group-by", + "smallvec", +] + [[package]] name = "regex" version = "1.10.4" @@ -9766,7 +9918,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9848,8 +10000,8 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -9862,7 +10014,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "polkadot-primitives", @@ -9926,8 +10078,8 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "tuxedo-core", ] @@ -10028,10 +10180,24 @@ checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" dependencies = [ "log", "ring 0.17.8", - "rustls-webpki", + "rustls-webpki 0.101.7", "sct", ] +[[package]] +name = "rustls" +version = "0.22.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c" +dependencies = [ + "log", + "ring 0.17.8", + "rustls-pki-types", + "rustls-webpki 0.102.2", + "subtle 2.5.0", + "zeroize", +] + [[package]] name = "rustls-native-certs" version = "0.6.3" @@ -10039,7 +10205,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile", + "rustls-pemfile 1.0.4", + "schannel", + "security-framework", +] + +[[package]] +name = "rustls-native-certs" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" +dependencies = [ + "openssl-probe", + "rustls-pemfile 2.1.2", + "rustls-pki-types", "schannel", "security-framework", ] @@ -10053,6 +10232,22 @@ dependencies = [ "base64 0.21.7", ] +[[package]] +name = "rustls-pemfile" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +dependencies = [ + "base64 0.22.0", + "rustls-pki-types", +] + +[[package]] +name = "rustls-pki-types" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" + [[package]] name = "rustls-webpki" version = "0.101.7" @@ -10063,6 +10258,17 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "rustls-webpki" +version = "0.102.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" +dependencies = [ + "ring 0.17.8", + "rustls-pki-types", + "untrusted 0.9.0", +] + [[package]] name = "rustversion" version = "1.0.15" @@ -10118,18 +10324,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.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.8.0)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -10158,7 +10364,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "futures-timer", @@ -10180,7 +10386,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "sp-api", @@ -10195,7 +10401,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "docify", @@ -10221,7 +10427,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -10232,7 +10438,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "bip39", @@ -10273,7 +10479,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "fnv", "futures", @@ -10288,11 +10494,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.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.8.0)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.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.8.0)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -10300,7 +10506,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "hash-db", "kvdb", @@ -10326,7 +10532,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -10351,7 +10557,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -10380,7 +10586,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "fork-tree", @@ -10416,7 +10622,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "jsonrpsee", @@ -10438,7 +10644,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10474,7 +10680,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "jsonrpsee", @@ -10493,7 +10699,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10506,7 +10712,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.19.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -10549,7 +10755,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.19.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "finality-grandpa", "futures", @@ -10569,7 +10775,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "assert_matches", "async-trait", @@ -10604,7 +10810,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -10627,7 +10833,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10636,24 +10842,24 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.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.8.0)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.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.8.0)", "sp-trie", "sp-version", - "sp-wasm-interface 20.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.8.0)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.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.8.0)", "thiserror", "wasm-instrument", ] @@ -10661,7 +10867,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "anyhow", "cfg-if", @@ -10671,15 +10877,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "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)", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "ansi_term", "futures", @@ -10696,7 +10902,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", @@ -10710,7 +10916,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -10739,7 +10945,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10782,7 +10988,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-channel 1.9.0", "cid", @@ -10802,7 +11008,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -10819,7 +11025,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "ahash 0.8.11", "futures", @@ -10838,7 +11044,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10859,7 +11065,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10895,7 +11101,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "futures", @@ -10914,7 +11120,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -10937,7 +11143,7 @@ dependencies = [ "sc-utils", "sp-api", "sp-core", - "sp-externalities 0.25.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.8.0)", "sp-keystore", "sp-offchain", "sp-runtime", @@ -10948,7 +11154,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10957,7 +11163,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "jsonrpsee", @@ -10989,7 +11195,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11009,11 +11215,15 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ + "futures", + "governor", "http", + "hyper", "jsonrpsee", "log", + "pin-project", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -11024,7 +11234,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "futures", @@ -11034,6 +11244,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", + "rand", "sc-chain-spec", "sc-client-api", "sc-rpc", @@ -11054,7 +11265,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "directories", @@ -11095,12 +11306,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.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.8.0)", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.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.8.0)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -11117,7 +11328,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "log", "parity-scale-codec", @@ -11128,7 +11339,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.16.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "clap", "fs4", @@ -11141,7 +11352,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11160,7 +11371,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "derive_more", "futures", @@ -11175,13 +11386,13 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-io", - "sp-std 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.8.0)", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "chrono", "futures", @@ -11200,7 +11411,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "ansi_term", "chrono", @@ -11220,7 +11431,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 16.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.8.0)", "thiserror", "tracing", "tracing-log 0.1.4", @@ -11230,7 +11441,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -11241,7 +11452,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -11259,7 +11470,7 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-runtime", - "sp-tracing 16.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.8.0)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -11268,7 +11479,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -11284,7 +11495,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-channel 1.9.0", "futures", @@ -11652,8 +11863,9 @@ dependencies = [ [[package]] name = "simple-mermaid" -version = "0.1.0" -source = "git+https://github.com/kianenigma/simple-mermaid.git?rev=e48b187bcfd5cc75111acd9d241f1bd36604344b#e48b187bcfd5cc75111acd9d241f1bd36604344b" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18" [[package]] name = "siphasher" @@ -11695,13 +11907,13 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "enumn", "parity-scale-codec", "paste", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] @@ -11889,7 +12101,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "hash-db", "log", @@ -11897,11 +12109,12 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.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.8.0)", "sp-metadata-ir", "sp-runtime", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-state-machine", - "sp-std 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.8.0)", "sp-trie", "sp-version", "thiserror", @@ -11910,7 +12123,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "Inflector", "blake2 0.10.6", @@ -11924,27 +12137,27 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 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.8.0)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 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.8.0)", "static_assertions", ] @@ -11969,31 +12182,31 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "futures", "log", @@ -12011,7 +12224,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "futures", @@ -12026,7 +12239,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "parity-scale-codec", @@ -12036,14 +12249,14 @@ dependencies = [ "sp-consensus-slots", "sp-inherents", "sp-runtime", - "sp-std 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.8.0)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "parity-scale-codec", @@ -12055,14 +12268,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 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.8.0)", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12073,16 +12286,17 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-io", + "sp-keystore", "sp-mmr-primitives", "sp-runtime", - "sp-std 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.8.0)", "strum 0.24.1", ] [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "finality-grandpa", "log", @@ -12094,25 +12308,25 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 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.8.0)", "sp-timestamp", ] [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", @@ -12142,11 +12356,11 @@ dependencies = [ "secrecy", "serde", "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)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "ss58-registry", "substrate-bip39", "thiserror", @@ -12178,7 +12392,7 @@ dependencies = [ [[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" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "blake2b_simd", "byteorder", @@ -12191,7 +12405,7 @@ dependencies = [ [[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" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "quote", "sp-crypto-hashing", @@ -12201,7 +12415,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12210,7 +12424,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "proc-macro2", "quote", @@ -12230,12 +12444,12 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "environmental", "parity-scale-codec", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] @@ -12251,32 +12465,32 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "serde_json", "sp-api", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 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.8.0)", "thiserror", ] [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bytes", "ed25519-dalek", @@ -12287,12 +12501,12 @@ dependencies = [ "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.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.8.0)", "sp-keystore", - "sp-runtime-interface 24.0.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.8.0)", "sp-state-machine", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-trie", "tracing", "tracing-core", @@ -12301,7 +12515,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "sp-core", "sp-runtime", @@ -12311,19 +12525,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", - "thiserror", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "thiserror", "zstd 0.12.4", @@ -12332,30 +12545,30 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std 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.8.0)", ] [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", - "sp-std 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.8.0)", ] [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12364,16 +12577,16 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-runtime", - "sp-std 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.8.0)", "thiserror", ] [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "scale-info", @@ -12381,13 +12594,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "sp-api", "sp-core", @@ -12397,7 +12610,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "backtrace", "lazy_static", @@ -12407,7 +12620,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "rustc-hash", "serde", @@ -12417,7 +12630,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "docify", "either", @@ -12434,25 +12647,26 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 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.8.0)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", + "polkavm-derive 0.8.0", "primitive-types", - "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)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "static_assertions", ] @@ -12464,7 +12678,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "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)", @@ -12478,7 +12692,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "Inflector", "expander 2.1.0", @@ -12504,7 +12718,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "scale-info", @@ -12513,13 +12727,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 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.8.0)", ] [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12527,13 +12741,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "hash-db", "log", @@ -12542,9 +12756,9 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.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.8.0)", "sp-panic-handler", - "sp-std 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.8.0)", "sp-trie", "thiserror", "tracing", @@ -12554,7 +12768,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -12568,10 +12782,10 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.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.8.0)", "sp-runtime", - "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-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "thiserror", "x25519-dalek 2.0.1", ] @@ -12579,7 +12793,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" [[package]] name = "sp-std" @@ -12589,14 +12803,14 @@ source = "git+https://github.com/paritytech/polkadot-sdk#6f3d890ed35bfdee3e3f7d5 [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "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)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] @@ -12614,23 +12828,23 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std 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.8.0)", "thiserror", ] [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", - "sp-std 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.8.0)", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -12650,7 +12864,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "sp-api", "sp-runtime", @@ -12659,7 +12873,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "parity-scale-codec", @@ -12667,14 +12881,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 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.8.0)", "sp-trie", ] [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "ahash 0.8.11", "hash-db", @@ -12687,8 +12901,8 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "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)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "thiserror", "tracing", "trie-db", @@ -12698,7 +12912,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12707,7 +12921,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 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.8.0)", "sp-version-proc-macro", "thiserror", ] @@ -12715,7 +12929,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12726,13 +12940,13 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 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.8.0)", "wasmtime", ] @@ -12749,7 +12963,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -12757,8 +12971,8 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "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)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] @@ -12784,6 +12998,15 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "spinning_top" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" +dependencies = [ + "lock_api", +] + [[package]] name = "spki" version = "0.7.3" @@ -12818,7 +13041,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -12826,13 +13049,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 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.8.0)", ] [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "bounded-collections", @@ -12850,7 +13073,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "frame-system", @@ -12863,7 +13086,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 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.8.0)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -12872,7 +13095,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "environmental", "frame-benchmarking", @@ -12885,7 +13108,7 @@ dependencies = [ "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)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-weights", "staging-xcm", ] @@ -13000,12 +13223,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13024,7 +13247,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "hyper", "log", @@ -13036,7 +13259,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "jsonrpsee", @@ -13049,7 +13272,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13066,7 +13289,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -13093,13 +13316,14 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "build-helper", "cargo_metadata", "console", "filetime", "parity-wasm", + "polkavm-linker", "sp-maybe-compressed-blob", "strum 0.24.1", "tempfile", @@ -13233,7 +13457,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.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "frame-support", "polkadot-primitives", @@ -13386,7 +13610,7 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 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.8.0)", "sp-timestamp", "tuxedo-core", ] @@ -13476,6 +13700,17 @@ dependencies = [ "tokio", ] +[[package]] +name = "tokio-rustls" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" +dependencies = [ + "rustls 0.22.3", + "rustls-pki-types", + "tokio", +] + [[package]] name = "tokio-stream" version = "0.1.15" @@ -13670,7 +13905,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "coarsetime", "polkadot-primitives", @@ -13681,7 +13916,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "expander 2.1.0", "proc-macro-crate 3.1.0", @@ -13840,7 +14075,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.38.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "async-trait", "clap", @@ -13856,8 +14091,8 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-babe", "sp-core", - "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-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-inherents", "sp-io", "sp-keystore", @@ -13896,13 +14131,13 @@ dependencies = [ "serde", "sp-blockchain", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-runtime", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", ] [[package]] @@ -13924,15 +14159,15 @@ dependencies = [ "serde", "sp-api", "sp-core", - "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-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-inherents", "sp-io", "sp-keyring", "sp-runtime", "sp-state-machine", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-trie", "trie-db", "tuxedo-core", @@ -13957,14 +14192,14 @@ dependencies = [ "sp-block-builder", "sp-consensus-aura", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-runtime", "sp-session", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -14005,15 +14240,15 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-grandpa", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-session", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -15044,7 +15279,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.7.2#62eecd4df261d06bce481f8145f181c788176626" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 0a43ef12..59dce993 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.20.3" +jsonrpsee = "0.22" 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.7.2", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +substrate-build-script-utils = { branch = "tuxedo-v1.8.0", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } # Runtime-only dependencies -substrate-wasm-builder = { branch = "tuxedo-v1.7.2", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +substrate-wasm-builder = { branch = "tuxedo-v1.8.0", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } # Substrate primitives and client -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" } +sc-basic-authorship = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-chain-spec = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-cli = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-client-api = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-aura = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-grandpa = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-manual-seal = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-executor = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-keystore = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-network = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-network-sync = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-rpc = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-rpc-api = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-service = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-sysinfo = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-telemetry = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-tracing = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-transaction-pool = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-transaction-pool-api = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-api = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-application-crypto = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-block-builder = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-blockchain = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus-aura = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus-grandpa = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-core = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-debug-derive = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-genesis-builder = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-inherents = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-io = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-keyring = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-keystore = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-runtime = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-session = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-std = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-storage = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-timestamp = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-transaction-pool = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-version = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +substrate-prometheus-endpoint = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } # Cumulus -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" } +cumulus-client-cli = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-collator = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-aura = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-common = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-proposer = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-parachain-inherent = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-service = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-primitives-core = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-primitives-parachain-inherent = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-relay-chain-interface = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-test-client = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-test-relay-sproof-builder = { branch = "tuxedo-v1.8.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-cli = { branch = "tuxedo-v1.8.0", default-features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-parachain-primitives = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-primitives = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } # Added while adding Polkadot / Cumulus support -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" } +sp-externalities = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-state-machine = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-tracing = { branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-trie = { branch = "tuxedo-v1.8.0", 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.7.2", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-service = { features = [ "full-node" ], branch = "tuxedo-v1.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" }