diff --git a/Cargo.lock b/Cargo.lock index 73e62643..4088ef8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,6 +229,20 @@ dependencies = [ "num-traits", ] +[[package]] +name = "aquamarine" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" +dependencies = [ + "include_dir", + "itertools 0.10.5", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "aquamarine" version = "0.5.0" @@ -896,7 +910,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "hash-db", "log", @@ -938,19 +952,31 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ - "bitcoin_hashes", - "rand", - "rand_core 0.6.4", - "serde", - "unicode-normalization", + "bitcoin_hashes 0.11.0", ] +[[package]] +name = "bitcoin-internals" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" + [[package]] name = "bitcoin_hashes" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" +[[package]] +name = "bitcoin_hashes" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" +dependencies = [ + "bitcoin-internals", + "hex-conservative", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -1868,16 +1894,6 @@ dependencies = [ "subtle 2.5.0", ] -[[package]] -name = "crypto-mac" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e" -dependencies = [ - "generic-array 0.14.7", - "subtle 2.5.0", -] - [[package]] name = "ctr" version = "0.9.2" @@ -1890,7 +1906,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "clap", "parity-scale-codec", @@ -1907,7 +1923,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1930,7 +1946,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-client-collator", @@ -1972,7 +1988,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2001,7 +2017,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "anyhow", "async-trait", @@ -2016,7 +2032,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2039,7 +2055,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2062,7 +2078,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2077,8 +2093,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.8.0)", - "sp-storage 19.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.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", "tracing", ] @@ -2086,7 +2102,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2110,7 +2126,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2146,7 +2162,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2162,15 +2178,16 @@ dependencies = [ "pallet-message-queue", "parity-scale-codec", "polkadot-parachain-primitives", + "polkadot-runtime-common", "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.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.9.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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", "sp-version", "staging-xcm", @@ -2180,7 +2197,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -2191,7 +2208,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2199,13 +2216,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2214,7 +2231,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", "staging-xcm", ] @@ -2222,7 +2239,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2230,36 +2247,52 @@ dependencies = [ "scale-info", "sp-core", "sp-inherents", - "sp-std 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.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ - "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-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" +dependencies = [ + "cumulus-primitives-core", + "cumulus-primitives-proof-size-hostfunction", + "docify", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", +] + [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cumulus-primitives-core", "frame-support", "log", "pallet-asset-conversion", - "pallet-xcm-benchmarks", "parity-scale-codec", "polkadot-runtime-common", "polkadot-runtime-parachains", "sp-io", "sp-runtime", - "sp-std 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.9.0)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -2268,7 +2301,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2292,7 +2325,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2310,7 +2343,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -2331,6 +2364,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", + "polkadot-service", "sc-authority-discovery", "sc-client-api", "sc-network", @@ -2351,7 +2385,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2378,7 +2412,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.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-version", "thiserror", "tokio", @@ -2390,11 +2424,12 @@ dependencies = [ [[package]] name = "cumulus-test-client" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-primitives-proof-size-hostfunction", + "cumulus-primitives-storage-weight-reclaim", "cumulus-test-relay-sproof-builder", "cumulus-test-runtime", "cumulus-test-service", @@ -2423,24 +2458,25 @@ 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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", + "cumulus-primitives-storage-weight-reclaim", "frame-executive", "frame-support", "frame-system", @@ -2462,7 +2498,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -2471,7 +2507,7 @@ dependencies = [ [[package]] name = "cumulus-test-service" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "clap", @@ -2484,6 +2520,7 @@ dependencies = [ "cumulus-client-service", "cumulus-pallet-parachain-system", "cumulus-primitives-core", + "cumulus-primitives-storage-weight-reclaim", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", @@ -2530,7 +2567,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.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "substrate-test-client", "tempfile", "tokio", @@ -2950,6 +2987,7 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", + "serdect", "signature", "spki", ] @@ -3029,6 +3067,7 @@ dependencies = [ "pkcs8", "rand_core 0.6.4", "sec1", + "serdect", "subtle 2.5.0", "zeroize", ] @@ -3437,7 +3476,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", ] @@ -3460,7 +3499,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-support-procedural", @@ -3476,16 +3515,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.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-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "Inflector", "array-bytes 6.2.2", @@ -3517,15 +3556,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.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", - "sp-wasm-interface 20.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.9.0)", "thiserror", "thousands", ] @@ -3533,7 +3572,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -3544,7 +3583,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3555,14 +3594,15 @@ 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ + "aquamarine 0.3.3", "frame-support", "frame-system", "frame-try-runtime", @@ -3572,8 +3612,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.8.0)", - "sp-tracing 16.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.9.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] @@ -3591,7 +3631,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "indicatif", @@ -3613,9 +3653,9 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "array-bytes 6.2.2", "bitflags 1.3.2", "docify", @@ -3636,7 +3676,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.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3644,8 +3684,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.8.0)", - "sp-tracing 16.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.9.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-weights", "static_assertions", "tt-call", @@ -3654,7 +3694,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "Inflector", "cfg-expr", @@ -3673,7 +3713,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -3685,7 +3725,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "proc-macro2", "quote", @@ -3695,7 +3735,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cfg-if", "docify", @@ -3707,7 +3747,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-version", "sp-weights", ] @@ -3715,7 +3755,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3724,13 +3764,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "sp-api", @@ -3739,13 +3779,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] @@ -4088,9 +4128,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.5.0" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" +checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ "log", "pest", @@ -4177,6 +4217,12 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +[[package]] +name = "hex-conservative" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30ed443af458ccb6d81c1e7e661545f94d3176752fb1df2f543b902a1e0f51e2" + [[package]] name = "hex-literal" version = "0.4.1" @@ -4202,16 +4248,6 @@ dependencies = [ "digest 0.9.0", ] -[[package]] -name = "hmac" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" -dependencies = [ - "crypto-mac 0.11.0", - "digest 0.9.0", -] - [[package]] name = "hmac" version = "0.12.1" @@ -4802,6 +4838,7 @@ dependencies = [ "ecdsa", "elliptic-curve", "once_cell", + "serdect", "sha2 0.10.8", ] @@ -4829,7 +4866,7 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.9.0)", "tuxedo-core", ] @@ -5751,7 +5788,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "log", @@ -5770,7 +5807,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5817,7 +5854,7 @@ dependencies = [ "scale-info", "serde", "sp-runtime", - "sp-std 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.9.0)", "tuxedo-core", ] @@ -6393,7 +6430,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6405,13 +6442,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6420,13 +6457,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6438,13 +6475,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-assets" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6454,13 +6491,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-system", @@ -6470,13 +6507,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-system", @@ -6484,13 +6521,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6508,13 +6545,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "docify", "frame-benchmarking", @@ -6524,13 +6561,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-system", @@ -6544,13 +6581,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree", @@ -6569,13 +6606,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6587,13 +6624,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "frame-benchmarking", @@ -6604,13 +6641,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6623,13 +6660,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6642,13 +6679,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6659,13 +6696,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6676,13 +6713,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 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.9.0)", ] [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6694,13 +6731,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6716,14 +6753,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6731,13 +6768,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6750,13 +6787,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "docify", "frame-benchmarking", @@ -6769,13 +6806,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -6787,13 +6824,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6810,13 +6847,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-identity" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6827,13 +6864,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6847,13 +6884,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6864,13 +6901,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6881,13 +6918,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "environmental", "frame-benchmarking", @@ -6900,14 +6937,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-weights", ] [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6919,13 +6956,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6935,13 +6972,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6951,13 +6988,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-system", @@ -6968,13 +7005,13 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std 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.9.0)", ] [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6985,13 +7022,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7000,13 +7037,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7019,13 +7056,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7034,13 +7071,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7052,13 +7089,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-system", @@ -7067,13 +7104,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "docify", "frame-benchmarking", @@ -7084,14 +7121,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-weights", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-system", @@ -7106,14 +7143,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", ] [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7125,13 +7162,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7147,13 +7184,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-staking-reward-curve" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -7164,7 +7201,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "log", "sp-arithmetic", @@ -7173,7 +7210,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7184,13 +7221,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "docify", "frame-benchmarking", @@ -7200,13 +7237,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "docify", "frame-benchmarking", @@ -7218,15 +7255,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.8.0)", - "sp-storage 19.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.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7239,13 +7276,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-system", @@ -7255,13 +7292,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "30.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7277,7 +7314,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7289,7 +7326,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "docify", "frame-benchmarking", @@ -7302,13 +7339,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.9.0)", ] [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7318,13 +7355,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7333,13 +7370,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7348,13 +7385,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7368,7 +7405,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7377,7 +7414,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7387,7 +7424,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7409,7 +7446,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "tuxedo-parachain-core", ] @@ -7471,7 +7508,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -7492,13 +7529,26 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 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.9.0)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", "substrate-wasm-builder", ] +[[package]] +name = "parity-bip39" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" +dependencies = [ + "bitcoin_hashes 0.13.0", + "rand", + "rand_core 0.6.4", + "serde", + "unicode-normalization", +] + [[package]] name = "parity-db" version = "0.4.13" @@ -7649,19 +7699,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" [[package]] -name = "paste" -version = "1.0.14" +name = "password-hash" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" +dependencies = [ + "base64ct", + "rand_core 0.6.4", + "subtle 2.5.0", +] [[package]] -name = "pbkdf2" -version = "0.8.0" +name = "paste" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa" -dependencies = [ - "crypto-mac 0.11.0", -] +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pbkdf2" @@ -7670,6 +7722,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ "digest 0.10.7", + "password-hash", ] [[package]] @@ -7856,14 +7909,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "futures", @@ -7883,7 +7936,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "always-assert", "futures", @@ -7899,7 +7952,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "derive_more", "fatality", @@ -7922,7 +7975,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "fatality", @@ -7945,7 +7998,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cfg-if", "clap", @@ -7974,7 +8027,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "fatality", @@ -7996,19 +8049,19 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "polkadot-dispute-distribution" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "derive_more", "fatality", @@ -8033,7 +8086,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8047,7 +8100,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "futures-timer", @@ -8069,7 +8122,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "always-assert", "async-trait", @@ -8092,7 +8145,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "parity-scale-codec", @@ -8110,7 +8163,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "derive_more", @@ -8143,7 +8196,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "futures", @@ -8165,7 +8218,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "fatality", @@ -8185,7 +8238,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8200,7 +8253,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -8221,7 +8274,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "polkadot-node-metrics", @@ -8235,7 +8288,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "futures-timer", @@ -8252,7 +8305,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "fatality", "futures", @@ -8271,7 +8324,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -8288,7 +8341,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "fatality", @@ -8305,7 +8358,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "fatality", @@ -8315,6 +8368,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", + "schnellru", "thiserror", "tracing-gum", ] @@ -8322,7 +8376,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -8345,7 +8399,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.8.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "tempfile", "thiserror", "tokio", @@ -8355,7 +8409,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "polkadot-node-primitives", @@ -8371,7 +8425,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cfg-if", "cpu-time", @@ -8388,9 +8442,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.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-io", - "sp-tracing 16.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.9.0)", "thiserror", "tracing-gum", ] @@ -8398,7 +8452,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "polkadot-node-metrics", @@ -8413,7 +8467,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "lazy_static", "log", @@ -8431,7 +8485,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bs58 0.5.1", "futures", @@ -8450,7 +8504,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -8474,7 +8528,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "bounded-vec", @@ -8497,7 +8551,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8507,7 +8561,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "bitvec", @@ -8535,7 +8589,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "derive_more", @@ -8570,7 +8624,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -8592,7 +8646,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bounded-collections", "derive_more", @@ -8602,14 +8656,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.9.0)", "sp-weights", ] [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "hex-literal", @@ -8630,13 +8684,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "polkadot-rpc" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8669,7 +8723,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "frame-benchmarking", @@ -8693,7 +8747,6 @@ dependencies = [ "pallet-transaction-payment", "pallet-treasury", "pallet-vesting", - "pallet-xcm-benchmarks", "parity-scale-codec", "polkadot-primitives", "polkadot-runtime-parachains", @@ -8710,7 +8763,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -8720,20 +8773,20 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", - "sp-tracing 16.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.9.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -8773,7 +8826,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "staging-xcm", "staging-xcm-executor", ] @@ -8781,9 +8834,10 @@ dependencies = [ [[package]] name = "polkadot-service" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", + "bitvec", "frame-benchmarking", "frame-benchmarking-cli", "frame-support", @@ -8793,6 +8847,7 @@ dependencies = [ "hex-literal", "is_executable", "kvdb", + "kvdb-rocksdb", "log", "mmr-gadget", "pallet-babe", @@ -8884,7 +8939,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.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -8897,7 +8952,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -8920,7 +8975,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8931,7 +8986,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8980,7 +9035,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -8993,7 +9048,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-system", "futures", @@ -9043,24 +9098,34 @@ dependencies = [ ] [[package]] -name = "polkavm-common" -version = "0.8.0" +name = "polkavm" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" +checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" +dependencies = [ + "libc", + "log", + "polkavm-assembler", + "polkavm-common", + "polkavm-linux-raw", +] [[package]] -name = "polkavm-common" +name = "polkavm-assembler" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +dependencies = [ + "log", +] [[package]] -name = "polkavm-derive" -version = "0.8.0" +name = "polkavm-common" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" dependencies = [ - "polkavm-derive-impl-macro 0.8.0", + "log", ] [[package]] @@ -9069,19 +9134,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "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", + "polkavm-derive-impl-macro", ] [[package]] @@ -9090,47 +9143,43 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "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 0.9.0", + "polkavm-derive-impl", "syn 2.0.59", ] [[package]] name = "polkavm-linker" -version = "0.8.2" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdec1451cb18261d5d01de82acc15305e417fb59588cdcb3127d3dcc9672b925" +checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ "gimli 0.28.1", "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.8.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] +[[package]] +name = "polkavm-linux-raw" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" + [[package]] name = "polling" version = "2.8.0" @@ -9918,7 +9967,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -10000,8 +10049,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.8.0)", - "sp-storage 19.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.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -10014,7 +10063,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "polkadot-primitives", @@ -10078,8 +10127,8 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "tuxedo-core", ] @@ -10324,18 +10373,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.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.9.0)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -10364,7 +10413,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "futures-timer", @@ -10386,7 +10435,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "sp-api", @@ -10401,7 +10450,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "docify", @@ -10427,7 +10476,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -10438,10 +10487,9 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", - "bip39", "chrono", "clap", "fdlimit", @@ -10450,6 +10498,7 @@ dependencies = [ "libp2p-identity", "log", "names", + "parity-bip39", "parity-scale-codec", "rand", "regex", @@ -10479,7 +10528,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "fnv", "futures", @@ -10494,11 +10543,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.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -10506,7 +10555,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "hash-db", "kvdb", @@ -10532,7 +10581,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -10557,7 +10606,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -10586,7 +10635,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "fork-tree", @@ -10622,7 +10671,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "jsonrpsee", @@ -10644,7 +10693,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10680,7 +10729,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "jsonrpsee", @@ -10699,7 +10748,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10712,7 +10761,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.19.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -10755,7 +10804,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "finality-grandpa", "futures", @@ -10775,7 +10824,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "assert_matches", "async-trait", @@ -10810,7 +10859,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -10833,41 +10882,54 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-executor-common", + "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.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.9.0)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.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.9.0)", "sp-trie", "sp-version", - "sp-wasm-interface 20.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.9.0)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ + "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.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.9.0)", "thiserror", "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.29.0" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" +dependencies = [ + "log", + "polkavm", + "sc-executor-common", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", +] + [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "anyhow", "cfg-if", @@ -10877,15 +10939,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.8.0)", - "sp-wasm-interface 20.0.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.9.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "ansi_term", "futures", @@ -10902,7 +10964,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", @@ -10916,7 +10978,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -10945,7 +11007,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10988,7 +11050,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-channel 1.9.0", "cid", @@ -11008,7 +11070,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -11025,7 +11087,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "ahash 0.8.11", "futures", @@ -11044,7 +11106,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -11065,7 +11127,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -11101,7 +11163,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "futures", @@ -11120,7 +11182,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -11143,7 +11205,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.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-keystore", "sp-offchain", "sp-runtime", @@ -11154,7 +11216,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11163,7 +11225,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "jsonrpsee", @@ -11195,7 +11257,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11215,7 +11277,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "governor", @@ -11223,7 +11285,6 @@ dependencies = [ "hyper", "jsonrpsee", "log", - "pin-project", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -11234,7 +11295,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "futures", @@ -11265,7 +11326,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "directories", @@ -11300,18 +11361,19 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", "serde_json", "sp-api", "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.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.9.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.8.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -11328,7 +11390,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "log", "parity-scale-codec", @@ -11339,7 +11401,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.16.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "clap", "fs4", @@ -11352,7 +11414,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11371,7 +11433,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "derive_more", "futures", @@ -11386,13 +11448,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "chrono", "futures", @@ -11411,7 +11473,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "ansi_term", "chrono", @@ -11431,7 +11493,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.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "thiserror", "tracing", "tracing-log 0.1.4", @@ -11441,7 +11503,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -11452,7 +11514,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -11470,7 +11532,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.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -11479,7 +11541,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -11495,7 +11557,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-channel 1.9.0", "futures", @@ -11620,6 +11682,7 @@ dependencies = [ "der", "generic-array 0.14.7", "pkcs8", + "serdect", "subtle 2.5.0", "zeroize", ] @@ -11756,6 +11819,16 @@ dependencies = [ "serde", ] +[[package]] +name = "serdect" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" +dependencies = [ + "base16ct", + "serde", +] + [[package]] name = "sha-1" version = "0.9.8" @@ -11907,13 +11980,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] @@ -11981,7 +12054,7 @@ dependencies = [ "num-bigint", "num-rational", "num-traits", - "pbkdf2 0.12.2", + "pbkdf2", "pin-project", "poly1305", "rand", @@ -12101,7 +12174,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "hash-db", "log", @@ -12109,12 +12182,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.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-state-machine", - "sp-std 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.9.0)", "sp-trie", "sp-version", "thiserror", @@ -12123,7 +12196,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "Inflector", "blake2 0.10.6", @@ -12137,27 +12210,27 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "static_assertions", ] @@ -12182,31 +12255,31 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std 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.9.0)", ] [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "futures", "log", @@ -12224,7 +12297,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "futures", @@ -12239,7 +12312,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "parity-scale-codec", @@ -12249,14 +12322,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "parity-scale-codec", @@ -12268,14 +12341,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12289,14 +12362,14 @@ dependencies = [ "sp-keystore", "sp-mmr-primitives", "sp-runtime", - "sp-std 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.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "finality-grandpa", "log", @@ -12308,29 +12381,28 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std 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.9.0)", ] [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 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.9.0)", "sp-timestamp", ] [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", - "bip39", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", @@ -12342,9 +12414,11 @@ dependencies = [ "hash256-std-hasher", "impl-serde", "itertools 0.10.5", + "k256", "libsecp256k1", "log", "merlin", + "parity-bip39", "parity-scale-codec", "parking_lot 0.12.1", "paste", @@ -12356,11 +12430,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.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)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "ss58-registry", "substrate-bip39", "thiserror", @@ -12392,7 +12466,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "blake2b_simd", "byteorder", @@ -12405,7 +12479,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "quote", "sp-crypto-hashing", @@ -12415,7 +12489,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12424,7 +12498,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "proc-macro2", "quote", @@ -12444,12 +12518,12 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "environmental", "parity-scale-codec", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] @@ -12465,48 +12539,49 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.7.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "serde_json", "sp-api", "sp-runtime", - "sp-std 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.9.0)", ] [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "thiserror", ] [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", + "polkavm-derive", "rustversion", "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.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.9.0)", "sp-keystore", - "sp-runtime-interface 24.0.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.9.0)", "sp-state-machine", - "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-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", "tracing", "tracing-core", @@ -12515,7 +12590,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "sp-core", "sp-runtime", @@ -12525,18 +12600,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "thiserror", "zstd 0.12.4", @@ -12545,30 +12620,30 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12577,16 +12652,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.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-runtime", - "sp-std 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.9.0)", "thiserror", ] [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "scale-info", @@ -12594,13 +12669,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "sp-api", "sp-core", @@ -12610,7 +12685,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "backtrace", "lazy_static", @@ -12620,7 +12695,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "rustc-hash", "serde", @@ -12630,7 +12705,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "docify", "either", @@ -12647,26 +12722,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.8.0", + "polkavm-derive", "primitive-types", - "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)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "static_assertions", ] @@ -12678,7 +12753,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "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)", @@ -12692,7 +12767,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "Inflector", "expander 2.1.0", @@ -12718,7 +12793,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "scale-info", @@ -12727,13 +12802,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12741,13 +12816,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 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.9.0)", ] [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "hash-db", "log", @@ -12756,9 +12831,9 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.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.9.0)", "sp-panic-handler", - "sp-std 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.9.0)", "sp-trie", "thiserror", "tracing", @@ -12768,7 +12843,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -12782,10 +12857,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.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-runtime", - "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-runtime-interface 24.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "thiserror", "x25519-dalek 2.0.1", ] @@ -12793,7 +12868,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" [[package]] name = "sp-std" @@ -12803,14 +12878,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", - "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] @@ -12828,23 +12903,23 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "thiserror", ] [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", - "sp-std 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.9.0)", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -12864,7 +12939,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "sp-api", "sp-runtime", @@ -12873,7 +12948,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "parity-scale-codec", @@ -12881,14 +12956,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", ] [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "ahash 0.8.11", "hash-db", @@ -12901,8 +12976,8 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "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)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "thiserror", "tracing", "trie-db", @@ -12912,7 +12987,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12921,7 +12996,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-version-proc-macro", "thiserror", ] @@ -12929,7 +13004,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12940,13 +13015,13 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" 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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "wasmtime", ] @@ -12963,7 +13038,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -12971,8 +13046,8 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "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)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] @@ -13041,7 +13116,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -13049,13 +13124,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "bounded-collections", @@ -13073,7 +13148,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "frame-system", @@ -13086,7 +13161,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -13095,7 +13170,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "environmental", "frame-benchmarking", @@ -13108,7 +13183,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-weights", "staging-xcm", ] @@ -13209,26 +13284,25 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a7590dc041b9bc2825e52ce5af8416c73dbe9d0654402bfd4b4941938b94d8f" +version = "0.4.7" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ - "hmac 0.11.0", - "pbkdf2 0.8.0", + "hmac 0.12.1", + "pbkdf2", "schnorrkel 0.11.4", - "sha2 0.9.9", + "sha2 0.10.8", "zeroize", ] [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13247,7 +13321,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "hyper", "log", @@ -13259,7 +13333,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "jsonrpsee", @@ -13272,7 +13346,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13289,7 +13363,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -13316,7 +13390,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "build-helper", "cargo_metadata", @@ -13457,7 +13531,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "frame-support", "polkadot-primitives", @@ -13610,7 +13684,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.8.0)", + "sp-std 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-timestamp", "tuxedo-core", ] @@ -13905,7 +13979,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "coarsetime", "polkadot-primitives", @@ -13916,7 +13990,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "expander 2.1.0", "proc-macro-crate 3.1.0", @@ -14075,7 +14149,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.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "async-trait", "clap", @@ -14091,8 +14165,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.8.0)", - "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-inherents", "sp-io", "sp-keystore", @@ -14131,13 +14205,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.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0)", - "sp-storage 19.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.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", ] [[package]] @@ -14159,15 +14233,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.8.0)", - "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", + "sp-externalities 0.25.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0)", - "sp-tracing 16.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.9.0)", + "sp-tracing 16.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-trie", "trie-db", "tuxedo-core", @@ -14192,14 +14266,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.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0)", - "sp-storage 19.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.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -14240,15 +14314,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.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.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.8.0)", - "sp-storage 19.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.9.0)", + "sp-storage 19.0.0 (git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -15279,7 +15353,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.8.0#dffc67328dcfe3b24573700c19e948540337f650" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.9.0#381da1e2c48c39479108976ceea975faccb75ffd" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 59dce993..f0b33c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,79 +57,79 @@ sled = "0.34.7" tokio = "1.25.0" # Node-only dependencies -substrate-build-script-utils = { branch = "tuxedo-v1.8.0", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +substrate-build-script-utils = { branch = "tuxedo-v1.9.0", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } # Runtime-only dependencies -substrate-wasm-builder = { branch = "tuxedo-v1.8.0", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +substrate-wasm-builder = { branch = "tuxedo-v1.9.0", git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } # Substrate primitives and client -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" } +sc-basic-authorship = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-chain-spec = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-cli = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-client-api = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-aura = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-grandpa = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-consensus-manual-seal = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-executor = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-keystore = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-network = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-network-sync = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-rpc = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-rpc-api = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-service = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-sysinfo = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-telemetry = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-tracing = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-transaction-pool = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sc-transaction-pool-api = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-api = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-application-crypto = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-block-builder = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-blockchain = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus-aura = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-consensus-grandpa = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-core = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-debug-derive = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-genesis-builder = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-inherents = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-io = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-keyring = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-keystore = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-runtime = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-session = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-std = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-storage = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-timestamp = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-transaction-pool = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +sp-version = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +substrate-prometheus-endpoint = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } # Cumulus -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" } +cumulus-client-cli = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-collator = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-aura = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-common = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-consensus-proposer = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-parachain-inherent = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-service = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-primitives-core = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-primitives-parachain-inherent = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-relay-chain-interface = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-test-client = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-test-relay-sproof-builder = { branch = "tuxedo-v1.9.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-cli = { branch = "tuxedo-v1.9.0", default-features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-parachain-primitives = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-primitives = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } # Added while adding Polkadot / Cumulus support -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" } +sp-externalities = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-state-machine = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-tracing = { branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" } +sp-trie = { branch = "tuxedo-v1.9.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.8.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-service = { features = [ "full-node" ], branch = "tuxedo-v1.9.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" }