diff --git a/Cargo.lock b/Cargo.lock index 7f8a5f8e4..a0f47c965 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,15 +137,6 @@ dependencies = [ "libc", ] -[[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi", -] - [[package]] name = "anstream" version = "0.6.11" @@ -220,7 +211,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -431,7 +422,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", "synstructure 0.13.1", ] @@ -454,7 +445,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -465,8 +456,8 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -494,14 +485,15 @@ dependencies = [ [[package]] name = "assets-common" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", "frame-support", "impl-trait-for-tuples", "log", "pallet-asset-conversion", + "pallet-assets", "pallet-xcm", "parachains-common", "parity-scale-codec", @@ -517,7 +509,7 @@ dependencies = [ [[package]] name = "async-backing-primitives" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "sp-api", "sp-consensus-slots", @@ -692,7 +684,7 @@ checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -759,7 +751,7 @@ checksum = "823b8bb275161044e2ac7a25879cb3e2480cb403e3943022c7c769c599b756aa" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -770,9 +762,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backtrace" -version = "0.3.69" +version = "0.3.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" +checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" dependencies = [ "addr2line 0.21.0", "cc", @@ -819,19 +811,10 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" -[[package]] -name = "beef" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" -dependencies = [ - "serde", -] - [[package]] name = "binary-merkle-tree" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "15.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "hash-db", "log", @@ -858,13 +841,13 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 1.1.0", "shlex", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -1058,8 +1041,8 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1075,8 +1058,8 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1085,13 +1068,14 @@ dependencies = [ "scale-info", "serde", "sp-core", + "sp-io", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1107,8 +1091,8 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-messages", "bp-runtime", @@ -1125,12 +1109,16 @@ dependencies = [ [[package]] name = "bp-relayers" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ + "bp-header-chain", "bp-messages", + "bp-parachains", "bp-runtime", "frame-support", + "frame-system", + "pallet-utility", "parity-scale-codec", "scale-info", "sp-runtime", @@ -1139,8 +1127,8 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -1162,8 +1150,8 @@ dependencies = [ [[package]] name = "bp-test-utils" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1182,27 +1170,37 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.4.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ + "bp-messages", + "bp-runtime", + "frame-support", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", "sp-std", + "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.14.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.14.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", + "staging-xcm", ] [[package]] name = "bridge-hub-common" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.10.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1212,13 +1210,14 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", + "sp-std", "staging-xcm", ] [[package]] name = "bridge-runtime-common" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-header-chain", "bp-messages", @@ -1227,7 +1226,6 @@ dependencies = [ "bp-relayers", "bp-runtime", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router", "frame-support", "frame-system", "log", @@ -1244,7 +1242,6 @@ dependencies = [ "sp-std", "sp-trie", "staging-xcm", - "staging-xcm-builder", "tuplex", ] @@ -1256,9 +1253,9 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bs58" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" +checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ "tinyvec", ] @@ -1380,9 +1377,9 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.0.83" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" dependencies = [ "jobserver", "libc", @@ -1391,7 +1388,7 @@ dependencies = [ [[package]] name = "ccp-authorities-noting-inherent" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1419,7 +1416,7 @@ dependencies = [ [[package]] name = "ccp-xcm" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "frame-support", "frame-system", @@ -1592,19 +1589,19 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.4" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" dependencies = [ "clap_builder", - "clap_derive 4.5.4", + "clap_derive 4.5.13", ] [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" dependencies = [ "anstream", "anstyle", @@ -1628,14 +1625,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.4" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -1793,7 +1790,7 @@ dependencies = [ "async-io 1.13.0", "async-trait", "ccp-authorities-noting-inherent", - "clap 4.5.4", + "clap 4.5.13", "color-eyre", "container-chain-template-frontier-runtime", "cumulus-client-cli", @@ -1891,7 +1888,7 @@ dependencies = [ "async-io 1.13.0", "async-trait", "ccp-authorities-noting-inherent", - "clap 4.5.4", + "clap 4.5.13", "color-eyre", "container-chain-template-simple-runtime", "cumulus-client-cli", @@ -2440,10 +2437,10 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "clap 4.5.4", + "clap 4.5.13", "parity-scale-codec", "sc-chain-spec", "sc-cli", @@ -2457,8 +2454,8 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2480,8 +2477,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2525,8 +2522,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2555,8 +2552,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" -version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.16.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "anyhow", "async-trait", @@ -2570,8 +2567,8 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2596,8 +2593,8 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.11.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.12.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2618,8 +2615,8 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2644,8 +2641,8 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.19.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2681,8 +2678,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.17.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2718,18 +2715,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "cumulus-pallet-session-benchmarking" -version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -2741,8 +2738,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.17.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2756,8 +2753,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.17.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bounded-collections 0.2.0", "bp-xcm-bridge-hub-router", @@ -2782,20 +2779,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-primitives", "sp-api", "sp-consensus-aura", - "sp-runtime", ] [[package]] name = "cumulus-primitives-core" -version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.16.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2810,8 +2803,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.16.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2819,15 +2812,13 @@ dependencies = [ "scale-info", "sp-core", "sp-inherents", - "sp-runtime", - "sp-state-machine", "sp-trie", ] [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2836,8 +2827,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "8.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2852,20 +2843,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" -version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.16.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", - "futures 0.3.30", - "parity-scale-codec", "sp-inherents", "sp-timestamp", ] [[package]] name = "cumulus-primitives-utility" -version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.17.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2873,8 +2862,6 @@ dependencies = [ "pallet-asset-conversion", "parity-scale-codec", "polkadot-runtime-common", - "polkadot-runtime-parachains", - "sp-io", "sp-runtime", "staging-xcm", "staging-xcm-builder", @@ -2883,8 +2870,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.19.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2907,8 +2894,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2926,8 +2913,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.19.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "async-trait", @@ -2961,8 +2948,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3000,8 +2987,8 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.16.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3035,7 +3022,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -3075,7 +3062,7 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -3092,7 +3079,7 @@ checksum = "e2cb1fd8ffae4230c7cfbbaf3698dbeaf750fa8c5dadf7ed897df581b9b572a5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -3278,7 +3265,7 @@ dependencies = [ "pallet-membership", "pallet-message-queue", "pallet-migrations 0.1.0", - "pallet-migrations 7.0.0", + "pallet-migrations 8.0.0", "pallet-mmr", "pallet-multisig", "pallet-offences", @@ -3421,7 +3408,7 @@ dependencies = [ [[package]] name = "dc-orchestrator-chain-interface" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3515,7 +3502,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -3617,7 +3604,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -3641,9 +3628,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.66", + "syn 2.0.87", "termcolor", - "toml 0.8.10", + "toml 0.8.12", "walkdir", ] @@ -3668,7 +3655,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dp-chain-state-snapshot" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3680,7 +3667,7 @@ dependencies = [ [[package]] name = "dp-collator-assignment" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3700,7 +3687,7 @@ dependencies = [ [[package]] name = "dp-consensus" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3717,7 +3704,7 @@ dependencies = [ [[package]] name = "dp-container-chain-genesis-data" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3739,7 +3726,7 @@ dependencies = [ [[package]] name = "dp-core" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3754,7 +3741,7 @@ dependencies = [ [[package]] name = "dp-impl-tanssi-pallets-config" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "dp-consensus", "frame-support", @@ -3769,7 +3756,7 @@ dependencies = [ [[package]] name = "dp-slot-duration-runtime-api" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3900,11 +3887,12 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "14.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "asset-test-utils", "bp-messages", + "bp-xcm-bridge-hub", "bridge-runtime-common", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -3915,6 +3903,7 @@ dependencies = [ "pallet-bridge-messages", "pallet-message-queue", "pallet-xcm", + "pallet-xcm-bridge-hub", "parachains-common", "parity-scale-codec", "paste", @@ -3967,7 +3956,7 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -3987,7 +3976,7 @@ checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -3998,7 +3987,7 @@ checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -4249,10 +4238,10 @@ dependencies = [ "blake2 0.10.6", "file-guard", "fs-err", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -4319,13 +4308,13 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "async-trait", "fp-storage", @@ -4337,9 +4326,9 @@ dependencies = [ [[package]] name = "fc-cli" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ - "clap 4.5.4", + "clap 4.5.13", "ethereum-types", "fc-db", "fp-rpc", @@ -4355,7 +4344,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "async-trait", "fp-consensus", @@ -4371,7 +4360,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "async-trait", "ethereum", @@ -4401,7 +4390,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "fc-db", "fc-storage", @@ -4424,7 +4413,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "ethereum", "ethereum-types", @@ -4478,7 +4467,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "ethereum", "ethereum-types", @@ -4493,7 +4482,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "ethereum", "ethereum-types", @@ -4765,7 +4754,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", ] @@ -4792,7 +4781,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "hex", "impl-serde", @@ -4811,7 +4800,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "ethereum", "parity-scale-codec", @@ -4822,7 +4811,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "ethereum", "ethereum-types", @@ -4834,7 +4823,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "evm", "frame-support", @@ -4849,7 +4838,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "ethereum", "ethereum-types", @@ -4865,7 +4854,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "frame-support", "parity-scale-codec", @@ -4877,7 +4866,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "parity-scale-codec", "serde", @@ -4891,8 +4880,8 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-support-procedural", @@ -4915,13 +4904,13 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "42.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "43.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "Inflector", "array-bytes", "chrono", - "clap 4.5.4", + "clap 4.5.13", "comfy-table", "frame-benchmarking", "frame-support", @@ -4966,18 +4955,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "frame-election-provider-support" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4992,8 +4981,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "aquamarine", "frame-support", @@ -5022,8 +5011,8 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.5.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.6.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "docify", @@ -5037,8 +5026,8 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.45.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.46.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "indicatif", @@ -5059,8 +5048,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "aquamarine", "array-bytes", @@ -5100,12 +5089,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "30.0.2" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "30.0.3" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", + "docify", "expander", "frame-support-procedural-tools", "itertools 0.11.0", @@ -5114,35 +5104,35 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "frame-system" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cfg-if", "docify", @@ -5161,8 +5151,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -5176,7 +5166,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "parity-scale-codec", @@ -5185,8 +5175,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "parity-scale-codec", @@ -5341,7 +5331,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -6290,9 +6280,9 @@ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" [[package]] name = "jsonrpsee" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" +checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" dependencies = [ "jsonrpsee-core", "jsonrpsee-http-client", @@ -6306,9 +6296,9 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" +checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" dependencies = [ "base64 0.22.1", "futures-util", @@ -6329,13 +6319,11 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" +checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" dependencies = [ - "anyhow", "async-trait", - "beef", "bytes", "futures-timer", "futures-util", @@ -6346,7 +6334,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "rustc-hash", + "rustc-hash 2.0.0", "serde", "serde_json", "thiserror", @@ -6357,9 +6345,9 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d90064e04fb9d7282b1c71044ea94d0bbc6eff5621c66f1a0bce9e9de7cf3ac" +checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" dependencies = [ "async-trait", "base64 0.22.1", @@ -6382,24 +6370,23 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" +checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" dependencies = [ "heck 0.5.0", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "jsonrpsee-server" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" +checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" dependencies = [ - "anyhow", "futures-util", "http 1.1.0", "http-body 1.0.1", @@ -6423,11 +6410,10 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" +checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" dependencies = [ - "beef", "http 1.1.0", "serde", "serde_json", @@ -6436,9 +6422,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" +checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" dependencies = [ "http 1.1.0", "jsonrpsee-client-transport", @@ -6534,9 +6520,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.164" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" [[package]] name = "libflate" @@ -6704,11 +6690,11 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "999ec70441b2fb35355076726a6bc466c932e9bdc66f6a11c6c0aa17c7ab9be0" +checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ - "bs58 0.5.0", + "bs58 0.5.1", "ed25519-dalek", "hkdf", "multihash 0.19.1", @@ -6905,7 +6891,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -7234,9 +7220,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" @@ -7309,7 +7295,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -7323,7 +7309,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -7334,7 +7320,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -7345,7 +7331,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -7561,8 +7547,8 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "log", @@ -7580,8 +7566,8 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7644,7 +7630,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -7919,7 +7905,7 @@ dependencies = [ [[package]] name = "nimbus-consensus" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "async-backing-primitives", "async-trait", @@ -7959,7 +7945,7 @@ dependencies = [ [[package]] name = "nimbus-primitives" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "async-trait", "frame-benchmarking", @@ -8026,7 +8012,7 @@ version = "0.1.0" dependencies = [ "async-io 1.13.0", "async-trait", - "clap 4.5.4", + "clap 4.5.13", "core_extensions", "cumulus-client-cli", "cumulus-client-collator", @@ -8261,7 +8247,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -8350,7 +8336,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -8449,8 +8435,8 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "pallet-asset-conversion" -version = "19.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "20.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8467,8 +8453,8 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8481,8 +8467,8 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8498,8 +8484,8 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8515,7 +8501,7 @@ dependencies = [ [[package]] name = "pallet-async-backing" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -8535,7 +8521,7 @@ dependencies = [ [[package]] name = "pallet-author-inherent" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "frame-benchmarking", "frame-support", @@ -8614,8 +8600,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -8643,8 +8629,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -8656,8 +8642,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8679,8 +8665,8 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "aquamarine", "docify", @@ -8700,8 +8686,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -8716,7 +8702,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "fp-evm", "frame-support", @@ -8729,8 +8715,8 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -8748,11 +8734,12 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "binary-merkle-tree", + "frame-benchmarking", "frame-support", "frame-system", "log", @@ -8772,8 +8759,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8789,8 +8776,8 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-header-chain", "bp-runtime", @@ -8808,8 +8795,8 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-header-chain", "bp-messages", @@ -8827,8 +8814,8 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-header-chain", "bp-parachains", @@ -8847,9 +8834,10 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ + "bp-header-chain", "bp-messages", "bp-relayers", "bp-runtime", @@ -8857,7 +8845,10 @@ dependencies = [ "frame-support", "frame-system", "log", + "pallet-bridge-grandpa", "pallet-bridge-messages", + "pallet-bridge-parachains", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", "sp-arithmetic", @@ -8867,8 +8858,8 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.17.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "frame-benchmarking", @@ -8886,7 +8877,7 @@ dependencies = [ [[package]] name = "pallet-cc-authorities-noting" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "ccp-authorities-noting-inherent", "cumulus-pallet-parachain-system", @@ -8914,8 +8905,8 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8964,8 +8955,8 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8983,8 +8974,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9017,8 +9008,8 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9068,21 +9059,23 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" -version = "4.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "5.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", + "sp-io", "sp-runtime", "sp-staking", ] [[package]] name = "pallet-democracy" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9098,8 +9091,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9120,8 +9113,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9133,8 +9126,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9152,7 +9145,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "ethereum", "ethereum-types", @@ -9169,12 +9162,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", + "sp-version", ] [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "environmental", "evm", @@ -9197,7 +9191,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "frame-support", "frame-system", @@ -9208,7 +9202,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-balances-erc20" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "fp-evm", "frame-support", @@ -9231,7 +9225,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-batch" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "evm", "fp-evm", @@ -9252,7 +9246,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-call-permit" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "evm", "fp-evm", @@ -9275,7 +9269,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "fp-evm", "num", @@ -9284,7 +9278,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-proxy" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "evm", "fp-evm", @@ -9305,7 +9299,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "fp-evm", "tiny-keccak", @@ -9314,7 +9308,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "fp-evm", "ripemd", @@ -9324,7 +9318,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-xcm" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "cumulus-primitives-core", "evm", @@ -9335,19 +9329,22 @@ dependencies = [ "num_enum", "pallet-evm", "pallet-xcm", + "parity-scale-codec", "precompile-utils", + "scale-info", "sp-core", "sp-runtime", "sp-std", "sp-weights", "staging-xcm", + "staging-xcm-executor", "xcm-primitives", ] [[package]] name = "pallet-evm-precompile-xcm-utils" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "fp-evm", "frame-support", @@ -9369,7 +9366,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompileset-assets-erc20" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "fp-evm", "frame-support", @@ -9456,8 +9453,8 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -9475,7 +9472,7 @@ dependencies = [ [[package]] name = "pallet-foreign-asset-creator" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "frame-benchmarking", "frame-support", @@ -9493,8 +9490,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9515,8 +9512,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -9531,8 +9528,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9550,8 +9547,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9626,7 +9623,7 @@ dependencies = [ [[package]] name = "pallet-maintenance-mode" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -9641,8 +9638,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9657,8 +9654,8 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "40.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "41.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "environmental", "frame-benchmarking", @@ -9677,7 +9674,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "frame-benchmarking", "frame-support", @@ -9695,8 +9692,8 @@ dependencies = [ [[package]] name = "pallet-migrations" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "8.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -9712,8 +9709,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9729,8 +9726,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9744,8 +9741,8 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9759,8 +9756,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "35.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -9777,8 +9774,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "35.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9797,8 +9794,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "32.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "33.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -9822,8 +9819,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -9838,8 +9835,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9861,8 +9858,8 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.8.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.9.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -9901,8 +9898,8 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9917,8 +9914,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9931,8 +9928,8 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9949,8 +9946,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9963,8 +9960,8 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10021,7 +10018,7 @@ dependencies = [ [[package]] name = "pallet-relay-storage-roots" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -10043,8 +10040,8 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "14.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -10057,8 +10054,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -10102,8 +10099,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -10123,8 +10120,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10139,8 +10136,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10156,8 +10153,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10179,18 +10176,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "log", "sp-arithmetic", @@ -10198,8 +10195,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "22.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "24.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "sp-api", @@ -10208,8 +10205,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10259,8 +10256,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -10274,8 +10271,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -10293,8 +10290,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10311,8 +10308,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", @@ -10326,8 +10323,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "40.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "41.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -10342,8 +10339,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -10354,8 +10351,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -10372,8 +10369,8 @@ dependencies = [ [[package]] name = "pallet-tx-pause" -version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-benchmarking", @@ -10389,8 +10386,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10404,8 +10401,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10418,8 +10415,8 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10432,8 +10429,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bounded-collections 0.2.0", "frame-benchmarking", @@ -10450,13 +10447,14 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", + "tracing", "xcm-runtime-apis", ] [[package]] name = "pallet-xcm-benchmarks" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10471,10 +10469,32 @@ dependencies = [ "staging-xcm-executor", ] +[[package]] +name = "pallet-xcm-bridge-hub" +version = "0.13.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" +dependencies = [ + "bp-messages", + "bp-runtime", + "bp-xcm-bridge-hub", + "frame-support", + "frame-system", + "log", + "pallet-bridge-messages", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", +] + [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.14.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.15.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -10539,7 +10559,7 @@ dependencies = [ [[package]] name = "pallet-xcm-executor-utils" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "frame-benchmarking", "frame-support", @@ -10558,8 +10578,8 @@ dependencies = [ [[package]] name = "parachains-common" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -10588,8 +10608,8 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -10791,9 +10811,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pbkdf2" @@ -10857,7 +10877,7 @@ dependencies = [ "pest_meta", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -10898,7 +10918,7 @@ checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -10942,8 +10962,8 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "futures 0.3.30", @@ -10962,8 +10982,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "always-assert", "futures 0.3.30", @@ -10978,8 +10998,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "derive_more", "fatality", @@ -11002,8 +11022,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "fatality", @@ -11035,11 +11055,11 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cfg-if", - "clap 4.5.4", + "clap 4.5.13", "frame-benchmarking-cli", "futures 0.3.30", "log", @@ -11063,8 +11083,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "fatality", @@ -11075,6 +11095,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", + "schnellru", "sp-core", "sp-keystore", "sp-runtime", @@ -11086,7 +11107,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11096,8 +11117,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "derive_more", "fatality", @@ -11121,8 +11142,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -11135,8 +11156,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11157,8 +11178,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "always-assert", "async-trait", @@ -11180,8 +11201,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -11198,8 +11219,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "derive_more", @@ -11231,8 +11252,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "futures 0.3.30", @@ -11253,8 +11274,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "fatality", @@ -11273,8 +11294,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -11288,8 +11309,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11303,14 +11324,15 @@ dependencies = [ "polkadot-overseer", "polkadot-parachain-primitives", "polkadot-primitives", - "sp-maybe-compressed-blob", + "sp-application-crypto", + "sp-keystore", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11323,8 +11345,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11340,8 +11362,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "fatality", "futures 0.3.30", @@ -11359,8 +11381,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11376,14 +11398,11 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "bitvec", "fatality", "futures 0.3.30", - "parity-scale-codec", - "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -11393,8 +11412,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "fatality", @@ -11411,8 +11430,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "always-assert", "array-bytes", @@ -11440,8 +11459,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -11456,8 +11475,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cpu-time", "futures 0.3.30", @@ -11482,8 +11501,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-execute-worker" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cfg-if", "cpu-time", @@ -11491,15 +11510,17 @@ dependencies = [ "nix 0.28.0", "parity-scale-codec", "polkadot-node-core-pvf-common", + "polkadot-node-primitives", "polkadot-parachain-primitives", "polkadot-primitives", + "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-prepare-worker" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "blake3", "cfg-if", @@ -11507,10 +11528,12 @@ dependencies = [ "nix 0.28.0", "parity-scale-codec", "polkadot-node-core-pvf-common", + "polkadot-node-primitives", "polkadot-primitives", "rayon", "sc-executor-common", "sc-executor-wasmtime", + "sp-maybe-compressed-blob", "staging-tracking-allocator", "tikv-jemalloc-ctl", "tikv-jemallocator", @@ -11519,8 +11542,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11534,8 +11557,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "lazy_static", "log", @@ -11553,10 +11576,10 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "bs58 0.5.0", + "bs58 0.5.1", "futures 0.3.30", "futures-timer", "log", @@ -11572,8 +11595,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -11598,19 +11621,22 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "bounded-vec", "futures 0.3.30", + "futures-timer", "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", + "sc-keystore", "schnorrkel 0.11.4", "serde", "sp-application-crypto", "sp-consensus-babe", + "sp-consensus-slots", "sp-core", "sp-keystore", "sp-maybe-compressed-blob", @@ -11621,8 +11647,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -11632,7 +11658,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11653,8 +11679,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "bitvec", @@ -11683,8 +11709,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "derive_more", @@ -11719,8 +11745,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11742,7 +11768,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bounded-collections 0.2.0", "derive_more", @@ -11757,8 +11783,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -11784,7 +11810,7 @@ dependencies = [ [[package]] name = "polkadot-primitives-test-helpers" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "polkadot-primitives", "rand", @@ -11796,8 +11822,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -11831,8 +11857,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitvec", "frame-benchmarking", @@ -11881,10 +11907,10 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "bs58 0.5.0", + "bs58 0.5.1", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", @@ -11893,8 +11919,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -11910,6 +11936,7 @@ dependencies = [ "pallet-balances", "pallet-broker", "pallet-message-queue", + "pallet-mmr", "pallet-session", "pallet-staking", "pallet-timestamp", @@ -11933,6 +11960,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", + "sp-std", "sp-tracing", "staging-xcm", "staging-xcm-executor", @@ -11941,24 +11969,20 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "frame-benchmarking", "frame-benchmarking-cli", - "frame-support", "frame-system", "frame-system-rpc-runtime-api", "futures 0.3.30", - "hex-literal 0.4.1", "is_executable", "kvdb", "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe", - "pallet-staking", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "parity-db", @@ -11994,7 +12018,6 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime-parachains", @@ -12002,10 +12025,8 @@ dependencies = [ "rococo-runtime", "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder", "sc-chain-spec", "sc-client-api", - "sc-client-db", "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", @@ -12014,7 +12035,6 @@ dependencies = [ "sc-executor", "sc-keystore", "sc-network", - "sc-network-common", "sc-network-sync", "sc-offchain", "sc-service", @@ -12023,7 +12043,6 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-transaction-pool-api", - "schnellru", "serde", "serde_json", "sp-api", @@ -12035,16 +12054,14 @@ dependencies = [ "sp-consensus-beefy", "sp-consensus-grandpa", "sp-core", + "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keyring", - "sp-keystore", "sp-mmr-primitives", "sp-offchain", "sp-runtime", "sp-session", - "sp-state-machine", - "sp-storage", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -12059,8 +12076,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -12082,8 +12099,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -12094,7 +12111,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -12122,7 +12139,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-election-provider-support", "frame-executive", @@ -12178,7 +12195,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-system", "futures 0.3.30", @@ -12276,7 +12293,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -12286,7 +12303,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -12404,7 +12421,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "environmental", "evm", @@ -12428,11 +12445,11 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2407#103242c06bde7e0c9713de1e2d1d3a2d51a39040" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2409#1ee022b33d28faac41e2e02b9d84cfdc08159c22" dependencies = [ "case", "num_enum", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "proc-macro2", "quote", "sp-crypto-hashing", @@ -12491,12 +12508,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.20" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" dependencies = [ "proc-macro2", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -12580,7 +12597,7 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -12591,7 +12608,7 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -12637,7 +12654,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -12695,11 +12712,11 @@ dependencies = [ "multimap", "once_cell", "petgraph", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "prost 0.12.6", "prost-types 0.12.6", "regex", - "syn 2.0.66", + "syn 2.0.87", "tempfile", ] @@ -12726,7 +12743,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -12839,7 +12856,7 @@ dependencies = [ "pin-project-lite", "quinn-proto 0.9.6", "quinn-udp 0.3.2", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.20.9", "thiserror", "tokio", @@ -12858,7 +12875,7 @@ dependencies = [ "pin-project-lite", "quinn-proto 0.10.6", "quinn-udp 0.4.1", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.21.10", "thiserror", "tokio", @@ -12874,7 +12891,7 @@ dependencies = [ "bytes", "rand", "ring 0.16.20", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.20.9", "slab", "thiserror", @@ -12892,7 +12909,7 @@ dependencies = [ "bytes", "rand", "ring 0.16.20", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.21.10", "slab", "thiserror", @@ -12928,9 +12945,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.35" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] @@ -13080,22 +13097,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -13118,7 +13135,7 @@ checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" dependencies = [ "hashbrown 0.13.2", "log", - "rustc-hash", + "rustc-hash 1.1.0", "slice-group-by", "smallvec", ] @@ -13306,8 +13323,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "binary-merkle-tree", "bitvec", @@ -13406,8 +13423,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "polkadot-primitives", @@ -13474,6 +13491,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" + [[package]] name = "rustc-hex" version = "2.1.0" @@ -13677,9 +13700,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.14" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" +checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" [[package]] name = "ruzstd" @@ -13730,7 +13753,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "log", "sp-core", @@ -13740,8 +13763,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -13770,8 +13793,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -13793,7 +13816,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "sp-api", @@ -13807,8 +13830,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "docify", @@ -13835,22 +13858,22 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "sc-cli" -version = "0.46.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.47.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "chrono", - "clap 4.5.4", + "clap 4.5.13", "fdlimit", "futures 0.3.30", "itertools 0.11.0", @@ -13871,6 +13894,7 @@ dependencies = [ "sc-service", "sc-telemetry", "sc-tracing", + "sc-transaction-pool", "sc-utils", "serde", "serde_json", @@ -13890,7 +13914,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "fnv", "futures 0.3.30", @@ -13916,8 +13940,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "hash-db", "kvdb", @@ -13942,8 +13966,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -13966,8 +13990,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -13995,8 +14019,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "fork-tree", @@ -14031,8 +14055,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -14053,8 +14077,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "24.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14089,8 +14113,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "24.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -14109,8 +14133,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -14122,8 +14146,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.30.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "ahash 0.8.8", "array-bytes", @@ -14166,8 +14190,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.30.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -14186,8 +14210,8 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.45.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.46.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "assert_matches", "async-trait", @@ -14221,8 +14245,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -14244,8 +14268,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.40.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "log", "parity-scale-codec", @@ -14269,7 +14293,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "polkavm", @@ -14283,7 +14307,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "log", "polkavm", @@ -14294,7 +14318,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "anyhow", "cfg-if", @@ -14312,10 +14336,10 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "ansi_term", + "console", "futures 0.3.30", "futures-timer", "log", @@ -14330,7 +14354,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -14343,8 +14367,8 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.14.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.15.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -14372,8 +14396,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14423,8 +14447,8 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -14441,8 +14465,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "ahash 0.8.8", "futures 0.3.30", @@ -14460,8 +14484,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14481,8 +14505,8 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14519,7 +14543,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -14550,8 +14574,8 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "futures 0.3.30", @@ -14570,9 +14594,9 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "bs58 0.5.0", + "bs58 0.5.1", "ed25519-dalek", "libp2p-identity", "litep2p", @@ -14586,8 +14610,8 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "bytes", @@ -14621,7 +14645,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -14629,8 +14653,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -14661,8 +14685,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14681,9 +14705,10 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "16.0.2" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ + "dyn-clone", "forwarded-header-value", "futures 0.3.30", "governor", @@ -14693,6 +14718,7 @@ dependencies = [ "ip_network", "jsonrpsee", "log", + "sc-rpc-api", "serde", "serde_json", "substrate-prometheus-endpoint", @@ -14703,8 +14729,8 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "futures 0.3.30", @@ -14735,8 +14761,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.45.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.46.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "directories", @@ -14800,7 +14826,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "log", "parity-scale-codec", @@ -14811,9 +14837,9 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "clap 4.5.4", + "clap 4.5.13", "fs4", "log", "sp-core", @@ -14823,8 +14849,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14842,8 +14868,8 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "derive_more", "futures 0.3.30", @@ -14863,8 +14889,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "24.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "25.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "chrono", "futures 0.3.30", @@ -14883,19 +14909,18 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "ansi_term", "chrono", + "console", "is-terminal", "lazy_static", "libc", "log", "parity-scale-codec", "parking_lot 0.12.3", - "regex", - "rustc-hash", + "rustc-hash 1.1.0", "sc-client-api", "sc-tracing-proc-macro", "serde", @@ -14914,22 +14939,24 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", "futures-timer", + "indexmap 2.2.3", + "itertools 0.11.0", "linked-hash-map", "log", "parity-scale-codec", @@ -14947,12 +14974,14 @@ dependencies = [ "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", + "tokio", + "tokio-stream", ] [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -14968,7 +14997,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -15240,9 +15269,9 @@ checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" [[package]] name = "serde" -version = "1.0.203" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" +checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" dependencies = [ "serde_derive", ] @@ -15267,22 +15296,23 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.203" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" +checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] @@ -15340,7 +15370,7 @@ checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -15553,7 +15583,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "enumn", "parity-scale-codec", @@ -15605,7 +15635,7 @@ dependencies = [ "base64 0.21.7", "bip39", "blake2-rfc", - "bs58 0.5.0", + "bs58 0.5.1", "chacha20", "crossbeam-queue", "derive_more", @@ -15718,8 +15748,8 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.10.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "byte-slice-cast", "frame-support", @@ -15740,8 +15770,8 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.10.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "ethabi-decode", "frame-support", @@ -15764,7 +15794,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "ethabi-decode", "ethbloom", @@ -15798,8 +15828,8 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.9.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -15809,8 +15839,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.10.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -15835,8 +15865,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "hex-literal 0.4.1", "snowbridge-beacon-primitives", @@ -15847,8 +15877,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-outbound-queue" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.10.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -15869,8 +15899,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-system" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.10.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-benchmarking", "frame-support", @@ -15941,7 +15971,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "hash-db", @@ -15963,7 +15993,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "Inflector", "blake2 0.10.6", @@ -15971,13 +16001,13 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -15989,7 +16019,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "integer-sqrt", @@ -16003,7 +16033,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -16015,7 +16045,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "sp-api", "sp-inherents", @@ -16024,8 +16054,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "37.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -16044,7 +16074,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "futures 0.3.30", @@ -16059,7 +16089,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "parity-scale-codec", @@ -16075,7 +16105,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "parity-scale-codec", @@ -16092,8 +16122,8 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "22.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "22.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -16107,13 +16137,14 @@ dependencies = [ "sp-keystore", "sp-mmr-primitives", "sp-runtime", + "sp-weights", "strum 0.26.2", ] [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "finality-grandpa", "log", @@ -16129,8 +16160,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.40.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -16141,13 +16172,13 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections 0.2.0", - "bs58 0.5.0", + "bs58 0.5.1", "dyn-clonable", "ed25519-zebra", "futures 0.3.30", @@ -16187,7 +16218,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "blake2b_simd", "byteorder", @@ -16200,17 +16231,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -16219,17 +16250,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "environmental", "parity-scale-codec", @@ -16238,8 +16269,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.15.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -16251,7 +16282,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -16264,7 +16295,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bytes", "docify", @@ -16290,7 +16321,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "sp-core", "sp-runtime", @@ -16300,7 +16331,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -16311,7 +16342,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "thiserror", "zstd 0.12.4", @@ -16320,7 +16351,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -16330,7 +16361,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -16340,8 +16371,8 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "34.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "log", "parity-scale-codec", @@ -16358,7 +16389,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -16371,7 +16402,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "sp-api", "sp-core", @@ -16381,7 +16412,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "backtrace", "lazy_static", @@ -16391,17 +16422,17 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ - "rustc-hash", + "rustc-hash 1.1.0", "serde", "sp-core", ] [[package]] name = "sp-runtime" -version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "39.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "either", @@ -16427,7 +16458,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -16446,20 +16477,20 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "Inflector", "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "sp-session" -version = "35.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "scale-info", @@ -16472,8 +16503,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -16486,7 +16517,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "hash-db", "log", @@ -16506,7 +16537,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -16530,12 +16561,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16547,7 +16578,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "parity-scale-codec", @@ -16558,8 +16589,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "tracing", @@ -16570,7 +16601,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "sp-api", "sp-runtime", @@ -16579,7 +16610,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "parity-scale-codec", @@ -16593,7 +16624,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "ahash 0.8.8", "hash-db", @@ -16616,7 +16647,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16633,18 +16664,18 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "sp-wasm-interface" -version = "21.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "21.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16656,7 +16687,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", @@ -16879,8 +16910,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" -version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.17.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -16893,12 +16924,12 @@ dependencies = [ [[package]] name = "staging-tracking-allocator" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" [[package]] name = "staging-xcm" -version = "14.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "14.2.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "bounded-collections 0.2.0", @@ -16909,19 +16940,21 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", + "sp-runtime", "sp-weights", "xcm-procedural", ] [[package]] name = "staging-xcm-builder" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "log", + "pallet-asset-conversion", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain-primitives", @@ -16936,8 +16969,8 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "environmental", "frame-benchmarking", @@ -17080,7 +17113,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -17093,13 +17126,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -17111,12 +17144,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" [[package]] name = "substrate-frame-rpc-system" -version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -17136,7 +17169,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "http-body-util", "hyper 1.4.1", @@ -17149,8 +17182,8 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "async-trait", "jsonrpsee", @@ -17162,8 +17195,8 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17180,7 +17213,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "async-trait", @@ -17207,7 +17240,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "frame-executive", @@ -17251,7 +17284,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "futures 0.3.30", "sc-block-builder", @@ -17268,8 +17301,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "24.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "24.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "array-bytes", "build-helper", @@ -17277,6 +17310,7 @@ dependencies = [ "console", "filetime", "frame-metadata", + "jobserver", "merkleized-metadata", "parity-scale-codec", "parity-wasm", @@ -17289,7 +17323,7 @@ dependencies = [ "sp-version", "strum 0.26.2", "tempfile", - "toml 0.8.10", + "toml 0.8.12", "walkdir", "wasm-opt", ] @@ -17348,9 +17382,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.66" +version = "2.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" +checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" dependencies = [ "proc-macro2", "quote", @@ -17383,7 +17417,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -17415,7 +17449,7 @@ dependencies = [ "async-trait", "ccp-authorities-noting-inherent", "chrono", - "clap 4.5.4", + "clap 4.5.13", "color-eyre", "cumulus-client-cli", "cumulus-client-collator", @@ -17531,7 +17565,7 @@ dependencies = [ name = "tanssi-relay-cli" version = "0.10.0" dependencies = [ - "clap 4.5.4", + "clap 4.5.13", "frame-benchmarking-cli", "futures 0.3.30", "log", @@ -17858,7 +17892,7 @@ dependencies = [ "async-backing-primitives", "async-trait", "ccp-authorities-noting-inherent", - "clap 4.5.4", + "clap 4.5.13", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -17964,7 +17998,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2407#703aadd33d03c9e16a542eb3a90df9f0c02ea4c2" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2409#1e62b627f4da09af31066aaa25a1d0471a908be8" dependencies = [ "cumulus-primitives-core", "dp-collator-assignment", @@ -17979,7 +18013,7 @@ dependencies = [ [[package]] name = "test-runtime-constants" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "polkadot-primitives", @@ -18019,7 +18053,7 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -18030,7 +18064,7 @@ checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -18159,9 +18193,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", @@ -18183,7 +18217,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -18272,14 +18306,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.10" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" +checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.6", + "toml_edit 0.22.12", ] [[package]] @@ -18315,9 +18349,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.6" +version = "0.22.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" +checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" dependencies = [ "indexmap 2.2.3", "serde", @@ -18478,7 +18512,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -18503,8 +18537,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "coarsetime", "polkadot-primitives", @@ -18515,13 +18549,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -18549,6 +18583,7 @@ dependencies = [ "sharded-slab", "smallvec", "thread_local", + "time", "tracing", "tracing-core", "tracing-log", @@ -18901,9 +18936,9 @@ checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", @@ -18954,7 +18989,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", "wasm-bindgen-shared", ] @@ -18988,7 +19023,7 @@ checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -19345,8 +19380,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "binary-merkle-tree", "bitvec", @@ -19389,6 +19424,7 @@ dependencies = [ "pallet-nomination-pools-runtime-api", "pallet-offences", "pallet-offences-benchmarking", + "pallet-parameters", "pallet-preimage", "pallet-proxy", "pallet-recovery", @@ -19399,7 +19435,6 @@ dependencies = [ "pallet-session-benchmarking", "pallet-society", "pallet-staking", - "pallet-staking-reward-curve", "pallet-staking-runtime-api", "pallet-state-trie-migration", "pallet-sudo", @@ -19420,6 +19455,7 @@ dependencies = [ "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", "sp-api", "sp-application-crypto", @@ -19428,6 +19464,7 @@ dependencies = [ "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", + "sp-consensus-grandpa", "sp-core", "sp-genesis-builder", "sp-inherents", @@ -19451,8 +19488,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "polkadot-primitives", @@ -19850,9 +19887,10 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.16.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ + "array-bytes", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", @@ -19887,7 +19925,7 @@ dependencies = [ [[package]] name = "xcm-primitives" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2407#e0f62468002be72f8b0112847b42787a063b9d99" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -19903,18 +19941,18 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] name = "xcm-runtime-apis" -version = "0.3.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#2dadef42bc2e15a0652f58741a0d3b3f9d0fe5f9" +version = "0.4.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2409#08a6dc954f62440e6d1d3bb430d18b7a20c03a1c" dependencies = [ "frame-support", "parity-scale-codec", @@ -19981,7 +20019,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] @@ -20001,7 +20039,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.87", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ee4181188..cb69fb285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,230 +104,230 @@ tp-traits = { path = "primitives/traits", default-features = false } tp-xcm-core-buyer = { path = "primitives/xcm-core-buyer", default-features = false } # Dancekit (wasm) -ccp-authorities-noting-inherent = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -ccp-xcm = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -dp-chain-state-snapshot = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -dp-collator-assignment = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -dp-consensus = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -dp-impl-tanssi-pallets-config = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -dp-slot-duration-runtime-api = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } +ccp-authorities-noting-inherent = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +ccp-xcm = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +dp-chain-state-snapshot = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +dp-collator-assignment = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +dp-consensus = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +dp-impl-tanssi-pallets-config = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +dp-slot-duration-runtime-api = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } -dp-core = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-cc-authorities-noting = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-xcm-executor-utils = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } -test-relay-sproof-builder = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } +dp-core = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-cc-authorities-noting = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-xcm-executor-utils = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } +test-relay-sproof-builder = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } -dp-container-chain-genesis-data = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407", default-features = false } +dp-container-chain-genesis-data = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } # Dancekit (client) -dc-orchestrator-chain-interface = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2407" } +dc-orchestrator-chain-interface = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409" } # Moonkit (wasm) -async-backing-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -nimbus-consensus = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407" } -nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-async-backing = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-author-inherent = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-balances-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-batch = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-call-permit = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-proxy = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-xcm = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-xcm-utils = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompileset-assets-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-foreign-asset-creator = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-maintenance-mode = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-migrations = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-relay-storage-roots = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } -xcm-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2407", default-features = false } +async-backing-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +nimbus-consensus = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409" } +nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-async-backing = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-author-inherent = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-balances-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-batch = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-call-permit = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-proxy = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-xcm = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-xcm-utils = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompileset-assets-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-foreign-asset-creator = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-maintenance-mode = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-migrations = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-relay-storage-roots = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +xcm-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } # Substrate (wasm) -frame-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -frame-executive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -frame-support = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -frame-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -frame-system-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -frame-try-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-asset-rate = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-assets = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-balances = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-identity = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-message-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-multiblock-migrations = { package = "pallet-migrations", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-multisig = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-parameters = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-proxy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-root-testing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-sudo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-transaction-payment = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-treasury = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-tx-pause = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +frame-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +frame-executive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +frame-support = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +frame-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +frame-try-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-asset-rate = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-assets = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-balances = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-identity = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-message-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-multiblock-migrations = { package = "pallet-migrations", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-multisig = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-parameters = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-proxy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-root-testing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-sudo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-treasury = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-tx-pause = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } -sc-rpc-spec-v2 = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +sc-rpc-spec-v2 = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } scale-info = { version = "2.10.0", default-features = false } -sp-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-application-crypto = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-consensus-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-consensus-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-debug-derive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-inherents = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-io = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-keyring = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-panic-handler = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-state-machine = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-std = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-trie = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-version = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +sp-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-application-crypto = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-consensus-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-consensus-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-debug-derive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-inherents = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-io = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-keyring = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-panic-handler = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-state-machine = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-std = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-trie = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-version = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } # Substrate (client) -frame-benchmarking-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -pallet-transaction-payment-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sc-basic-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-chain-spec = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-client-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-consensus-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-consensus-manual-seal = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-network-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-network-sync = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-network-test = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-network-transactions = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-rpc-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sc-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-sysinfo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-telemetry = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-transaction-pool-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sc-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sp-blockchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -sp-externalities = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-genesis-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-storage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -substrate-build-script-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -substrate-frame-rpc-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -substrate-test-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -substrate-test-runtime-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -substrate-wasm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } +frame-benchmarking-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +pallet-transaction-payment-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sc-basic-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-chain-spec = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-client-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-consensus-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-consensus-manual-seal = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-network-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-network-sync = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-network-test = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-network-transactions = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-rpc-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sc-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-sysinfo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-telemetry = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-transaction-pool-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sc-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sp-blockchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +sp-externalities = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-genesis-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-storage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +substrate-build-script-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +substrate-frame-rpc-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +substrate-test-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +substrate-test-runtime-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } # Polkadot (wasm) -pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-core-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-parachain-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-runtime-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -rococo-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -rococo-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -staging-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -staging-xcm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -staging-xcm-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -westend-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -westend-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -xcm-runtime-apis = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-xcm-benchmarks = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-core-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-parachain-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-runtime-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-runtime-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +rococo-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +rococo-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +staging-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +staging-xcm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +staging-xcm-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +westend-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +westend-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +xcm-runtime-apis = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } # Bridges (wasm) milagro-bls = { package = "snowbridge-milagro-bls", version = "1.5.4", default-features = false } -snowbridge-beacon-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -snowbridge-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -snowbridge-pallet-ethereum-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -snowbridge-pallet-outbound-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -snowbridge-pallet-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +snowbridge-beacon-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +snowbridge-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +snowbridge-pallet-ethereum-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +snowbridge-pallet-outbound-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +snowbridge-pallet-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } # Polkadot (client) -polkadot-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -polkadot-node-subsystem = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -polkadot-overseer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } +polkadot-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +polkadot-node-subsystem = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +polkadot-overseer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } # Cumulus (wasm) -cumulus-pallet-parachain-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-pallet-session-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-primitives-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -parachain-info = { package = "staging-parachain-info", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -parachains-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-pallet-session-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-primitives-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +parachain-info = { package = "staging-parachain-info", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +parachains-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } # Cumulus (client) -assets-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -cumulus-client-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-client-collator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-client-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-client-consensus-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-client-consensus-proposer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-client-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-client-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-client-pov-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-client-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-relay-chain-interface = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -emulated-integration-tests-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407" } -xcm-emulator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +assets-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +cumulus-client-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-client-collator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-client-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-client-consensus-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-client-consensus-proposer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-client-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-client-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-client-pov-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-client-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-relay-chain-interface = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +emulated-integration-tests-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409" } +xcm-emulator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } # Frontier (wasm) -fp-account = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fp-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fp-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fp-self-contained = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-base-fee = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-ethereum = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-hotfix-sufficients = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -precompile-utils = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } +fp-account = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fp-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fp-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fp-self-contained = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-base-fee = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-ethereum = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-hotfix-sufficients = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +precompile-utils = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } # Frontier (client) -fc-api = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fc-cli = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fc-consensus = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fc-db = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fc-mapping-sync = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fc-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", features = [ +fc-api = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fc-cli = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fc-consensus = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fc-db = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fc-mapping-sync = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fc-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", features = [ "rpc-binary-search-estimate", ] } -fc-rpc-core = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } -fc-storage = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2407", default-features = false } +fc-rpc-core = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } +fc-storage = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2409", default-features = false } # General (wasm) bounded-collections = { version = "0.1.8", default-features = false } @@ -335,7 +335,7 @@ finality-grandpa = { version = "0.16.2", default-features = false } hex-literal = { version = "0.3.4" } impl-trait-for-tuples = "0.2.2" impls = "1.0.3" -log = { version = "0.4.21", default-features = false } +log = { version = "0.4.22", default-features = false } macro_rules_attribute = { version = "0.2.0" } num_enum = { version = "0.7.1", default-features = false } rand_chacha = { version = "0.3.1", default-features = false } @@ -356,7 +356,7 @@ fs2 = "0.4.3" futures = { version = "0.3.1" } futures-timer = "3.0.1" hex = { version = "0.4.3", default-features = false } -jsonrpsee = { version = "0.23", features = [ "server" ] } +jsonrpsee = { version = "0.24.3", features = [ "server" ] } num-traits = "0.2.8" orchestra = { version = "0.4.0", default-features = false } parking_lot = "0.12.1" @@ -380,54 +380,54 @@ serde_derive = { version = "1.0.117" } static_assertions = "1.1.0" tiny-keccak = { version = "2.0.2", features = [ "keccak" ] } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -binary-merkle-tree = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -keyring = { package = "sp-keyring", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-authority-discovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-bounties = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-child-bounties = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-collective = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-conviction-voting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-democracy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-indices = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-membership = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-mmr = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-nis = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-offences = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-preimage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-ranked-collective = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-referenda = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-scheduler = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-society = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-tips = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-vesting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -pallet-whitelist = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -primitives = { package = "polkadot-primitives", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -remote-externalities = { package = "frame-remote-externalities", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -runtime-parachains = { package = "polkadot-runtime-parachains", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-arithmetic = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-mmr-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-weights = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -xcm = { package = "staging-xcm", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +binary-merkle-tree = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +keyring = { package = "sp-keyring", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-authority-discovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-beefy-mmr = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-bounties = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-child-bounties = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-collective = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-conviction-voting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-democracy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-indices = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-membership = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-mmr = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-nis = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-offences = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-preimage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-ranked-collective = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-referenda = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-scheduler = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-society = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-state-trie-migration = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-tips = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-vesting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +pallet-whitelist = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +primitives = { package = "polkadot-primitives", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +remote-externalities = { package = "frame-remote-externalities", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +runtime-parachains = { package = "polkadot-runtime-parachains", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-arithmetic = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-mmr-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-weights = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +xcm = { package = "staging-xcm", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } # Tanssi Relay Node assert_matches = "1.5.0" @@ -440,72 +440,72 @@ parity-db = "0.4.12" schnellru = "0.2.1" serial_test = "2.0.0" -polkadot-approval-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-availability-bitfield-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-availability-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-availability-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-collator-protocol = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-dispute-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-gossip-support = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-network-bridge = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-collation-generation = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-approval-voting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-av-store = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-backing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-bitfield-signing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-candidate-validation = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-chain-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-chain-selection = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-dispute-coordinator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-prospective-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-provisioner = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-pvf = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-pvf-checker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-statement-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } - -polkadot-node-core-parachains-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-network-protocol = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-subsystem-test-helpers = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-subsystem-types = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-subsystem-util = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-test-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -test-helpers = { package = "polkadot-primitives-test-helpers", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } - -consensus_common = { package = "sp-consensus", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -mmr-gadget = { package = "mmr-gadget", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sc-authority-discovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sc-client-db = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sc-sync-state-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-authority-discovery= { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } - -babe = { package = "sc-consensus-babe", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -beefy = { package = "sc-consensus-beefy", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } - -gum = { package = "tracing-gum", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -service = { package = "sc-service", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +polkadot-approval-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-availability-bitfield-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-availability-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-availability-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-collator-protocol = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-dispute-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-gossip-support = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-network-bridge = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-collation-generation = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-approval-voting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-av-store = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-backing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-bitfield-signing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-candidate-validation = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-chain-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-chain-selection = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-dispute-coordinator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-prospective-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-provisioner = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-pvf = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-pvf-checker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-statement-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } + +polkadot-node-core-parachains-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-network-protocol = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-subsystem-test-helpers = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-subsystem-types = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-subsystem-util = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-test-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +test-helpers = { package = "polkadot-primitives-test-helpers", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } + +consensus_common = { package = "sp-consensus", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +mmr-gadget = { package = "mmr-gadget", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sc-authority-discovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sc-client-db = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sc-sync-state-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-authority-discovery= { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } + +babe = { package = "sc-consensus-babe", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +beefy = { package = "sc-consensus-beefy", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } + +gum = { package = "tracing-gum", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +service = { package = "sc-service", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } # Tanssi Relay Chain CLI pyro = { package = "pyroscope", version = "0.5.3" } pyroscope_pprofrs = { version = "0.2" } -polkadot-node-metrics = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sc-storage-monitor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -sp-maybe-compressed-blob = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +polkadot-node-metrics = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sc-storage-monitor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +sp-maybe-compressed-blob = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } # Tanssi Relay Chain color-eyre = { version = "0.6.1", default-features = false } tikv-jemallocator = { version = "0.5.0", features = [ "unprefixed_malloc_on_supported_platforms" ] } -polkadot-node-core-pvf-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-pvf-execute-worker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } -polkadot-node-core-pvf-prepare-worker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +polkadot-node-core-pvf-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-pvf-execute-worker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } +polkadot-node-core-pvf-prepare-worker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } -substrate-rpc-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2407", default-features = false } +substrate-rpc-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false } [profile.production] codegen-units = 1 diff --git a/client/node-common/src/service.rs b/client/node-common/src/service.rs index 9500a431b..a39761b83 100644 --- a/client/node-common/src/service.rs +++ b/client/node-common/src/service.rs @@ -43,7 +43,6 @@ use { sc_network::{config::FullNetworkConfiguration, NetworkBlock}, sc_network_sync::SyncingService, sc_network_transactions::TransactionsHandlerController, - sc_rpc::{DenyUnsafe, SubscriptionTaskExecutor}, sc_service::{ Configuration, KeystoreContainer, NetworkStarter, SpawnTaskHandle, TFullBackend, TFullClient, TaskManager, @@ -65,6 +64,7 @@ use { #[allow(deprecated)] use sc_executor::NativeElseWasmExecutor; use sp_api::StorageProof; +use sp_core::traits::SpawnNamed; tp_traits::alias!( pub trait MinimalRuntimeApi< @@ -250,6 +250,7 @@ where let heap_pages = parachain_config + .executor .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as u32, @@ -260,12 +261,13 @@ where // to change once we start having runtime_cache_sizes, or // run nodes with the maximum for this value let mut wasm_builder = WasmExecutor::builder() - .with_execution_method(parachain_config.wasm_method) + .with_execution_method(parachain_config.executor.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) - .with_max_runtime_instances(parachain_config.max_runtime_instances) - .with_runtime_cache_size(parachain_config.runtime_cache_size); - if let Some(ref wasmtime_precompiled_path) = parachain_config.wasmtime_precompiled { + .with_max_runtime_instances(parachain_config.executor.max_runtime_instances) + .with_runtime_cache_size(parachain_config.executor.runtime_cache_size); + if let Some(ref wasmtime_precompiled_path) = parachain_config.executor.wasmtime_precompiled + { wasm_builder = wasm_builder.with_wasmtime_precompiled_path(wasmtime_precompiled_path); } @@ -383,7 +385,10 @@ where import_queue_service: _, } = self; - let net_config = FullNetworkConfiguration::<_, _, Net>::new(¶chain_config.network); + let net_config = FullNetworkConfiguration::<_, _, Net>::new( + ¶chain_config.network, + prometheus_registry.clone(), + ); let import_queue_service = import_queue.service(); let spawn_handle = task_manager.spawn_handle(); @@ -461,7 +466,10 @@ where import_queue_service: _, } = self; - let net_config = FullNetworkConfiguration::<_, _, Net>::new(¶chain_config.network); + let net_config = FullNetworkConfiguration::<_, _, Net>::new( + ¶chain_config.network, + prometheus_registry.clone(), + ); let metrics = Net::register_notification_metrics( parachain_config @@ -479,7 +487,7 @@ where transaction_pool: transaction_pool.clone(), spawn_handle: task_manager.spawn_handle(), import_queue, - warp_sync_params: None, + warp_sync_config: None, block_announce_validator_builder: None, net_config, block_relay: None, @@ -515,10 +523,7 @@ where self, parachain_config: Configuration, rpc_builder: Box< - dyn Fn( - DenyUnsafe, - SubscriptionTaskExecutor, - ) -> Result, sc_service::Error>, + dyn Fn(Arc<(dyn SpawnNamed + 'static)>) -> Result, sc_service::Error>, >, ) -> sc_service::error::Result>, (), SImportQueueService>> where @@ -594,7 +599,7 @@ where // in there and swapping out the requirements for your own are probably a good idea. The // requirements for a para-chain are dictated by its relay-chain. if collator { - if let Err(err) = SUBSTRATE_REFERENCE_HARDWARE.check_hardware(hwbench) { + if let Err(err) = SUBSTRATE_REFERENCE_HARDWARE.check_hardware(hwbench, false) { log::warn!( "⚠️ The hardware does not meet the minimal requirements {} for role 'Authority'.", err diff --git a/client/service-container-chain/src/cli.rs b/client/service-container-chain/src/cli.rs index 91ba36914..7117558cd 100644 --- a/client/service-container-chain/src/cli.rs +++ b/client/service-container-chain/src/cli.rs @@ -23,7 +23,7 @@ use { sc_network::config::MultiaddrWithPeerId, sc_service::BasePath, sp_runtime::Storage, - std::{collections::BTreeMap, net::SocketAddr}, + std::collections::BTreeMap, url::Url, }; @@ -147,7 +147,7 @@ impl ContainerChainCli { base.base .import_params .wasmtime_precompiled - .clone_from(¶_config.wasmtime_precompiled); + .clone_from(¶_config.executor.wasmtime_precompiled); } // Set container base path to the same value as orchestrator base_path. @@ -325,7 +325,10 @@ impl sc_cli::CliConfiguration for ContainerChainCli { self.shared_params().base_path() } - fn rpc_addr(&self, default_listen_port: u16) -> sc_cli::Result> { + fn rpc_addr( + &self, + default_listen_port: u16, + ) -> sc_cli::Result>> { self.base.base.rpc_addr(default_listen_port) } @@ -344,10 +347,9 @@ impl sc_cli::CliConfiguration for ContainerChainCli { _support_url: &String, _impl_version: &String, _logger_hook: F, - _config: &sc_service::Configuration, ) -> sc_cli::Result<()> where - F: FnOnce(&mut sc_cli::LoggerBuilder, &sc_service::Configuration), + F: FnOnce(&mut sc_cli::LoggerBuilder), { unreachable!("PolkadotCli is never initialized; qed"); } diff --git a/client/service-container-chain/src/data_preservers.rs b/client/service-container-chain/src/data_preservers.rs index dd20044f0..757b0b1b1 100644 --- a/client/service-container-chain/src/data_preservers.rs +++ b/client/service-container-chain/src/data_preservers.rs @@ -14,6 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Tanssi. If not, see +use frame_support::__private::sp_tracing::tracing::Instrument; use { crate::spawner::{wait_for_paritydb_lock, Spawner}, dc_orchestrator_chain_interface::{ @@ -33,7 +34,6 @@ async fn try_fut(fut: impl Future>) -> Result /// Watch assignements by indefinitly listening to finalized block notifications and switching to /// the chain the profile is assigned to. -#[sc_tracing::logging::prefix_logs_with("Data Preserver Assignment Watcher")] pub async fn task_watch_assignment(spawner: impl Spawner, profile_id: ProfileId) { use dc_orchestrator_chain_interface::DataPreserverAssignment as Assignment; @@ -111,6 +111,10 @@ pub async fn task_watch_assignment(spawner: impl Spawner, profile_id: ProfileId) Ok(()) }) + .instrument(sc_tracing::tracing::info_span!( + sc_tracing::logging::PREFIX_LOG_SPAN, + name = "Data Preserver Assignment Watcher", + )) .await { log::error!("Error in data preservers assignement watching task: {e:?}"); diff --git a/client/service-container-chain/src/rpc.rs b/client/service-container-chain/src/rpc.rs index 606097f24..2232eb00a 100644 --- a/client/service-container-chain/src/rpc.rs +++ b/client/service-container-chain/src/rpc.rs @@ -32,7 +32,6 @@ use { rpc::{ManualSeal, ManualSealApiServer}, EngineCommand, }, - sc_rpc::DenyUnsafe, sc_transaction_pool_api::TransactionPool, sp_api::ProvideRuntimeApi, sp_block_builder::BlockBuilder, @@ -49,8 +48,6 @@ pub struct FullDeps { pub client: Arc, /// Transaction pool instance. pub pool: Arc

, - /// Whether to deny unsafe calls - pub deny_unsafe: DenyUnsafe, /// Manual seal command sink pub command_sink: Option>>, /// Channels for manual xcm messages (downward, hrmp) @@ -92,12 +89,11 @@ where let FullDeps { client, pool, - deny_unsafe, command_sink, xcm_senders, } = deps; - module.merge(System::new(client.clone(), pool, deny_unsafe).into_rpc())?; + module.merge(System::new(client.clone(), pool).into_rpc())?; if let Some(command_sink) = command_sink { module.merge( @@ -144,10 +140,7 @@ pub mod generate_rpc_builder { pub type XcmSenders = (flume::Sender>, flume::Sender<(ParaId, Vec)>); pub type Network = dyn sc_network::service::traits::NetworkService; pub type CompleteRpcBuilder = Box< - dyn Fn( - sc_rpc::DenyUnsafe, - sc_rpc::SubscriptionTaskExecutor, - ) -> Result, ServiceError>, + dyn Fn(sc_rpc::SubscriptionTaskExecutor) -> Result, ServiceError>, >; pub struct GenerateRpcBuilderParams<'a, RuntimeApi: MinimalContainerRuntimeApi> { @@ -205,11 +198,10 @@ mod impl_generate_rpc_builder { let client = client.clone(); let transaction_pool = transaction_pool.clone(); - Ok(Box::new(move |deny_unsafe, _| { + Ok(Box::new(move |_| { let deps = FullDeps { client: client.clone(), pool: transaction_pool.clone(), - deny_unsafe, command_sink: command_sink.clone(), xcm_senders: xcm_senders.clone(), }; diff --git a/client/service-container-chain/src/service.rs b/client/service-container-chain/src/service.rs index 24f4926d4..96f4340e5 100644 --- a/client/service-container-chain/src/service.rs +++ b/client/service-container-chain/src/service.rs @@ -44,6 +44,7 @@ use { Configuration, ImportQueue, SpawnTaskHandle, TFullBackend, TFullClient, TaskManager, }, sc_telemetry::TelemetryHandle, + sc_tracing::tracing::Instrument, sc_transaction_pool::FullPool, sp_api::ProvideRuntimeApi, sp_consensus::EnableProofRecording, @@ -126,7 +127,7 @@ where } async fn import_block( - &mut self, + &self, params: sc_consensus::BlockImportParams, ) -> Result { let res = self.inner.import_block(params).await?; @@ -172,8 +173,7 @@ tp_traits::alias!( /// Start a node with the given parachain `Configuration` and relay chain `Configuration`. /// /// This is the actual implementation that is abstract over the executor and the runtime api. -#[sc_tracing::logging::prefix_logs_with(container_log_str(para_id))] -pub async fn start_node_impl_container< +pub fn start_node_impl_container< RuntimeApi: MinimalContainerRuntimeApi, TGenerateRpcBuilder: GenerateRpcBuilder, >( @@ -184,109 +184,116 @@ pub async fn start_node_impl_container< para_id: ParaId, collation_params: Option, generate_rpc_builder: TGenerateRpcBuilder, -) -> sc_service::error::Result<( - TaskManager, - Arc>, - Arc, -)> { - let parachain_config = prepare_node_config(parachain_config); - - // Create a `NodeBuilder` which helps setup parachain nodes common systems. - let node_builder = ContainerChainNodeConfig::new_builder(¶chain_config, None)?; - - let (block_import, import_queue) = - container_chain_import_queue(¶chain_config, &node_builder); - let import_queue_service = import_queue.service(); - - log::info!("are we collators? {:?}", collation_params.is_some()); - let node_builder = node_builder - .build_cumulus_network::<_, sc_network::NetworkWorker<_, _>>( - ¶chain_config, +) -> impl std::future::Future< + Output = sc_service::error::Result<( + TaskManager, + Arc>, + Arc, + )>, +> { + async move { + let parachain_config = prepare_node_config(parachain_config); + + // Create a `NodeBuilder` which helps setup parachain nodes common systems. + let node_builder = ContainerChainNodeConfig::new_builder(¶chain_config, None)?; + + let (block_import, import_queue) = + container_chain_import_queue(¶chain_config, &node_builder); + let import_queue_service = import_queue.service(); + + let node_builder = node_builder + .build_cumulus_network::<_, sc_network::NetworkWorker<_, _>>( + ¶chain_config, + para_id, + import_queue, + relay_chain_interface.clone(), + ) + .await?; + + let force_authoring = parachain_config.force_authoring; + + let prometheus_registry = parachain_config.prometheus_registry().cloned(); + + let rpc_builder = generate_rpc_builder.generate(GenerateRpcBuilderParams { + task_manager: &node_builder.task_manager, + container_chain_config: ¶chain_config, + client: node_builder.client.clone(), + backend: node_builder.backend.clone(), + sync_service: node_builder.network.sync_service.clone(), + transaction_pool: node_builder.transaction_pool.clone(), + prometheus_registry: node_builder.prometheus_registry.clone(), + command_sink: None, + xcm_senders: None, + network: node_builder.network.network.clone(), + })?; + + let node_builder = node_builder.spawn_common_tasks(parachain_config, rpc_builder)?; + + let announce_block = { + let sync_service = node_builder.network.sync_service.clone(); + Arc::new(move |hash, data| sync_service.announce_block(hash, data)) + }; + + let relay_chain_slot_duration = Duration::from_secs(6); + + let overseer_handle = relay_chain_interface + .overseer_handle() + .map_err(|e| sc_service::Error::Application(Box::new(e)))?; + let (mut node_builder, _) = node_builder.extract_import_queue_service(); + + start_relay_chain_tasks(StartRelayChainTasksParams { + client: node_builder.client.clone(), + announce_block: announce_block.clone(), para_id, - import_queue, - relay_chain_interface.clone(), - ) - .await?; - - let force_authoring = parachain_config.force_authoring; - let prometheus_registry = parachain_config.prometheus_registry().cloned(); - - let rpc_builder = generate_rpc_builder.generate(GenerateRpcBuilderParams { - task_manager: &node_builder.task_manager, - container_chain_config: ¶chain_config, - client: node_builder.client.clone(), - backend: node_builder.backend.clone(), - sync_service: node_builder.network.sync_service.clone(), - transaction_pool: node_builder.transaction_pool.clone(), - prometheus_registry: node_builder.prometheus_registry.clone(), - command_sink: None, - xcm_senders: None, - network: node_builder.network.network.clone(), - })?; - - let node_builder = node_builder.spawn_common_tasks(parachain_config, rpc_builder)?; - - let announce_block = { - let sync_service = node_builder.network.sync_service.clone(); - Arc::new(move |hash, data| sync_service.announce_block(hash, data)) - }; - - let relay_chain_slot_duration = Duration::from_secs(6); - - let overseer_handle = relay_chain_interface - .overseer_handle() - .map_err(|e| sc_service::Error::Application(Box::new(e)))?; - let (mut node_builder, _) = node_builder.extract_import_queue_service(); - - start_relay_chain_tasks(StartRelayChainTasksParams { - client: node_builder.client.clone(), - announce_block: announce_block.clone(), - para_id, - relay_chain_interface: relay_chain_interface.clone(), - task_manager: &mut node_builder.task_manager, - da_recovery_profile: if collation_params.is_some() { - DARecoveryProfile::Collator - } else { - DARecoveryProfile::FullNode - }, - import_queue: import_queue_service, - relay_chain_slot_duration, - recovery_handle: Box::new(overseer_handle.clone()), - sync_service: node_builder.network.sync_service.clone(), - })?; - - if let Some(collation_params) = collation_params { - let node_spawn_handle = node_builder.task_manager.spawn_handle().clone(); - let node_client = node_builder.client.clone(); - let node_backend = node_builder.backend.clone(); - - start_consensus_container( - node_client.clone(), - node_backend.clone(), - collation_params, - block_import.clone(), - prometheus_registry.clone(), - node_builder.telemetry.as_ref().map(|t| t.handle()).clone(), - node_spawn_handle.clone(), - relay_chain_interface.clone(), - orchestrator_chain_interface.clone(), - node_builder.transaction_pool.clone(), - node_builder.network.sync_service.clone(), - keystore.clone(), - force_authoring, + relay_chain_interface: relay_chain_interface.clone(), + task_manager: &mut node_builder.task_manager, + da_recovery_profile: if collation_params.is_some() { + DARecoveryProfile::Collator + } else { + DARecoveryProfile::FullNode + }, + import_queue: import_queue_service, relay_chain_slot_duration, - para_id, - overseer_handle.clone(), - announce_block.clone(), - ); - } - - node_builder.network.start_network.start_network(); + recovery_handle: Box::new(overseer_handle.clone()), + sync_service: node_builder.network.sync_service.clone(), + })?; + + if let Some(collation_params) = collation_params { + let node_spawn_handle = node_builder.task_manager.spawn_handle().clone(); + let node_client = node_builder.client.clone(); + let node_backend = node_builder.backend.clone(); + + start_consensus_container( + node_client.clone(), + node_backend.clone(), + collation_params, + block_import.clone(), + prometheus_registry.clone(), + node_builder.telemetry.as_ref().map(|t| t.handle()).clone(), + node_spawn_handle.clone(), + relay_chain_interface.clone(), + orchestrator_chain_interface.clone(), + node_builder.transaction_pool.clone(), + node_builder.network.sync_service.clone(), + keystore.clone(), + force_authoring, + relay_chain_slot_duration, + para_id, + overseer_handle.clone(), + announce_block.clone(), + ); + } - Ok(( - node_builder.task_manager, - node_builder.client, - node_builder.backend, + node_builder.network.start_network.start_network(); + Ok(( + node_builder.task_manager, + node_builder.client, + node_builder.backend, + )) + } + .instrument(sc_tracing::tracing::info_span!( + sc_tracing::logging::PREFIX_LOG_SPAN, + name = container_log_str(para_id), )) } @@ -317,7 +324,6 @@ pub fn container_chain_import_queue( (block_import, import_queue) } -#[sc_tracing::logging::prefix_logs_with(container_log_str(para_id))] fn start_consensus_container( client: Arc>, backend: Arc, diff --git a/container-chains/nodes/frontier/src/command.rs b/container-chains/nodes/frontier/src/command.rs index 0bea33d29..f67257462 100644 --- a/container-chains/nodes/frontier/src/command.rs +++ b/container-chains/nodes/frontier/src/command.rs @@ -43,7 +43,7 @@ use { sc_telemetry::TelemetryWorker, sp_core::hexdisplay::HexDisplay, sp_runtime::traits::{AccountIdConversion, Block as BlockT}, - std::{net::SocketAddr, sync::Arc}, + std::sync::Arc, tc_service_container_chain::{ cli::ContainerChainCli, spawner::{ContainerChainSpawnParams, ContainerChainSpawner}, @@ -316,7 +316,7 @@ pub fn run() -> Result<()> { let hwbench = (!cli.no_hardware_benchmarks).then(|| config.database.path().map(|database_path| { let _ = std::fs::create_dir_all(database_path); - sc_sysinfo::gather_hwbench(Some(database_path)) + sc_sysinfo::gather_hwbench(Some(database_path), &SUBSTRATE_REFERENCE_HARDWARE) })).flatten(); let para_id = chain_spec::Extensions::try_get(&*config.chain_spec) @@ -435,7 +435,7 @@ impl CliConfiguration for RelayChainCli { .or_else(|| Some(self.base_path.clone().into()))) } - fn rpc_addr(&self, default_listen_port: u16) -> Result> { + fn rpc_addr(&self, default_listen_port: u16) -> Result>> { self.base.base.rpc_addr(default_listen_port) } @@ -449,15 +449,9 @@ impl CliConfiguration for RelayChainCli { .prometheus_config(default_listen_port, chain_spec) } - fn init( - &self, - _support_url: &String, - _impl_version: &String, - _logger_hook: F, - _config: &sc_service::Configuration, - ) -> Result<()> + fn init(&self, _support_url: &String, _impl_version: &String, _logger_hook: F) -> Result<()> where - F: FnOnce(&mut sc_cli::LoggerBuilder, &sc_service::Configuration), + F: FnOnce(&mut sc_cli::LoggerBuilder), { unreachable!("PolkadotCli is never initialized; qed"); } @@ -576,7 +570,7 @@ fn rpc_provider_mode(cli: Cli, profile_id: u64) -> Result<()> { .base .import_params .wasmtime_precompiled - .clone_from(&config.wasmtime_precompiled); + .clone_from(&config.executor.wasmtime_precompiled); } log::info!("Container chain CLI: {container_chain_cli:?}"); diff --git a/container-chains/nodes/frontier/src/rpc/mod.rs b/container-chains/nodes/frontier/src/rpc/mod.rs index e4988d9e2..5caedfda1 100644 --- a/container-chains/nodes/frontier/src/rpc/mod.rs +++ b/container-chains/nodes/frontier/src/rpc/mod.rs @@ -21,7 +21,7 @@ #![warn(missing_docs)] -pub use sc_rpc::{DenyUnsafe, SubscriptionTaskExecutor}; +pub use sc_rpc::SubscriptionTaskExecutor; use { container_chain_template_frontier_runtime::{opaque::Block, AccountId, Hash, Index}, @@ -87,8 +87,6 @@ pub struct FullDeps { pub pool: Arc

, /// Graph pool instance. pub graph: Arc>, - /// Whether to deny unsafe calls - pub deny_unsafe: DenyUnsafe, /// Network service pub network: Arc, /// Chain syncing service @@ -156,7 +154,6 @@ where client, pool, graph, - deny_unsafe, network, sync, filter_pool, @@ -172,7 +169,7 @@ where xcm_senders, } = deps; - io.merge(System::new(Arc::clone(&client), Arc::clone(&pool), deny_unsafe).into_rpc())?; + io.merge(System::new(Arc::clone(&client), Arc::clone(&pool)).into_rpc())?; // TODO: are we supporting signing? let signers = Vec::new(); @@ -545,11 +542,10 @@ const _: () = { prometheus_registry.clone(), )); - Ok(Box::new(move |deny_unsafe, subscription_task_executor| { + Ok(Box::new(move |subscription_task_executor| { let deps = crate::rpc::FullDeps { backend: backend.clone(), client: client.clone(), - deny_unsafe, filter_pool: filter_pool.clone(), frontier_backend: match &*frontier_backend { fc_db::Backend::KeyValue(b) => b.clone(), diff --git a/container-chains/nodes/frontier/src/service.rs b/container-chains/nodes/frontier/src/service.rs index 5830d171f..7cc738376 100644 --- a/container-chains/nodes/frontier/src/service.rs +++ b/container-chains/nodes/frontier/src/service.rs @@ -245,11 +245,10 @@ async fn start_node_impl( let block_data_cache = block_data_cache; let frontier_backend = frontier_backend.clone(); - Box::new(move |deny_unsafe, subscription_task_executor| { + Box::new(move |subscription_task_executor| { let deps = crate::rpc::FullDeps { backend: backend.clone(), client: client.clone(), - deny_unsafe, filter_pool: filter_pool.clone(), frontier_backend: match &*frontier_backend { fc_db::Backend::KeyValue(b) => b.clone(), @@ -497,11 +496,10 @@ pub async fn start_dev_node( let overrides = overrides; let block_data_cache = block_data_cache; - Box::new(move |deny_unsafe, subscription_task_executor| { + Box::new(move |subscription_task_executor| { let deps = crate::rpc::FullDeps { backend: backend.clone(), client: client.clone(), - deny_unsafe, filter_pool: filter_pool.clone(), frontier_backend: match &*frontier_backend { fc_db::Backend::KeyValue(b) => b.clone(), diff --git a/container-chains/nodes/simple/src/command.rs b/container-chains/nodes/simple/src/command.rs index c59a81942..77a7f0b9a 100644 --- a/container-chains/nodes/simple/src/command.rs +++ b/container-chains/nodes/simple/src/command.rs @@ -42,7 +42,7 @@ use { sc_telemetry::TelemetryWorker, sp_core::hexdisplay::HexDisplay, sp_runtime::traits::{AccountIdConversion, Block as BlockT}, - std::{marker::PhantomData, net::SocketAddr, sync::Arc}, + std::{marker::PhantomData, sync::Arc}, tc_service_container_chain::{ cli::ContainerChainCli, spawner::{ContainerChainSpawnParams, ContainerChainSpawner}, @@ -299,7 +299,7 @@ pub fn run() -> Result<()> { let hwbench = (!cli.no_hardware_benchmarks).then(|| config.database.path().map(|database_path| { let _ = std::fs::create_dir_all(database_path); - sc_sysinfo::gather_hwbench(Some(database_path)) + sc_sysinfo::gather_hwbench(Some(database_path), &SUBSTRATE_REFERENCE_HARDWARE) })).flatten(); let para_id = chain_spec::Extensions::try_get(&*config.chain_spec) @@ -408,7 +408,7 @@ impl CliConfiguration for RelayChainCli { .or_else(|| Some(self.base_path.clone().into()))) } - fn rpc_addr(&self, default_listen_port: u16) -> Result> { + fn rpc_addr(&self, default_listen_port: u16) -> Result>> { self.base.base.rpc_addr(default_listen_port) } fn prometheus_config( @@ -421,15 +421,9 @@ impl CliConfiguration for RelayChainCli { .prometheus_config(default_listen_port, chain_spec) } - fn init( - &self, - _support_url: &String, - _impl_version: &String, - _logger_hook: F, - _config: &sc_service::Configuration, - ) -> Result<()> + fn init(&self, _support_url: &String, _impl_version: &String, _logger_hook: F) -> Result<()> where - F: FnOnce(&mut sc_cli::LoggerBuilder, &sc_service::Configuration), + F: FnOnce(&mut sc_cli::LoggerBuilder), { unreachable!("PolkadotCli is never initialized; qed"); } diff --git a/container-chains/nodes/simple/src/rpc.rs b/container-chains/nodes/simple/src/rpc.rs index a65afce7b..7c3bf2fb0 100644 --- a/container-chains/nodes/simple/src/rpc.rs +++ b/container-chains/nodes/simple/src/rpc.rs @@ -21,8 +21,6 @@ #![warn(missing_docs)] -pub use sc_rpc::DenyUnsafe; - use { container_chain_template_simple_runtime::{opaque::Block, AccountId, Hash, Index as Nonce}, cumulus_primitives_core::ParaId, @@ -48,8 +46,6 @@ pub struct FullDeps { pub client: Arc, /// Transaction pool instance. pub pool: Arc

, - /// Whether to deny unsafe calls - pub deny_unsafe: DenyUnsafe, /// Manual seal command sink pub command_sink: Option>>, /// Channels for manual xcm messages (downward, hrmp) @@ -78,12 +74,11 @@ where let FullDeps { client, pool, - deny_unsafe, command_sink, xcm_senders, } = deps; - module.merge(System::new(client, pool, deny_unsafe).into_rpc())?; + module.merge(System::new(client, pool).into_rpc())?; // Manual seal if let Some(command_sink) = command_sink { diff --git a/container-chains/nodes/simple/src/service.rs b/container-chains/nodes/simple/src/service.rs index 64a1c2b0e..cc4052743 100644 --- a/container-chains/nodes/simple/src/service.rs +++ b/container-chains/nodes/simple/src/service.rs @@ -143,11 +143,10 @@ pub async fn start_parachain_node( let client = node_builder.client.clone(); let transaction_pool = node_builder.transaction_pool.clone(); - Box::new(move |deny_unsafe, _| { + Box::new(move |_| { let deps = crate::rpc::FullDeps { client: client.clone(), pool: transaction_pool.clone(), - deny_unsafe, command_sink: None, xcm_senders: None, }; @@ -310,11 +309,10 @@ pub async fn start_dev_node( let client = node_builder.client.clone(); let transaction_pool = node_builder.transaction_pool.clone(); - Box::new(move |deny_unsafe, _| { + Box::new(move |_| { let deps = crate::rpc::FullDeps { client: client.clone(), pool: transaction_pool.clone(), - deny_unsafe, command_sink: command_sink.clone(), xcm_senders: xcm_senders.clone(), }; diff --git a/container-chains/runtime-templates/frontier/src/impl_on_charge_evm_transaction.rs b/container-chains/runtime-templates/frontier/src/impl_on_charge_evm_transaction.rs index 8c88d721a..0b064c670 100644 --- a/container-chains/runtime-templates/frontier/src/impl_on_charge_evm_transaction.rs +++ b/container-chains/runtime-templates/frontier/src/impl_on_charge_evm_transaction.rs @@ -17,30 +17,20 @@ #[macro_export] macro_rules! impl_on_charge_evm_transaction { {} => { - type CurrencyAccountId = ::AccountId; - - type BalanceFor = - <::Currency as CurrencyT>>::Balance; - - type PositiveImbalanceFor = - <::Currency as CurrencyT>>::PositiveImbalance; - - type NegativeImbalanceFor = - <::Currency as CurrencyT>>::NegativeImbalance; - pub struct OnChargeEVMTransaction(sp_std::marker::PhantomData); impl OnChargeEVMTransactionT for OnChargeEVMTransaction where T: pallet_evm::Config, - PositiveImbalanceFor: Imbalance, Opposite = NegativeImbalanceFor>, - NegativeImbalanceFor: Imbalance, Opposite = PositiveImbalanceFor>, - OU: OnUnbalanced>, - U256: UniqueSaturatedInto> + T::Currency: Balanced>, + OU: OnUnbalanced, T::Currency>>, + U256: UniqueSaturatedInto<>>::Balance>, + T::AddressMapping: pallet_evm::AddressMapping, + { - type LiquidityInfo = Option>; + type LiquidityInfo = Option, T::Currency>>; fn withdraw_fee(who: &H160, fee: U256) -> Result> { - EVMCurrencyAdapter::<::Currency, ()>::withdraw_fee(who, fee) + EVMFungibleAdapter::<::Currency, ()>::withdraw_fee(who, fee) } fn correct_and_deposit_fee( @@ -49,7 +39,7 @@ macro_rules! impl_on_charge_evm_transaction { base_fee: U256, already_withdrawn: Self::LiquidityInfo, ) -> Self::LiquidityInfo { - ::Currency, OU> as OnChargeEVMTransactionT< + ::Currency, OU> as OnChargeEVMTransactionT< T, >>::correct_and_deposit_fee(who, corrected_fee, base_fee, already_withdrawn) } diff --git a/container-chains/runtime-templates/frontier/src/lib.rs b/container-chains/runtime-templates/frontier/src/lib.rs index 8ef056d8a..96e03c95d 100644 --- a/container-chains/runtime-templates/frontier/src/lib.rs +++ b/container-chains/runtime-templates/frontier/src/lib.rs @@ -48,9 +48,10 @@ use { pallet_prelude::DispatchResult, parameter_types, traits::{ - tokens::ConversionToAssetBalance, ConstBool, ConstU128, ConstU32, ConstU64, ConstU8, - Contains, Currency as CurrencyT, FindAuthor, Imbalance, InsideBoth, InstanceFilter, - OnFinalize, OnUnbalanced, + fungible::{Balanced, Credit, Inspect}, + tokens::ConversionToAssetBalance, + ConstBool, ConstU128, ConstU32, ConstU64, ConstU8, Contains, FindAuthor, InsideBoth, + InstanceFilter, OnFinalize, OnUnbalanced, }, weights::{ constants::{ @@ -68,9 +69,9 @@ use { nimbus_primitives::{NimbusId, SlotBeacon}, pallet_ethereum::{Call::transact, PostLogContent, Transaction as EthereumTransaction}, pallet_evm::{ - Account as EVMAccount, EVMCurrencyAdapter, EnsureAddressNever, EnsureAddressRoot, - EnsureCreateOrigin, FeeCalculator, GasWeightMapping, IdentityAddressMapping, - OnChargeEVMTransaction as OnChargeEVMTransactionT, Runner, + Account as EVMAccount, EVMFungibleAdapter, EnsureAddressNever, EnsureAddressRoot, + EnsureCreateOrigin, FeeCalculator, FrameSystemAccountProvider, GasWeightMapping, + IdentityAddressMapping, OnChargeEVMTransaction as OnChargeEVMTransactionT, Runner, }, pallet_transaction_payment::FungibleAdapter, parity_scale_codec::{Decode, Encode}, @@ -848,6 +849,7 @@ parameter_types! { impl_on_charge_evm_transaction!(); impl pallet_evm::Config for Runtime { + type AccountProvider = FrameSystemAccountProvider; type FeeCalculator = BaseFee; type GasWeightMapping = pallet_evm::FixedGasWeightMapping; type WeightPerGas = WeightPerGas; @@ -883,7 +885,7 @@ parameter_types! { impl pallet_ethereum::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type StateRoot = pallet_ethereum::IntermediateStateRoot; + type StateRoot = pallet_ethereum::IntermediateStateRoot; type PostLogContent = PostBlockAndTxnHashes; type ExtraDataLength = ConstU32<30>; } diff --git a/container-chains/runtime-templates/frontier/src/weights/pallet_assets.rs b/container-chains/runtime-templates/frontier/src/weights/pallet_assets.rs index 3f0c2ddde..86a7a7019 100644 --- a/container-chains/runtime-templates/frontier/src/weights/pallet_assets.rs +++ b/container-chains/runtime-templates/frontier/src/weights/pallet_assets.rs @@ -177,6 +177,15 @@ impl pallet_assets::WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } + fn transfer_all() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 46_573_000 picoseconds. + Weight::from_parts(47_385_000, 3593) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } /// Storage: `ForeignAssets::Asset` (r:1 w:1) /// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Account` (r:2 w:2) diff --git a/container-chains/runtime-templates/simple/src/weights/pallet_assets.rs b/container-chains/runtime-templates/simple/src/weights/pallet_assets.rs index 9252b63ca..5e80e2898 100644 --- a/container-chains/runtime-templates/simple/src/weights/pallet_assets.rs +++ b/container-chains/runtime-templates/simple/src/weights/pallet_assets.rs @@ -177,6 +177,15 @@ impl pallet_assets::WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } + fn transfer_all() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 46_573_000 picoseconds. + Weight::from_parts(47_385_000, 3593) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } /// Storage: `ForeignAssets::Asset` (r:1 w:1) /// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(208), added: 2683, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Account` (r:2 w:2) diff --git a/node/src/command.rs b/node/src/command.rs index 59d357cfc..e2b1185e9 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -36,7 +36,7 @@ use { sc_service::config::{BasePath, PrometheusConfig}, sp_core::hexdisplay::HexDisplay, sp_runtime::traits::{AccountIdConversion, Block as BlockT}, - std::{io::Write, net::SocketAddr}, + std::io::Write, tc_service_container_chain::{chain_spec::RawChainSpec, cli::ContainerChainCli}, }; @@ -375,7 +375,10 @@ pub fn run() -> Result<()> { .then(|| { Some(containers_base_path).map(|database_path| { let _ = std::fs::create_dir_all(database_path); - sc_sysinfo::gather_hwbench(Some(database_path)) + sc_sysinfo::gather_hwbench( + Some(database_path), + &SUBSTRATE_REFERENCE_HARDWARE, + ) }) }) .flatten(); @@ -418,7 +421,7 @@ pub fn run() -> Result<()> { let hwbench = (!cli.no_hardware_benchmarks).then(|| config.database.path().map(|database_path| { let _ = std::fs::create_dir_all(database_path); - sc_sysinfo::gather_hwbench(Some(database_path)) + sc_sysinfo::gather_hwbench(Some(database_path), &SUBSTRATE_REFERENCE_HARDWARE) })).flatten(); let para_id = chain_spec::Extensions::try_get(&*config.chain_spec) @@ -535,7 +538,7 @@ impl CliConfiguration for RelayChainCli { .or_else(|| Some(self.base_path.clone().into()))) } - fn rpc_addr(&self, default_listen_port: u16) -> Result> { + fn rpc_addr(&self, default_listen_port: u16) -> Result>> { self.base.base.rpc_addr(default_listen_port) } @@ -549,15 +552,9 @@ impl CliConfiguration for RelayChainCli { .prometheus_config(default_listen_port, chain_spec) } - fn init( - &self, - _support_url: &String, - _impl_version: &String, - _logger_hook: F, - _config: &sc_service::Configuration, - ) -> Result<()> + fn init(&self, _support_url: &String, _impl_version: &String, _logger_hook: F) -> Result<()> where - F: FnOnce(&mut sc_cli::LoggerBuilder, &sc_service::Configuration), + F: FnOnce(&mut sc_cli::LoggerBuilder), { unreachable!("PolkadotCli is never initialized; qed"); } diff --git a/node/src/command/solochain.rs b/node/src/command/solochain.rs index 8dd527b4a..040f714b9 100644 --- a/node/src/command/solochain.rs +++ b/node/src/command/solochain.rs @@ -16,6 +16,7 @@ //! Helper functions used to implement solochain collator +use sc_service::config::ExecutorConfiguration; use { crate::cli::{Cli, RelayChainCli}, futures::FutureExt, @@ -303,38 +304,41 @@ pub fn dummy_config(tokio_handle: tokio::runtime::Handle, base_path: BasePath) - .with_genesis_config_patch(Default::default()) .build(), ), - wasm_method: Default::default(), - wasmtime_precompiled: None, + executor: ExecutorConfiguration { + wasm_method: Default::default(), + wasmtime_precompiled: None, + default_heap_pages: None, + max_runtime_instances: 0, + runtime_cache_size: 0, + }, wasm_runtime_overrides: None, - rpc_addr: None, - rpc_max_connections: 0, - rpc_cors: None, - rpc_methods: Default::default(), - rpc_max_request_size: 0, - rpc_max_response_size: 0, - rpc_id_provider: None, - rpc_max_subs_per_conn: 0, - rpc_port: 0, - rpc_message_buffer_capacity: 0, - rpc_batch_config: BatchRequestConfig::Disabled, - rpc_rate_limit: None, - rpc_rate_limit_whitelisted_ips: vec![], - rpc_rate_limit_trust_proxy_headers: false, + rpc: sc_service::config::RpcConfiguration { + addr: None, + max_connections: 0, + cors: None, + methods: Default::default(), + max_request_size: 0, + max_response_size: 0, + id_provider: None, + max_subs_per_conn: 0, + port: 0, + message_buffer_capacity: 0, + batch_config: BatchRequestConfig::Disabled, + rate_limit: None, + rate_limit_whitelisted_ips: vec![], + rate_limit_trust_proxy_headers: false, + }, prometheus_config: None, telemetry_endpoints: None, - default_heap_pages: None, offchain_worker: Default::default(), force_authoring: false, disable_grandpa: false, dev_key_seed: None, tracing_targets: None, tracing_receiver: Default::default(), - max_runtime_instances: 0, announce_block: false, data_path: Default::default(), base_path, - informant_output_format: Default::default(), - runtime_cache_size: 0, } } diff --git a/node/src/rpc.rs b/node/src/rpc.rs index 3e2fdc9a2..26317acdd 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -21,7 +21,6 @@ #![warn(missing_docs)] -pub use sc_rpc::DenyUnsafe; use { cumulus_primitives_core::ParaId, dancebox_runtime::{opaque::Block, AccountId, Index as Nonce}, @@ -52,8 +51,6 @@ pub struct FullDeps { pub client: Arc, /// Transaction pool instance. pub pool: Arc

, - /// Whether to deny unsafe calls - pub deny_unsafe: DenyUnsafe, /// Manual seal command sink pub command_sink: Option>>, /// Channels for manual xcm messages (downward, hrmp) @@ -85,12 +82,11 @@ where let FullDeps { client, pool, - deny_unsafe, command_sink, xcm_senders, } = deps; - module.merge(System::new(client.clone(), pool, deny_unsafe).into_rpc())?; + module.merge(System::new(client.clone(), pool).into_rpc())?; module.merge(StreamPayment::<_, Block>::new(client.clone()).into_rpc())?; module.merge(ServicesPayment::<_, Block>::new(client).into_rpc())?; diff --git a/node/src/service.rs b/node/src/service.rs index 8d51bb9a1..a2425171a 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -16,6 +16,7 @@ //! Service and ServiceFactory implementation. Specialized wrapper over substrate service. +use frame_support::__private::sp_tracing::tracing::Instrument; use { crate::command::solochain::{ build_solochain_config_dir, copy_zombienet_keystore, dummy_config, keystore_config, @@ -238,7 +239,6 @@ pub fn import_queue( /// Start a node with the given parachain `Configuration` and relay chain `Configuration`. /// /// This is the actual implementation that is abstract over the executor and the runtime api. -#[sc_tracing::logging::prefix_logs_with("Orchestrator")] async fn start_node_impl( orchestrator_config: Configuration, polkadot_config: Configuration, @@ -281,11 +281,10 @@ async fn start_node_impl( let client = node_builder.client.clone(); let transaction_pool = node_builder.transaction_pool.clone(); - Box::new(move |deny_unsafe, _| { + Box::new(move |_| { let deps = crate::rpc::FullDeps { client: client.clone(), pool: transaction_pool.clone(), - deny_unsafe, command_sink: None, xcm_senders: None, }; @@ -676,6 +675,10 @@ pub async fn start_parachain_node( para_id, hwbench, ) + .instrument(sc_tracing::tracing::info_span!( + sc_tracing::logging::PREFIX_LOG_SPAN, + name = "Orchestrator", + )) .await } @@ -1002,11 +1005,10 @@ pub fn start_dev_node( let client = node_builder.client.clone(); let transaction_pool = node_builder.transaction_pool.clone(); - Box::new(move |deny_unsafe, _| { + Box::new(move |_| { let deps = crate::rpc::FullDeps { client: client.clone(), pool: transaction_pool.clone(), - deny_unsafe, command_sink: command_sink.clone(), xcm_senders: xcm_senders.clone(), }; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 792cbdcfc..ebea16a06 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -94,6 +94,7 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-balances/runtime-benchmarks", + "pallet-beefy-mmr/runtime-benchmarks", "pallet-configuration/runtime-benchmarks", "pallet-data-preservers/runtime-benchmarks", "pallet-external-validators/runtime-benchmarks", diff --git a/runtime/dancebox/src/lib.rs b/runtime/dancebox/src/lib.rs index 897fe1edf..ea045d1d6 100644 --- a/runtime/dancebox/src/lib.rs +++ b/runtime/dancebox/src/lib.rs @@ -459,7 +459,7 @@ where pallet_treasury::NegativeImbalanceOf: From>, { // this seems to be called for substrate-based transactions - fn on_unbalanceds( + fn on_unbalanceds( mut fees_then_tips: impl Iterator>>, ) { if let Some(fees) = fees_then_tips.next() { diff --git a/runtime/dancebox/src/tests/common/xcm/constants.rs b/runtime/dancebox/src/tests/common/xcm/constants.rs index 27a236628..c9c03cb27 100644 --- a/runtime/dancebox/src/tests/common/xcm/constants.rs +++ b/runtime/dancebox/src/tests/common/xcm/constants.rs @@ -18,7 +18,6 @@ use { AccountId, AssignmentId, AuthorityDiscoveryId, ValidatorId, }, emulated_integration_tests_common::build_genesis_storage, - polkadot_service::chain_spec::get_authority_keys_from_seed_no_beefy, sc_consensus_grandpa::AuthorityId as GrandpaId, sp_consensus_babe::AuthorityId as BabeId, sp_consensus_beefy::ecdsa_crypto::AuthorityId as BeefyId, @@ -46,6 +45,29 @@ where AccountPublic::from(get_from_seed::(seed)).into_account() } +/// Helper function to generate stash, controller and session key from seed +pub fn get_authority_keys_from_seed_no_beefy( + seed: &str, +) -> ( + AccountId, + AccountId, + BabeId, + GrandpaId, + ValidatorId, + AssignmentId, + AuthorityDiscoveryId, +) { + ( + get_account_id_from_seed::(&format!("{}//stash", seed)), + get_account_id_from_seed::(seed), + get_from_seed::(seed), + get_from_seed::(seed), + get_from_seed::(seed), + get_from_seed::(seed), + get_from_seed::(seed), + ) +} + pub mod accounts { use super::*; pub const ALICE: &str = "Alice"; @@ -174,7 +196,7 @@ pub mod westend { x.0.clone(), x.1.clone(), STASH, - westend_runtime::StakerStatus::Validator, + polkadot_runtime_common::StakerStatus::Validator, ) }) .collect(), diff --git a/runtime/dancebox/src/tests/common/xcm/core_buyer.rs b/runtime/dancebox/src/tests/common/xcm/core_buyer.rs index feec99317..1cdb011c7 100644 --- a/runtime/dancebox/src/tests/common/xcm/core_buyer.rs +++ b/runtime/dancebox/src/tests/common/xcm/core_buyer.rs @@ -23,7 +23,7 @@ use { *, }, }, - polkadot_runtime_parachains::assigner_on_demand as parachains_assigner_on_demand, + polkadot_runtime_parachains::on_demand as parachains_assigner_on_demand, staging_xcm::latest::{MaybeErrorCode, Response}, tp_traits::ParaId, xcm_emulator::Chain, @@ -34,10 +34,10 @@ const ROCOCO_ED: u128 = rococo_runtime_constants::currency::EXISTENTIAL_DEPOSIT; const BUY_EXECUTION_COST: u128 = crate::xcm_config::XCM_BUY_EXECUTION_COST_ROCOCO; // Difference between BUY_EXECUTION_COST and the actual cost that depends on the weight of the XCM // message, gets refunded on successful execution of core buying extrinsic. -const BUY_EXECUTION_REFUND: u128 = 3334777; +const BUY_EXECUTION_REFUND: u128 = 3076488; // Difference between BUY_EXECUTION_COST and the actual cost that depends on the weight of the XCM // message, gets refunded on un-successful execution of core buying extrinsic. -const BUY_EXECUTION_REFUND_ON_FAILURE: u128 = 1001467; +const BUY_EXECUTION_REFUND_ON_FAILURE: u128 = 743178; #[test] fn constants() { diff --git a/runtime/dancebox/src/tests/common/xcm/core_buyer_common.rs b/runtime/dancebox/src/tests/common/xcm/core_buyer_common.rs index 7b01c81d8..8562b5784 100644 --- a/runtime/dancebox/src/tests/common/xcm/core_buyer_common.rs +++ b/runtime/dancebox/src/tests/common/xcm/core_buyer_common.rs @@ -36,9 +36,7 @@ use { nimbus_primitives::NimbusId, pallet_xcm_core_buyer::RelayXcmWeightConfigInner, parity_scale_codec::Encode, - polkadot_runtime_parachains::{ - assigner_on_demand as parachains_assigner_on_demand, configuration, - }, + polkadot_runtime_parachains::{configuration, on_demand as parachains_assigner_on_demand}, sp_core::Pair, sp_runtime::{traits::ValidateUnsigned, AccountId32}, staging_xcm::v3::QueryId, @@ -52,10 +50,10 @@ pub const ROCOCO_ED: u128 = rococo_runtime_constants::currency::EXISTENTIAL_DEPO pub const BUY_EXECUTION_COST: u128 = crate::xcm_config::XCM_BUY_EXECUTION_COST_ROCOCO; // Difference between BUY_EXECUTION_COST and the actual cost that depends on the weight of the XCM // message, gets refunded on successful execution of core buying extrinsic. -pub const BUY_EXECUTION_REFUND: u128 = 3334777; +pub const BUY_EXECUTION_REFUND: u128 = 3076488; // Difference between BUY_EXECUTION_COST and the actual cost that depends on the weight of the XCM // message, gets refunded on un-successful execution of core buying extrinsic. -pub const BUY_EXECUTION_REFUND_ON_FAILURE: u128 = 1001467; +pub const BUY_EXECUTION_REFUND_ON_FAILURE: u128 = 743178; pub const PLACE_ORDER_WEIGHT_AT_MOST: Weight = Weight::from_parts(1_000_000_000, 100_000); diff --git a/runtime/dancebox/src/tests/common/xcm/force_core_buyer.rs b/runtime/dancebox/src/tests/common/xcm/force_core_buyer.rs index 965e96c61..e0c10e39f 100644 --- a/runtime/dancebox/src/tests/common/xcm/force_core_buyer.rs +++ b/runtime/dancebox/src/tests/common/xcm/force_core_buyer.rs @@ -23,7 +23,7 @@ use { *, }, }, - polkadot_runtime_parachains::assigner_on_demand as parachains_assigner_on_demand, + polkadot_runtime_parachains::on_demand as parachains_assigner_on_demand, staging_xcm::latest::{MaybeErrorCode, Response}, tp_traits::ParaId, xcm_emulator::Chain, diff --git a/runtime/dancebox/src/weights/pallet_assets.rs b/runtime/dancebox/src/weights/pallet_assets.rs index 68c96c42b..3711ede95 100644 --- a/runtime/dancebox/src/weights/pallet_assets.rs +++ b/runtime/dancebox/src/weights/pallet_assets.rs @@ -177,6 +177,15 @@ impl pallet_assets::WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } + fn transfer_all() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 46_573_000 picoseconds. + Weight::from_parts(47_385_000, 3593) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } /// Storage: `ForeignAssets::Asset` (r:1 w:1) /// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(208), added: 2683, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Account` (r:2 w:2) diff --git a/runtime/flashbox/src/lib.rs b/runtime/flashbox/src/lib.rs index 3ea1031f1..0f65e7832 100644 --- a/runtime/flashbox/src/lib.rs +++ b/runtime/flashbox/src/lib.rs @@ -436,7 +436,7 @@ where pallet_treasury::NegativeImbalanceOf: From>, { // this seems to be called for substrate-based transactions - fn on_unbalanceds( + fn on_unbalanceds( mut fees_then_tips: impl Iterator>>, ) { if let Some(fees) = fees_then_tips.next() { diff --git a/runtime/relay-encoder/src/rococo.rs b/runtime/relay-encoder/src/rococo.rs index 67f9e740c..b04c9a7d4 100644 --- a/runtime/relay-encoder/src/rococo.rs +++ b/runtime/relay-encoder/src/rococo.rs @@ -35,9 +35,7 @@ pub enum OnDemandAssignmentProviderCall { #[cfg(test)] mod tests { - use { - super::*, polkadot_runtime_parachains::assigner_on_demand as parachains_assigner_on_demand, - }; + use {super::*, polkadot_runtime_parachains::on_demand as parachains_assigner_on_demand}; #[test] fn encode_place_order_allow_death() { diff --git a/runtime/relay-encoder/src/westend.rs b/runtime/relay-encoder/src/westend.rs index f5a014f71..8ccdd9a9b 100644 --- a/runtime/relay-encoder/src/westend.rs +++ b/runtime/relay-encoder/src/westend.rs @@ -35,9 +35,7 @@ pub enum OnDemandAssignmentProviderCall { #[cfg(test)] mod tests { - use { - super::*, polkadot_runtime_parachains::assigner_on_demand as parachains_assigner_on_demand, - }; + use {super::*, polkadot_runtime_parachains::on_demand as parachains_assigner_on_demand}; #[test] fn encode_place_order_allow_death() { diff --git a/solo-chains/client/cli/src/command.rs b/solo-chains/client/cli/src/command.rs index 6e918f668..fd147fc7e 100644 --- a/solo-chains/client/cli/src/command.rs +++ b/solo-chains/client/cli/src/command.rs @@ -156,7 +156,7 @@ where .then(|| { config.database.path().map(|database_path| { let _ = std::fs::create_dir_all(database_path); - sc_sysinfo::gather_hwbench(Some(database_path)) + sc_sysinfo::gather_hwbench(Some(database_path), &SUBSTRATE_REFERENCE_HARDWARE) }) }) .flatten(); diff --git a/solo-chains/node/tanssi-relay-service/src/dev_service.rs b/solo-chains/node/tanssi-relay-service/src/dev_service.rs index b8c355b66..207a56461 100644 --- a/solo-chains/node/tanssi-relay-service/src/dev_service.rs +++ b/solo-chains/node/tanssi-relay-service/src/dev_service.rs @@ -49,7 +49,7 @@ use { InherentData as ParachainsInherentData, OccupiedCoreAssumption, SigningContext, ValidityAttestation, }, - polkadot_rpc::{DenyUnsafe, RpcExtension}, + polkadot_rpc::RpcExtension, polkadot_service::{ BlockT, Error, IdentifyVariant, NewFullParams, OverseerGen, SelectRelayChain, }, @@ -105,10 +105,6 @@ struct DevDeps { pub client: Arc, /// Transaction pool instance. pub pool: Arc

, - /// A copy of the chain spec. - pub chain_spec: Box, - /// Whether to deny unsafe calls - pub deny_unsafe: DenyUnsafe, /// Manual seal command sink pub command_sink: Option>>, /// Channels for dev rpcs @@ -119,8 +115,6 @@ fn create_dev_rpc_extension( DevDeps { client, pool, - chain_spec, - deny_unsafe, command_sink: maybe_command_sink, dev_rpc_data: maybe_dev_rpc_data, }: DevDeps, @@ -140,22 +134,11 @@ where { use { pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApiServer}, - sc_rpc_spec_v2::chain_spec::{ChainSpec, ChainSpecApiServer}, substrate_frame_rpc_system::{System, SystemApiServer}, }; let mut io = RpcModule::new(()); - - let chain_name = chain_spec.name().to_string(); - let genesis_hash = client - .hash(0) - .ok() - .flatten() - .expect("Genesis block exists; qed"); - let properties = chain_spec.properties(); - - io.merge(ChainSpec::new(chain_name, genesis_hash, properties).into_rpc())?; - io.merge(System::new(client.clone(), pool.clone(), deny_unsafe).into_rpc())?; + io.merge(System::new(client.clone(), pool.clone()).into_rpc())?; io.merge(TransactionPayment::new(client.clone()).into_rpc())?; if let Some(command_sink) = maybe_command_sink { @@ -577,7 +560,7 @@ fn new_full< .. }: NewFullParams, ) -> Result { - let role = config.role.clone(); + let role = config.role; let basics = new_partial_basics(&mut config, telemetry_worker_handle)?; @@ -602,8 +585,10 @@ fn new_full< config.prometheus_config.as_ref().map(|cfg| &cfg.registry), ); - let net_config = - sc_network::config::FullNetworkConfiguration::<_, _, Network>::new(&config.network); + let net_config = sc_network::config::FullNetworkConfiguration::<_, _, Network>::new( + &config.network, + prometheus_registry.clone(), + ); // Create channels for mocked parachain candidates. let (downward_mock_para_inherent_sender, downward_mock_para_inherent_receiver) = @@ -618,7 +603,7 @@ fn new_full< spawn_handle: task_manager.spawn_handle(), import_queue, block_announce_validator_builder: None, - warp_sync_params: None, + warp_sync_config: None, block_relay: None, metrics, })?; @@ -771,16 +756,12 @@ fn new_full< let rpc_extensions_builder = { let client = client.clone(); let transaction_pool = transaction_pool.clone(); - let chain_spec = config.chain_spec.cloned_box(); - move |deny_unsafe, - _subscription_executor: polkadot_rpc::SubscriptionTaskExecutor| - -> Result { + move |_subscription_executor: polkadot_rpc::SubscriptionTaskExecutor| + -> Result { let deps = DevDeps { client: client.clone(), pool: transaction_pool.clone(), - chain_spec: chain_spec.cloned_box(), - deny_unsafe, command_sink: command_sink.clone(), dev_rpc_data: dev_rpc_data.clone(), }; @@ -902,18 +883,19 @@ fn new_partial_basics( .transpose()?; let heap_pages = config + .executor .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as u32, }); let mut wasm_builder = WasmExecutor::builder() - .with_execution_method(config.wasm_method) + .with_execution_method(config.executor.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) - .with_max_runtime_instances(config.max_runtime_instances) - .with_runtime_cache_size(config.runtime_cache_size); - if let Some(ref wasmtime_precompiled_path) = config.wasmtime_precompiled { + .with_max_runtime_instances(config.executor.max_runtime_instances) + .with_runtime_cache_size(config.executor.runtime_cache_size); + if let Some(ref wasmtime_precompiled_path) = config.executor.wasmtime_precompiled { wasm_builder = wasm_builder.with_wasmtime_precompiled_path(wasmtime_precompiled_path); } let executor = wasm_builder.build(); diff --git a/solo-chains/runtime/dancelight/Cargo.toml b/solo-chains/runtime/dancelight/Cargo.toml index d6a318f71..e591100e4 100644 --- a/solo-chains/runtime/dancelight/Cargo.toml +++ b/solo-chains/runtime/dancelight/Cargo.toml @@ -314,6 +314,7 @@ runtime-benchmarks = [ "pallet-author-noting/runtime-benchmarks", "pallet-babe/runtime-benchmarks", "pallet-balances/runtime-benchmarks", + "pallet-beefy-mmr/runtime-benchmarks", "pallet-collator-assignment/runtime-benchmarks", "pallet-collator-assignment/runtime-benchmarks", "pallet-collective/runtime-benchmarks", diff --git a/solo-chains/runtime/dancelight/src/bridge_to_ethereum_config.rs b/solo-chains/runtime/dancelight/src/bridge_to_ethereum_config.rs index d8c2a36d8..fbee6d80c 100644 --- a/solo-chains/runtime/dancelight/src/bridge_to_ethereum_config.rs +++ b/solo-chains/runtime/dancelight/src/bridge_to_ethereum_config.rs @@ -124,6 +124,8 @@ parameter_types! { impl snowbridge_pallet_ethereum_client::Config for Runtime { type RuntimeEvent = RuntimeEvent; type ForkVersions = ChainForkVersions; + + type FreeHeadersInterval = (); type WeightInfo = weights::snowbridge_pallet_ethereum_client::SubstrateWeight; } diff --git a/solo-chains/runtime/dancelight/src/genesis_config_presets.rs b/solo-chains/runtime/dancelight/src/genesis_config_presets.rs index 7134acdcc..2747ce09a 100644 --- a/solo-chains/runtime/dancelight/src/genesis_config_presets.rs +++ b/solo-chains/runtime/dancelight/src/genesis_config_presets.rs @@ -23,13 +23,15 @@ use { authority_discovery_primitives::AuthorityId as AuthorityDiscoveryId, babe_primitives::AuthorityId as BabeId, beefy_primitives::ecdsa_crypto::AuthorityId as BeefyId, - cumulus_primitives_core::relay_chain::{ASSIGNMENT_KEY_TYPE_ID, PARACHAIN_KEY_TYPE_ID}, + cumulus_primitives_core::relay_chain::{ + SchedulerParams, ASSIGNMENT_KEY_TYPE_ID, PARACHAIN_KEY_TYPE_ID, + }, dancelight_runtime_constants::currency::UNITS as STAR, dp_container_chain_genesis_data::ContainerChainGenesisData, grandpa_primitives::AuthorityId as GrandpaId, nimbus_primitives::NimbusId, pallet_configuration::HostConfiguration, - primitives::{vstaging::SchedulerParams, AccountId, AccountPublic, AssignmentId, ValidatorId}, + primitives::{AccountId, AccountPublic, AssignmentId, ValidatorId}, scale_info::prelude::string::String, sp_arithmetic::{traits::Saturating, Perbill}, sp_core::{ diff --git a/solo-chains/runtime/dancelight/src/lib.rs b/solo-chains/runtime/dancelight/src/lib.rs index 4ee0f689f..2aa44c99a 100644 --- a/solo-chains/runtime/dancelight/src/lib.rs +++ b/solo-chains/runtime/dancelight/src/lib.rs @@ -62,13 +62,13 @@ use { SlowAdjustingFeeUpdate, }, runtime_parachains::{ - assigner_on_demand as parachains_assigner_on_demand, configuration as parachains_configuration, disputes::{self as parachains_disputes, slashing as parachains_slashing}, dmp as parachains_dmp, hrmp as parachains_hrmp, inclusion::{self as parachains_inclusion, UmpQueueId}, - initializer as parachains_initializer, origin as parachains_origin, - paras as parachains_paras, paras_inherent as parachains_paras_inherent, + initializer as parachains_initializer, on_demand as parachains_assigner_on_demand, + origin as parachains_origin, paras as parachains_paras, + paras_inherent as parachains_paras_inherent, runtime_api_impl::{ v10 as parachains_runtime_api_impl, vstaging as vstaging_parachains_runtime_api_impl, }, @@ -120,9 +120,9 @@ use { sp_runtime::{ create_runtime_str, generic, impl_opaque_keys, traits::{ - AccountIdConversion, BlakeTwo256, Block as BlockT, ConstU32, Extrinsic as ExtrinsicT, - Hash as HashT, IdentityLookup, Keccak256, OpaqueKeys, SaturatedConversion, Verify, - Zero, + AccountIdConversion, BlakeTwo256, Block as BlockT, ConstU32, Convert, + Extrinsic as ExtrinsicT, Hash as HashT, IdentityLookup, Keccak256, OpaqueKeys, + SaturatedConversion, Verify, Zero, }, transaction_validity::{TransactionPriority, TransactionSource, TransactionValidity}, ApplyExtrinsicResult, FixedU128, KeyTypeId, Perbill, Percent, Permill, RuntimeDebug, @@ -603,7 +603,6 @@ use frame_support::traits::Currency; #[cfg(feature = "runtime-benchmarks")] use pallet_treasury::ArgumentsFactory; use runtime_parachains::configuration::HostConfiguration; -use sp_runtime::traits::Convert; #[cfg(feature = "runtime-benchmarks")] impl ArgumentsFactory<(), T::AccountId> for TreasuryBenchmarkHelper @@ -1269,6 +1268,8 @@ impl pallet_mmr::Config for Runtime { type WeightInfo = (); type LeafData = pallet_beefy_mmr::Pallet; type BlockHashProvider = pallet_mmr::DefaultBlockHashProvider; + #[cfg(feature = "runtime-benchmarks")] + type BenchmarkHelper = (); } parameter_types! { @@ -1296,6 +1297,7 @@ impl pallet_beefy_mmr::Config for Runtime { type BeefyAuthorityToMerkleLeaf = pallet_beefy_mmr::BeefyEcdsaToEthereum; type LeafExtra = H256; type BeefyDataProvider = ParaHeadsRootProvider; + type WeightInfo = (); } impl paras_sudo_wrapper::Config for Runtime {} @@ -2351,7 +2353,7 @@ sp_api::impl_runtime_apis! { } } - #[api_version(4)] + #[api_version(5)] impl beefy_primitives::BeefyApi for Runtime { fn beefy_genesis() -> Option { pallet_beefy::GenesisBlock::::get() @@ -2377,6 +2379,31 @@ sp_api::impl_runtime_apis! { ) } + fn submit_report_fork_voting_unsigned_extrinsic( + equivocation_proof: + beefy_primitives::ForkVotingProof< + ::Header, + BeefyId, + sp_runtime::OpaqueValue + >, + key_owner_proof: beefy_primitives::OpaqueKeyOwnershipProof, + ) -> Option<()> { + Beefy::submit_unsigned_fork_voting_report( + equivocation_proof.try_into()?, + key_owner_proof.decode()?, + ) + } + + fn submit_report_future_block_voting_unsigned_extrinsic( + equivocation_proof: beefy_primitives::FutureBlockVotingProof, + key_owner_proof: beefy_primitives::OpaqueKeyOwnershipProof, + ) -> Option<()> { + Beefy::submit_unsigned_future_block_voting_report( + equivocation_proof, + key_owner_proof.decode()?, + ) + } + fn generate_key_ownership_proof( _set_id: beefy_primitives::ValidatorSetId, authority_id: BeefyId, @@ -2385,6 +2412,17 @@ sp_api::impl_runtime_apis! { .map(|p| p.encode()) .map(beefy_primitives::OpaqueKeyOwnershipProof::new) } + + fn generate_ancestry_proof( + prev_block_number: BlockNumber, + best_known_block_number: Option, + ) -> Option { + use beefy_primitives::AncestryHelper; + + BeefyMmrLeaf::generate_proof(prev_block_number, best_known_block_number) + .map(|p| p.encode()) + .map(sp_runtime::OpaqueValue::new) + } } #[api_version(2)] diff --git a/solo-chains/runtime/dancelight/src/tests/collator_assignment_tests.rs b/solo-chains/runtime/dancelight/src/tests/collator_assignment_tests.rs index fff9e7271..7402ee76e 100644 --- a/solo-chains/runtime/dancelight/src/tests/collator_assignment_tests.rs +++ b/solo-chains/runtime/dancelight/src/tests/collator_assignment_tests.rs @@ -22,10 +22,12 @@ use { Configuration, ContainerRegistrar, GetCoreAllocationConfigurationImpl, Paras, Registrar, ServicesPayment, TanssiAuthorityMapping, TanssiInvulnerables, }, - cumulus_primitives_core::{relay_chain::HeadData, ParaId}, + cumulus_primitives_core::{ + relay_chain::{HeadData, SchedulerParams}, + ParaId, + }, frame_support::{assert_noop, assert_ok, dispatch::RawOrigin}, parity_scale_codec::Encode, - primitives::vstaging::SchedulerParams, runtime_common::paras_registrar, sp_consensus_aura::AURA_ENGINE_ID, sp_core::Get, diff --git a/solo-chains/runtime/dancelight/src/tests/common/mod.rs b/solo-chains/runtime/dancelight/src/tests/common/mod.rs index 4c9c13222..fbb9d068b 100644 --- a/solo-chains/runtime/dancelight/src/tests/common/mod.rs +++ b/solo-chains/runtime/dancelight/src/tests/common/mod.rs @@ -1144,7 +1144,7 @@ impl ParasInherentTestBuilder } use { - frame_support::StorageHasher, primitives::vstaging::SchedulerParams, + cumulus_primitives_core::relay_chain::SchedulerParams, frame_support::StorageHasher, tp_traits::ParathreadParams, }; diff --git a/solo-chains/runtime/dancelight/src/tests/core_scheduling_tests.rs b/solo-chains/runtime/dancelight/src/tests/core_scheduling_tests.rs index 8cb1044a2..812d88c40 100644 --- a/solo-chains/runtime/dancelight/src/tests/core_scheduling_tests.rs +++ b/solo-chains/runtime/dancelight/src/tests/core_scheduling_tests.rs @@ -21,7 +21,7 @@ use { tests::common::*, ContainerRegistrar, OnDemandAssignmentProvider, Paras, Registrar, Session, }, cumulus_primitives_core::relay_chain::{ - vstaging::SchedulerParams, AsyncBackingParams, CoreIndex, HeadData, + AsyncBackingParams, CoreIndex, HeadData, SchedulerParams, }, dancelight_runtime_constants::time::EpochDurationInBlocks, frame_support::assert_ok, diff --git a/solo-chains/runtime/dancelight/src/weights/runtime_parachains_assigner_on_demand.rs b/solo-chains/runtime/dancelight/src/weights/runtime_parachains_assigner_on_demand.rs index 25a16aec1..34eedc019 100644 --- a/solo-chains/runtime/dancelight/src/weights/runtime_parachains_assigner_on_demand.rs +++ b/solo-chains/runtime/dancelight/src/weights/runtime_parachains_assigner_on_demand.rs @@ -53,7 +53,7 @@ use sp_std::marker::PhantomData; /// Weights for runtime_parachains::assigner_on_demand using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); -impl runtime_parachains::assigner_on_demand::WeightInfo for SubstrateWeight { +impl runtime_parachains::on_demand::WeightInfo for SubstrateWeight { /// Storage: `OnDemandAssignmentProvider::QueueStatus` (r:1 w:1) /// Proof: `OnDemandAssignmentProvider::QueueStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `System::Account` (r:1 w:1) diff --git a/solo-chains/runtime/dancelight/src/weights/runtime_parachains_inclusion.rs b/solo-chains/runtime/dancelight/src/weights/runtime_parachains_inclusion.rs index d5ffe7fe9..5fea02839 100644 --- a/solo-chains/runtime/dancelight/src/weights/runtime_parachains_inclusion.rs +++ b/solo-chains/runtime/dancelight/src/weights/runtime_parachains_inclusion.rs @@ -54,25 +54,26 @@ use sp_std::marker::PhantomData; /// Weights for runtime_parachains::inclusion using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl runtime_parachains::inclusion::WeightInfo for SubstrateWeight { - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(55), added: 2530, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::Pages` (r:1 w:999) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32818), added: 35293, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// The range of component `i` is `[1, 1000]`. - fn receive_upward_messages(i: u32, ) -> Weight { + + fn enact_candidate(u: u32, h: u32, c: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `33060` - // Estimated: `36283` - // Minimum execution time: 69_361_000 picoseconds. - Weight::from_parts(69_825_000, 36283) - // Standard Error: 38_911 - .saturating_add(Weight::from_parts(54_038_461, 0).saturating_mul(i.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) + // Measured: `33353 + c * (16114 ±0) + h * (75 ±0)` + // Estimated: `36818 + c * (26467 ±0) + h * (2551 ±0)` + // Minimum execution time: 4_829_551_000 picoseconds. + Weight::from_parts(1_892_697_027, 0) + .saturating_add(Weight::from_parts(0, 36818)) + // Standard Error: 793_993 + .saturating_add(Weight::from_parts(126_698_671, 0).saturating_mul(u.into())) + // Standard Error: 793_993 + .saturating_add(Weight::from_parts(144_116_038, 0).saturating_mul(h.into())) + .saturating_add(T::DbWeight::get().reads(7)) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(h.into()))) + .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(c.into()))) + .saturating_add(T::DbWeight::get().writes(10)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) + .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(h.into()))) + .saturating_add(T::DbWeight::get().writes((7_u64).saturating_mul(c.into()))) + .saturating_add(Weight::from_parts(0, 26467).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2551).saturating_mul(h.into())) } } \ No newline at end of file diff --git a/solo-chains/runtime/dancelight/src/weights/runtime_parachains_paras_inherent.rs b/solo-chains/runtime/dancelight/src/weights/runtime_parachains_paras_inherent.rs index b5b3225ea..85d5ba223 100644 --- a/solo-chains/runtime/dancelight/src/weights/runtime_parachains_paras_inherent.rs +++ b/solo-chains/runtime/dancelight/src/weights/runtime_parachains_paras_inherent.rs @@ -335,4 +335,15 @@ impl runtime_parachains::paras_inherent::WeightInfo for .saturating_add(T::DbWeight::get().reads(31_u64)) .saturating_add(T::DbWeight::get().writes(14_u64)) } + + fn enter_empty() -> Weight { + // Proof Size summary in bytes: + // Measured: `8967` + // Estimated: `12432` + // Minimum execution time: 144_751_000 picoseconds. + Weight::from_parts(153_966_000, 0) + .saturating_add(Weight::from_parts(0, 12432)) + .saturating_add(T::DbWeight::get().reads(15)) + .saturating_add(T::DbWeight::get().writes(5)) + } } \ No newline at end of file diff --git a/solo-chains/runtime/dancelight/src/xcm_config.rs b/solo-chains/runtime/dancelight/src/xcm_config.rs index 2048d3ded..ab38f8a6a 100644 --- a/solo-chains/runtime/dancelight/src/xcm_config.rs +++ b/solo-chains/runtime/dancelight/src/xcm_config.rs @@ -43,10 +43,10 @@ use { AllowSubscriptionsFrom, AllowTopLevelPaidExecutionFrom, ChildParachainAsNative, ChildParachainConvertsVia, DescribeAllTerminal, DescribeFamily, FixedWeightBounds, FrameTransactionalProcessor, FungibleAdapter, HashedDescription, IsChildSystemParachain, - IsConcrete, MintLocation, OriginToPluralityVoice, SignedAccountId32AsNative, - SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, TrailingSetTopicAsId, - UsingComponents, WithComputedOrigin, WithUniqueTopic, XcmFeeManagerFromComponents, - XcmFeeToAccount, + IsConcrete, MintLocation, OriginToPluralityVoice, SendXcmFeeToAccount, + SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, + TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, WithComputedOrigin, + WithUniqueTopic, XcmFeeManagerFromComponents, }, xcm_executor::XcmExecutor, }; @@ -213,7 +213,7 @@ impl xcm_executor::Config for XcmConfig { type MaxAssetsIntoHolding = MaxAssetsIntoHolding; type FeeManager = XcmFeeManagerFromComponents< WaivedLocations, - XcmFeeToAccount, + SendXcmFeeToAccount, >; type MessageExporter = (); type UniversalAliases = Nothing; diff --git a/test/contracts/solidity/XcmInterface.sol b/test/contracts/solidity/XcmInterface.sol index d66ffa030..456744244 100644 --- a/test/contracts/solidity/XcmInterface.sol +++ b/test/contracts/solidity/XcmInterface.sol @@ -17,12 +17,6 @@ interface XCM { bytes[] interior; } - // Support for Weights V2 - struct Weight { - uint64 refTime; - uint64 proofSize; - } - // A way to represent fungible assets in XCM using Location format struct AssetLocationInfo { Location location; @@ -41,14 +35,11 @@ interface XCM { /// @param beneficiary The actual account that will receive the tokens on dest. /// @param assets The combination (array) of assets to send. /// @param feeAssetItem The index of the asset that will be used to pay for fees. - /// @param weight The weight to be used for the whole XCM operation. - /// (uint64::MAX in refTime means Unlimited weight) function transferAssetsLocation( Location memory dest, Location memory beneficiary, AssetLocationInfo[] memory assets, - uint32 feeAssetItem, - Weight memory weight + uint32 feeAssetItem ) external; /// @dev Function to send assets via XCM to a 20 byte-like parachain @@ -58,14 +49,11 @@ interface XCM { /// @param beneficiary The actual account that will receive the tokens on paraId destination. /// @param assets The combination (array) of assets to send. /// @param feeAssetItem The index of the asset that will be used to pay for fees. - /// @param weight The weight to be used for the whole XCM operation. - /// (uint64::MAX in refTime means Unlimited weight) function transferAssetsToPara20( uint32 paraId, address beneficiary, AssetAddressInfo[] memory assets, - uint32 feeAssetItem, - Weight memory weight + uint32 feeAssetItem ) external; /// @dev Function to send assets via XCM to a 32 byte-like parachain @@ -75,14 +63,11 @@ interface XCM { /// @param beneficiary The actual account that will receive the tokens on paraId destination. /// @param assets The combination (array) of assets to send. /// @param feeAssetItem The index of the asset that will be used to pay for fees. - /// @param weight The weight to be used for the whole XCM operation. - /// (uint64::MAX in refTime means Unlimited weight) function transferAssetsToPara32( uint32 paraId, bytes32 beneficiary, AssetAddressInfo[] memory assets, - uint32 feeAssetItem, - Weight memory weight + uint32 feeAssetItem ) external; /// @dev Function to send assets via XCM to the relay chain @@ -91,12 +76,9 @@ interface XCM { /// @param beneficiary The actual account that will receive the tokens on the relay chain. /// @param assets The combination (array) of assets to send. /// @param feeAssetItem The index of the asset that will be used to pay for fees. - /// @param weight The weight to be used for the whole XCM operation. - /// (uint64::MAX in refTime means Unlimited weight) function transferAssetsToRelay( bytes32 beneficiary, AssetAddressInfo[] memory assets, - uint32 feeAssetItem, - Weight memory weight + uint32 feeAssetItem ) external; } \ No newline at end of file diff --git a/test/suites/dev-frontier-template/test-precompiles/test-precompile-pallet-xcm.ts b/test/suites/dev-frontier-template/test-precompiles/test-precompile-pallet-xcm.ts index 32e51a0ae..d9f2cba69 100644 --- a/test/suites/dev-frontier-template/test-precompiles/test-precompile-pallet-xcm.ts +++ b/test/suites/dev-frontier-template/test-precompiles/test-precompile-pallet-xcm.ts @@ -18,7 +18,6 @@ describeSuite({ const ADDRESS_ERC20 = "0xfFfFFFffFffFFFFffFFfFfffFfFFFFFfffFF000f"; const ASSET_ID = 15n; const amountToSend = 100n; - const weight = { refTime: 5000000000, proofSize: 40000 }; beforeAll(async () => { assetId = context.polkadotJs().createType("u16", ASSET_ID); @@ -66,7 +65,7 @@ describeSuite({ to: PRECOMPILE_PALLET_XCM_ADDRESS, data: encodeFunctionData({ abi: xcmInterface, - args: [dest, beneficiary, assetLocationInfo, 0, weight], + args: [dest, beneficiary, assetLocationInfo, 0], functionName: "transferAssetsLocation", }), gasLimit: 20_000_000n, @@ -102,7 +101,7 @@ describeSuite({ to: PRECOMPILE_PALLET_XCM_ADDRESS, data: encodeFunctionData({ abi: xcmInterface, - args: [paraId, BALTATHAR_ADDRESS, assetAddressInfo, 0, weight], + args: [paraId, BALTATHAR_ADDRESS, assetAddressInfo, 0], functionName: "transferAssetsToPara20", }), gasLimit: 20_000_000n, @@ -139,7 +138,7 @@ describeSuite({ to: PRECOMPILE_PALLET_XCM_ADDRESS, data: encodeFunctionData({ abi: xcmInterface, - args: [paraId, beneficiaryAddress, assetAddressInfo, 0, weight], + args: [paraId, beneficiaryAddress, assetAddressInfo, 0], functionName: "transferAssetsToPara32", }), gasLimit: 20_000_000n, @@ -175,7 +174,7 @@ describeSuite({ to: PRECOMPILE_PALLET_XCM_ADDRESS, data: encodeFunctionData({ abi: xcmInterface, - args: [beneficiaryAddress, assetAddressInfo, 0, weight], + args: [beneficiaryAddress, assetAddressInfo, 0], functionName: "transferAssetsToRelay", }), gasLimit: 20_000_000n, diff --git a/typescript-api/scripts/runtime-upgrade.ts b/typescript-api/scripts/runtime-upgrade.ts index 3ae7fcbdc..7c090d582 100644 --- a/typescript-api/scripts/runtime-upgrade.ts +++ b/typescript-api/scripts/runtime-upgrade.ts @@ -38,6 +38,7 @@ async function main() { "--wasm-execution=interpreted-i-know-what-i-do", "--rpc-port=9933", "--unsafe-force-node-key-generation", + "--rpc-cors=all", ]); const onProcessExit = () => { diff --git a/typescript-api/src/dancebox/interfaces/augment-api-query.ts b/typescript-api/src/dancebox/interfaces/augment-api-query.ts index be35c4363..f144905fd 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-query.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-query.ts @@ -76,10 +76,10 @@ import type { PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesOutboundHrmpMessage, - PolkadotPrimitivesV7AbridgedHostConfiguration, - PolkadotPrimitivesV7PersistedValidationData, - PolkadotPrimitivesV7UpgradeGoAhead, - PolkadotPrimitivesV7UpgradeRestriction, + PolkadotPrimitivesV8AbridgedHostConfiguration, + PolkadotPrimitivesV8PersistedValidationData, + PolkadotPrimitivesV8UpgradeGoAhead, + PolkadotPrimitivesV8UpgradeRestriction, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpTrieStorageProof, @@ -628,7 +628,7 @@ declare module "@polkadot/api-base/types/storage" { */ hostConfiguration: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -752,7 +752,7 @@ declare module "@polkadot/api-base/types/storage" { * This storage item is a mirror of the corresponding value for the current parachain from the relay-chain. This * value is ephemeral which means it doesn't hit the storage. This value is set after the inherent. */ - upgradeGoAhead: AugmentedQuery Observable>, []> & + upgradeGoAhead: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * An option which indicates if the relay-chain restricts signalling a validation code upgrade. In other words, if @@ -763,7 +763,7 @@ declare module "@polkadot/api-base/types/storage" { */ upgradeRestrictionSignal: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -783,7 +783,7 @@ declare module "@polkadot/api-base/types/storage" { */ validationData: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; diff --git a/typescript-api/src/dancebox/interfaces/augment-api-tx.ts b/typescript-api/src/dancebox/interfaces/augment-api-tx.ts index e43d61d3f..3d243c7b1 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-tx.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-tx.ts @@ -1143,8 +1143,6 @@ declare module "@polkadot/api-base/types/submittable" { * The origin must conform to `ForceOrigin` or must be `Signed` by the asset's `owner`. * * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. - * - * The asset class must be frozen before calling `start_destroy`. */ startDestroy: AugmentedSubmittable< (id: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, @@ -1259,6 +1257,38 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u16, MultiAddress, Compact] >; + /** + * Transfer the entire transferable balance from the caller asset account. + * + * NOTE: This function only attempts to transfer _transferable_ balances. This means that any held, frozen, or + * minimum balance (when `keep_alive` is `true`), will not be transferred by this function. To ensure that this + * function results in a killed account, you might need to prepare the account by removing any reference counters, + * storage deposits, etc... + * + * The dispatch origin of this call must be Signed. + * + * - `id`: The identifier of the asset for the account holding a deposit. + * - `dest`: The recipient of the transfer. + * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all of the funds the asset + * account has, causing the sender asset account to be killed (false), or transfer everything except at least + * the minimum balance, which will guarantee to keep the sender asset account alive (true). + */ + transferAll: AugmentedSubmittable< + ( + id: u16 | AnyNumber | Uint8Array, + dest: + | MultiAddress + | { Id: any } + | { Index: any } + | { Raw: any } + | { Address32: any } + | { Address20: any } + | string + | Uint8Array, + keepAlive: bool | boolean | Uint8Array + ) => SubmittableExtrinsic, + [u16, MultiAddress, bool] + >; /** * Transfer some asset balance from a previously delegated account to some third-party account. * @@ -1685,7 +1715,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `max_fee`: The maximum fee that may be paid. This should just be auto-populated as: * * ```nocompile - * Self::registrars().get(reg_index).unwrap().fee; + * Registrars::::get().get(reg_index).unwrap().fee * ``` * * Emits `JudgementRequested` if successful. @@ -2113,36 +2143,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; parachainSystem: { - /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. - * - * The `check_version` parameter sets a boolean flag for whether or not the runtime's spec version and name should - * be verified on upgrade. Since the authorization only has a hash, it cannot actually perform the verification. - * - * This call requires Root origin. - */ - authorizeUpgrade: AugmentedSubmittable< - ( - codeHash: H256 | string | Uint8Array, - checkVersion: bool | boolean | Uint8Array - ) => SubmittableExtrinsic, - [H256, bool] - >; - /** - * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. - * - * If the authorization required a version check, this call will ensure the spec name remains unchanged and that - * the spec version has increased. - * - * Note that this function will not apply the new `code`, but only attempt to schedule the upgrade with the Relay - * Chain. - * - * All origins are allowed. - */ - enactAuthorizedUpgrade: AugmentedSubmittable< - (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; /** * Set the current validation data. * diff --git a/typescript-api/src/dancebox/interfaces/lookup.ts b/typescript-api/src/dancebox/interfaces/lookup.ts index 1fff1c43a..be7b56b6c 100644 --- a/typescript-api/src/dancebox/interfaces/lookup.ts +++ b/typescript-api/src/dancebox/interfaces/lookup.ts @@ -2027,7 +2027,7 @@ export default { CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", - consumedGoAheadSignal: "Option", + consumedGoAheadSignal: "Option", }, /** Lookup187: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { @@ -2040,25 +2040,25 @@ export default { msgCount: "u32", totalBytes: "u32", }, - /** Lookup194: polkadot_primitives::v7::UpgradeGoAhead */ - PolkadotPrimitivesV7UpgradeGoAhead: { + /** Lookup194: polkadot_primitives::v8::UpgradeGoAhead */ + PolkadotPrimitivesV8UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, /** Lookup195: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", - consumedGoAheadSignal: "Option", + consumedGoAheadSignal: "Option", }, - /** Lookup196: polkadot_primitives::v7::PersistedValidationData */ - PolkadotPrimitivesV7PersistedValidationData: { + /** Lookup196: polkadot_primitives::v8::PersistedValidationData */ + PolkadotPrimitivesV8PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup199: polkadot_primitives::v7::UpgradeRestriction */ - PolkadotPrimitivesV7UpgradeRestriction: { + /** Lookup199: polkadot_primitives::v8::UpgradeRestriction */ + PolkadotPrimitivesV8UpgradeRestriction: { _enum: ["Present"], }, /** Lookup200: sp_trie::storage_proof::StorageProof */ @@ -2070,16 +2070,16 @@ export default { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: "CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity", - ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", - egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", + ingressChannels: "Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>", + egressChannels: "Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>", }, /** Lookup203: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup206: polkadot_primitives::v7::AbridgedHrmpChannel */ - PolkadotPrimitivesV7AbridgedHrmpChannel: { + /** Lookup206: polkadot_primitives::v8::AbridgedHrmpChannel */ + PolkadotPrimitivesV8AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", maxMessageSize: "u32", @@ -2087,8 +2087,8 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup207: polkadot_primitives::v7::AbridgedHostConfiguration */ - PolkadotPrimitivesV7AbridgedHostConfiguration: { + /** Lookup207: polkadot_primitives::v8::AbridgedHostConfiguration */ + PolkadotPrimitivesV8AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", maxUpwardQueueCount: "u32", @@ -2098,10 +2098,10 @@ export default { hrmpMaxMessageNumPerCandidate: "u32", validationUpgradeCooldown: "u32", validationUpgradeDelay: "u32", - asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", + asyncBackingParams: "PolkadotPrimitivesV8AsyncBackingAsyncBackingParams", }, - /** Lookup208: polkadot_primitives::v7::async_backing::AsyncBackingParams */ - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { + /** Lookup208: polkadot_primitives::v8::async_backing::AsyncBackingParams */ + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, @@ -2119,18 +2119,11 @@ export default { sudo_send_upward_message: { message: "Bytes", }, - authorize_upgrade: { - codeHash: "H256", - checkVersion: "bool", - }, - enact_authorized_upgrade: { - code: "Bytes", - }, }, }, /** Lookup216: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { - validationData: "PolkadotPrimitivesV7PersistedValidationData", + validationData: "PolkadotPrimitivesV8PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", @@ -3711,6 +3704,11 @@ export default { id: "u16", who: "MultiAddress", }, + transfer_all: { + id: "u16", + dest: "MultiAddress", + keepAlive: "bool", + }, }, }, /** Lookup377: pallet_foreign_asset_creator::pallet::Call */ diff --git a/typescript-api/src/dancebox/interfaces/registry.ts b/typescript-api/src/dancebox/interfaces/registry.ts index ea6208a79..6c31ce42e 100644 --- a/typescript-api/src/dancebox/interfaces/registry.ts +++ b/typescript-api/src/dancebox/interfaces/registry.ts @@ -221,12 +221,12 @@ import type { PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, - PolkadotPrimitivesV7AbridgedHostConfiguration, - PolkadotPrimitivesV7AbridgedHrmpChannel, - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams, - PolkadotPrimitivesV7PersistedValidationData, - PolkadotPrimitivesV7UpgradeGoAhead, - PolkadotPrimitivesV7UpgradeRestriction, + PolkadotPrimitivesV8AbridgedHostConfiguration, + PolkadotPrimitivesV8AbridgedHrmpChannel, + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams, + PolkadotPrimitivesV8PersistedValidationData, + PolkadotPrimitivesV8UpgradeGoAhead, + PolkadotPrimitivesV8UpgradeRestriction, SpArithmeticArithmeticError, SpCoreCryptoKeyTypeId, SpCoreVoid, @@ -534,12 +534,12 @@ declare module "@polkadot/types/types/registry" { PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage; PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage; PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage; - PolkadotPrimitivesV7AbridgedHostConfiguration: PolkadotPrimitivesV7AbridgedHostConfiguration; - PolkadotPrimitivesV7AbridgedHrmpChannel: PolkadotPrimitivesV7AbridgedHrmpChannel; - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; - PolkadotPrimitivesV7PersistedValidationData: PolkadotPrimitivesV7PersistedValidationData; - PolkadotPrimitivesV7UpgradeGoAhead: PolkadotPrimitivesV7UpgradeGoAhead; - PolkadotPrimitivesV7UpgradeRestriction: PolkadotPrimitivesV7UpgradeRestriction; + PolkadotPrimitivesV8AbridgedHostConfiguration: PolkadotPrimitivesV8AbridgedHostConfiguration; + PolkadotPrimitivesV8AbridgedHrmpChannel: PolkadotPrimitivesV8AbridgedHrmpChannel; + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams; + PolkadotPrimitivesV8PersistedValidationData: PolkadotPrimitivesV8PersistedValidationData; + PolkadotPrimitivesV8UpgradeGoAhead: PolkadotPrimitivesV8UpgradeGoAhead; + PolkadotPrimitivesV8UpgradeRestriction: PolkadotPrimitivesV8UpgradeRestriction; SpArithmeticArithmeticError: SpArithmeticArithmeticError; SpCoreCryptoKeyTypeId: SpCoreCryptoKeyTypeId; SpCoreVoid: SpCoreVoid; diff --git a/typescript-api/src/dancebox/interfaces/types-lookup.ts b/typescript-api/src/dancebox/interfaces/types-lookup.ts index 2492ddbeb..b506a2fe3 100644 --- a/typescript-api/src/dancebox/interfaces/types-lookup.ts +++ b/typescript-api/src/dancebox/interfaces/types-lookup.ts @@ -2903,7 +2903,7 @@ declare module "@polkadot/types/lookup" { interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; - readonly consumedGoAheadSignal: Option; + readonly consumedGoAheadSignal: Option; } /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (187) */ @@ -2919,8 +2919,8 @@ declare module "@polkadot/types/lookup" { readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (194) */ - interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { + /** @name PolkadotPrimitivesV8UpgradeGoAhead (194) */ + interface PolkadotPrimitivesV8UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; @@ -2930,19 +2930,19 @@ declare module "@polkadot/types/lookup" { interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; - readonly consumedGoAheadSignal: Option; + readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7PersistedValidationData (196) */ - interface PolkadotPrimitivesV7PersistedValidationData extends Struct { + /** @name PolkadotPrimitivesV8PersistedValidationData (196) */ + interface PolkadotPrimitivesV8PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; readonly relayParentStorageRoot: H256; readonly maxPovSize: u32; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (199) */ - interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { + /** @name PolkadotPrimitivesV8UpgradeRestriction (199) */ + interface PolkadotPrimitivesV8UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } @@ -2956,8 +2956,8 @@ declare module "@polkadot/types/lookup" { interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; - readonly ingressChannels: Vec>; - readonly egressChannels: Vec>; + readonly ingressChannels: Vec>; + readonly egressChannels: Vec>; } /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (203) */ @@ -2966,8 +2966,8 @@ declare module "@polkadot/types/lookup" { readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (206) */ - interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { + /** @name PolkadotPrimitivesV8AbridgedHrmpChannel (206) */ + interface PolkadotPrimitivesV8AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; readonly maxMessageSize: u32; @@ -2976,8 +2976,8 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (207) */ - interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { + /** @name PolkadotPrimitivesV8AbridgedHostConfiguration (207) */ + interface PolkadotPrimitivesV8AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; readonly maxUpwardQueueCount: u32; @@ -2987,11 +2987,11 @@ declare module "@polkadot/types/lookup" { readonly hrmpMaxMessageNumPerCandidate: u32; readonly validationUpgradeCooldown: u32; readonly validationUpgradeDelay: u32; - readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; + readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (208) */ - interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { + /** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (208) */ + interface PolkadotPrimitivesV8AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } @@ -3012,21 +3012,12 @@ declare module "@polkadot/types/lookup" { readonly asSudoSendUpwardMessage: { readonly message: Bytes; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; - readonly checkVersion: bool; - } & Struct; - readonly isEnactAuthorizedUpgrade: boolean; - readonly asEnactAuthorizedUpgrade: { - readonly code: Bytes; - } & Struct; - readonly type: "SetValidationData" | "SudoSendUpwardMessage" | "AuthorizeUpgrade" | "EnactAuthorizedUpgrade"; + readonly type: "SetValidationData" | "SudoSendUpwardMessage"; } /** @name CumulusPrimitivesParachainInherentParachainInherentData (216) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { - readonly validationData: PolkadotPrimitivesV7PersistedValidationData; + readonly validationData: PolkadotPrimitivesV8PersistedValidationData; readonly relayChainState: SpTrieStorageProof; readonly downwardMessages: Vec; readonly horizontalMessages: BTreeMap>; @@ -5006,6 +4997,12 @@ declare module "@polkadot/types/lookup" { readonly id: u16; readonly who: MultiAddress; } & Struct; + readonly isTransferAll: boolean; + readonly asTransferAll: { + readonly id: u16; + readonly dest: MultiAddress; + readonly keepAlive: bool; + } & Struct; readonly type: | "Create" | "ForceCreate" @@ -5038,7 +5035,8 @@ declare module "@polkadot/types/lookup" { | "SetMinBalance" | "TouchOther" | "RefundOther" - | "Block"; + | "Block" + | "TransferAll"; } /** @name PalletForeignAssetCreatorCall (377) */ diff --git a/typescript-api/src/dancelight/interfaces/augment-api-consts.ts b/typescript-api/src/dancelight/interfaces/augment-api-consts.ts index 34fff41d6..f8b336507 100644 --- a/typescript-api/src/dancelight/interfaces/augment-api-consts.ts +++ b/typescript-api/src/dancelight/interfaces/augment-api-consts.ts @@ -130,24 +130,8 @@ declare module "@polkadot/api-base/types/consts" { }; ethereumBeaconClient: { forkVersions: SnowbridgeBeaconPrimitivesForkVersions & AugmentedConst; - /** Generic const */ - [key: string]: Codec; - }; - ethereumOutboundQueue: { - /** Number of decimal places in native currency */ - decimals: u8 & AugmentedConst; - /** Max bytes in a message payload */ - maxMessagePayloadSize: u32 & AugmentedConst; - /** Max number of messages processed per block */ - maxMessagesPerBlock: u32 & AugmentedConst; - /** Generic const */ - [key: string]: Codec; - }; - ethereumSystem: { - /** Cost of delivering a message from Ethereum */ - inboundDeliveryCost: u128 & AugmentedConst; - /** TreasuryAccount to collect fees */ - treasuryAccount: AccountId32 & AugmentedConst; + /** Minimum gap between finalized headers for an update to be free. */ + freeHeadersInterval: u32 & AugmentedConst; /** Generic const */ [key: string]: Codec; }; diff --git a/typescript-api/src/dancelight/interfaces/augment-api-errors.ts b/typescript-api/src/dancelight/interfaces/augment-api-errors.ts index e8304269f..8787b09f9 100644 --- a/typescript-api/src/dancelight/interfaces/augment-api-errors.ts +++ b/typescript-api/src/dancelight/interfaces/augment-api-errors.ts @@ -229,31 +229,6 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; - ethereumOutboundQueue: { - /** The pallet is halted */ - Halted: AugmentedError; - /** Invalid Channel */ - InvalidChannel: AugmentedError; - /** The message is too large */ - MessageTooLarge: AugmentedError; - /** Generic error */ - [key: string]: AugmentedError; - }; - ethereumSystem: { - AgentAlreadyCreated: AugmentedError; - ChannelAlreadyCreated: AugmentedError; - InvalidLocation: AugmentedError; - InvalidPricingParameters: AugmentedError; - InvalidTokenTransferFees: AugmentedError; - InvalidUpgradeParameters: AugmentedError; - LocationConversionFailed: AugmentedError; - NoAgent: AugmentedError; - NoChannel: AugmentedError; - Send: AugmentedError; - UnsupportedLocationVersion: AugmentedError; - /** Generic error */ - [key: string]: AugmentedError; - }; externalValidators: { /** Account is already whitelisted. */ AlreadyWhitelisted: AugmentedError; @@ -275,10 +250,6 @@ declare module "@polkadot/api-base/types/errors" { EmptyTargets: AugmentedError; /** There was an error computing the slash */ ErrorComputingSlash: AugmentedError; - /** Failed to deliver the message to Ethereum */ - EthereumDeliverFail: AugmentedError; - /** Failed to validate the message that was going to be sent to Ethereum */ - EthereumValidateFail: AugmentedError; /** No slash was found to be cancelled at the given index */ InvalidSlashIndex: AugmentedError; /** Slash indices to be cancelled are not sorted or unique */ @@ -585,8 +556,6 @@ declare module "@polkadot/api-base/types/errors" { InvalidValidationCodeHash: AugmentedError; /** Output code is too large */ NewCodeTooLarge: AugmentedError; - /** Collator did not sign PoV. */ - NotCollatorSigned: AugmentedError; /** * The `para_head` hash in the candidate descriptor doesn't match the hash of the actual para head in the * commitments. @@ -710,8 +679,6 @@ declare module "@polkadot/api-base/types/errors" { preimage: { /** Preimage has already been noted on-chain. */ AlreadyNoted: AugmentedError; - /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ - NoCost: AugmentedError; /** The user is not authorized to perform this action. */ NotAuthorized: AugmentedError; /** The preimage cannot be removed since it has not yet been noted. */ diff --git a/typescript-api/src/dancelight/interfaces/augment-api-events.ts b/typescript-api/src/dancelight/interfaces/augment-api-events.ts index 27765e21e..2178e5d1b 100644 --- a/typescript-api/src/dancelight/interfaces/augment-api-events.ts +++ b/typescript-api/src/dancelight/interfaces/augment-api-events.ts @@ -6,25 +6,10 @@ import "@polkadot/api-base/types/events"; import type { ApiTypes, AugmentedEvent } from "@polkadot/api-base/types"; -import type { - Bytes, - Null, - Option, - Result, - U256, - U8aFixed, - Vec, - bool, - u128, - u16, - u32, - u64, - u8, -} from "@polkadot/types-codec"; +import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; import type { ITuple } from "@polkadot/types-codec/types"; -import type { AccountId32, H160, H256, Perbill } from "@polkadot/types/interfaces/runtime"; +import type { AccountId32, H256, Perbill } from "@polkadot/types/interfaces/runtime"; import type { - DancelightRuntimeAggregateMessageOrigin, DancelightRuntimeProxyType, DancelightRuntimeRuntimeParametersKey, DancelightRuntimeRuntimeParametersValue, @@ -34,18 +19,17 @@ import type { FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, PalletConvictionVotingTally, + PalletConvictionVotingVoteAccountVote, PalletExternalValidatorsForcing, PalletMultisigTimepoint, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, - PolkadotPrimitivesV7CandidateReceipt, + PolkadotPrimitivesV8CandidateReceipt, PolkadotRuntimeParachainsDisputesDisputeLocation, PolkadotRuntimeParachainsDisputesDisputeResult, - SnowbridgeCoreChannelId, + PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, SnowbridgeCoreOperatingModeBasicOperatingMode, - SnowbridgeCoreOutboundV1OperatingMode, - SnowbridgeCorePricingPricingParameters, SpConsensusGrandpaAppPublic, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, @@ -191,6 +175,18 @@ declare module "@polkadot/api-base/types/events" { Delegated: AugmentedEvent; /** An [account] has cancelled a previous delegation operation. */ Undelegated: AugmentedEvent; + /** An account that has voted */ + Voted: AugmentedEvent< + ApiType, + [who: AccountId32, vote: PalletConvictionVotingVoteAccountVote], + { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote } + >; + /** A vote that been removed */ + VoteRemoved: AugmentedEvent< + ApiType, + [who: AccountId32, vote: PalletConvictionVotingVoteAccountVote], + { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote } + >; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -229,76 +225,6 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - ethereumOutboundQueue: { - /** - * Message will be committed at the end of current block. From now on, to track the progress the message, use the - * `nonce` of `id`. - */ - MessageAccepted: AugmentedEvent; - /** Message has been queued and will be processed in the future */ - MessageQueued: AugmentedEvent; - /** Some messages have been committed */ - MessagesCommitted: AugmentedEvent; - /** Set OperatingMode */ - OperatingModeChanged: AugmentedEvent< - ApiType, - [mode: SnowbridgeCoreOperatingModeBasicOperatingMode], - { mode: SnowbridgeCoreOperatingModeBasicOperatingMode } - >; - /** Generic event */ - [key: string]: AugmentedEvent; - }; - ethereumSystem: { - /** An CreateAgent message was sent to the Gateway */ - CreateAgent: AugmentedEvent< - ApiType, - [location: StagingXcmV4Location, agentId: H256], - { location: StagingXcmV4Location; agentId: H256 } - >; - /** An CreateChannel message was sent to the Gateway */ - CreateChannel: AugmentedEvent< - ApiType, - [channelId: SnowbridgeCoreChannelId, agentId: H256], - { channelId: SnowbridgeCoreChannelId; agentId: H256 } - >; - PricingParametersChanged: AugmentedEvent< - ApiType, - [params: SnowbridgeCorePricingPricingParameters], - { params: SnowbridgeCorePricingPricingParameters } - >; - /** An SetOperatingMode message was sent to the Gateway */ - SetOperatingMode: AugmentedEvent< - ApiType, - [mode: SnowbridgeCoreOutboundV1OperatingMode], - { mode: SnowbridgeCoreOutboundV1OperatingMode } - >; - /** A SetTokenTransferFees message was sent to the Gateway */ - SetTokenTransferFees: AugmentedEvent< - ApiType, - [createAssetXcm: u128, transferAssetXcm: u128, registerToken: U256], - { createAssetXcm: u128; transferAssetXcm: u128; registerToken: U256 } - >; - /** An TransferNativeFromAgent message was sent to the Gateway */ - TransferNativeFromAgent: AugmentedEvent< - ApiType, - [agentId: H256, recipient: H160, amount: u128], - { agentId: H256; recipient: H160; amount: u128 } - >; - /** An UpdateChannel message was sent to the Gateway */ - UpdateChannel: AugmentedEvent< - ApiType, - [channelId: SnowbridgeCoreChannelId, mode: SnowbridgeCoreOutboundV1OperatingMode], - { channelId: SnowbridgeCoreChannelId; mode: SnowbridgeCoreOutboundV1OperatingMode } - >; - /** An Upgrade message was sent to the Gateway */ - Upgrade: AugmentedEvent< - ApiType, - [implAddress: H160, implCodeHash: H256, initializerParamsHash: Option], - { implAddress: H160; implCodeHash: H256; initializerParamsHash: Option } - >; - /** Generic event */ - [key: string]: AugmentedEvent; - }; externalValidators: { /** A new force era mode was set. */ ForceEra: AugmentedEvent< @@ -607,27 +533,37 @@ declare module "@polkadot/api-base/types/events" { /** Message placed in overweight queue. */ OverweightEnqueued: AugmentedEvent< ApiType, - [id: U8aFixed, origin: DancelightRuntimeAggregateMessageOrigin, pageIndex: u32, messageIndex: u32], - { id: U8aFixed; origin: DancelightRuntimeAggregateMessageOrigin; pageIndex: u32; messageIndex: u32 } + [ + id: U8aFixed, + origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, + pageIndex: u32, + messageIndex: u32, + ], + { + id: U8aFixed; + origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; + pageIndex: u32; + messageIndex: u32; + } >; /** This page was reaped. */ PageReaped: AugmentedEvent< ApiType, - [origin: DancelightRuntimeAggregateMessageOrigin, index: u32], - { origin: DancelightRuntimeAggregateMessageOrigin; index: u32 } + [origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, index: u32], + { origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; index: u32 } >; /** Message is processed. */ Processed: AugmentedEvent< ApiType, [ id: H256, - origin: DancelightRuntimeAggregateMessageOrigin, + origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, weightUsed: SpWeightsWeightV2Weight, success: bool, ], { id: H256; - origin: DancelightRuntimeAggregateMessageOrigin; + origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; weightUsed: SpWeightsWeightV2Weight; success: bool; } @@ -637,12 +573,12 @@ declare module "@polkadot/api-base/types/events" { ApiType, [ id: H256, - origin: DancelightRuntimeAggregateMessageOrigin, + origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, error: FrameSupportMessagesProcessMessageError, ], { id: H256; - origin: DancelightRuntimeAggregateMessageOrigin; + origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; error: FrameSupportMessagesProcessMessageError; } >; @@ -795,11 +731,11 @@ declare module "@polkadot/api-base/types/events" { }; paraInclusion: { /** A candidate was backed. `[candidate, head_data]` */ - CandidateBacked: AugmentedEvent; + CandidateBacked: AugmentedEvent; /** A candidate was included. `[candidate, head_data]` */ - CandidateIncluded: AugmentedEvent; + CandidateIncluded: AugmentedEvent; /** A candidate timed out. `[candidate, head_data]` */ - CandidateTimedOut: AugmentedEvent; + CandidateTimedOut: AugmentedEvent; /** Some upward messages have been received and will be processed. */ UpwardMessagesReceived: AugmentedEvent; /** Generic event */ diff --git a/typescript-api/src/dancelight/interfaces/augment-api-query.ts b/typescript-api/src/dancelight/interfaces/augment-api-query.ts index 55748792c..c1104d472 100644 --- a/typescript-api/src/dancelight/interfaces/augment-api-query.ts +++ b/typescript-api/src/dancelight/interfaces/augment-api-query.ts @@ -26,7 +26,6 @@ import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; import type { AccountId32, H256, Perbill } from "@polkadot/types/interfaces/runtime"; import type { BinaryHeapEnqueuedOrder, - DancelightRuntimeAggregateMessageOrigin, DancelightRuntimeRuntimeHoldReason, DancelightRuntimeRuntimeParametersKey, DancelightRuntimeRuntimeParametersValue, @@ -81,24 +80,25 @@ import type { PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, - PolkadotPrimitivesV7AssignmentAppPublic, - PolkadotPrimitivesV7DisputeState, - PolkadotPrimitivesV7ExecutorParams, - PolkadotPrimitivesV7ScrapedOnChainVotes, - PolkadotPrimitivesV7SessionInfo, - PolkadotPrimitivesV7SlashingPendingSlashes, - PolkadotPrimitivesV7UpgradeGoAhead, - PolkadotPrimitivesV7UpgradeRestriction, - PolkadotPrimitivesV7ValidatorAppPublic, + PolkadotPrimitivesV8AssignmentAppPublic, + PolkadotPrimitivesV8DisputeState, + PolkadotPrimitivesV8ExecutorParams, + PolkadotPrimitivesV8ScrapedOnChainVotes, + PolkadotPrimitivesV8SessionInfo, + PolkadotPrimitivesV8SlashingPendingSlashes, + PolkadotPrimitivesV8UpgradeGoAhead, + PolkadotPrimitivesV8UpgradeRestriction, + PolkadotPrimitivesV8ValidatorAppPublic, PolkadotRuntimeCommonParasRegistrarParaInfo, - PolkadotRuntimeParachainsAssignerOnDemandTypesCoreAffinityCount, - PolkadotRuntimeParachainsAssignerOnDemandTypesEnqueuedOrder, - PolkadotRuntimeParachainsAssignerOnDemandTypesQueueStatusType, PolkadotRuntimeParachainsConfigurationHostConfiguration, PolkadotRuntimeParachainsHrmpHrmpChannel, PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest, + PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, PolkadotRuntimeParachainsInclusionCandidatePendingAvailability, PolkadotRuntimeParachainsInitializerBufferedSessionChange, + PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount, + PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder, + PolkadotRuntimeParachainsOnDemandTypesQueueStatusType, PolkadotRuntimeParachainsParasParaGenesisArgs, PolkadotRuntimeParachainsParasParaLifecycle, PolkadotRuntimeParachainsParasParaPastCodeMeta, @@ -108,11 +108,7 @@ import type { PolkadotRuntimeParachainsSharedAllowedRelayParentsTracker, SnowbridgeBeaconPrimitivesCompactBeaconState, SnowbridgeBeaconPrimitivesSyncCommitteePrepared, - SnowbridgeCoreChannel, - SnowbridgeCoreChannelId, SnowbridgeCoreOperatingModeBasicOperatingMode, - SnowbridgeCorePricingPricingParameters, - SnowbridgePalletOutboundQueueCommittedMessage, SpAuthorityDiscoveryAppPublic, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, @@ -663,6 +659,9 @@ declare module "@polkadot/api-base/types/storage" { /** Latest imported finalized block root */ latestFinalizedBlockRoot: AugmentedQuery Observable, []> & QueryableStorageEntry; + /** The last period where the next sync committee was updated for free. */ + latestSyncCommitteeUpdatePeriod: AugmentedQuery Observable, []> & + QueryableStorageEntry; /** Sync committee for next period */ nextSyncCommittee: AugmentedQuery< ApiType, @@ -681,60 +680,6 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - ethereumOutboundQueue: { - /** - * Hashes of the ABI-encoded messages in the [`Messages`] storage value. Used to generate a merkle root during - * `on_finalize`. This storage value is killed in `on_initialize`, so should never go into block PoV. - */ - messageLeaves: AugmentedQuery Observable>, []> & - QueryableStorageEntry; - /** - * Messages to be committed in the current block. This storage value is killed in `on_initialize`, so should never - * go into block PoV. - * - * Is never read in the runtime, only by offchain message relayers. - * - * Inspired by the `frame_system::Pallet::Events` storage value - */ - messages: AugmentedQuery< - ApiType, - () => Observable>, - [] - > & - QueryableStorageEntry; - /** The current nonce for each message origin */ - nonce: AugmentedQuery< - ApiType, - (arg: SnowbridgeCoreChannelId | string | Uint8Array) => Observable, - [SnowbridgeCoreChannelId] - > & - QueryableStorageEntry; - /** The current operating mode of the pallet. */ - operatingMode: AugmentedQuery< - ApiType, - () => Observable, - [] - > & - QueryableStorageEntry; - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; - ethereumSystem: { - /** The set of registered agents */ - agents: AugmentedQuery Observable>, [H256]> & - QueryableStorageEntry; - /** The set of registered channels */ - channels: AugmentedQuery< - ApiType, - (arg: SnowbridgeCoreChannelId | string | Uint8Array) => Observable>, - [SnowbridgeCoreChannelId] - > & - QueryableStorageEntry; - pricingParameters: AugmentedQuery Observable, []> & - QueryableStorageEntry; - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; externalValidators: { /** The active era information, it holds index and start. */ activeEra: AugmentedQuery Observable>, []> & @@ -1254,37 +1199,25 @@ declare module "@polkadot/api-base/types/storage" { bookStateFor: AugmentedQuery< ApiType, ( - arg: - | DancelightRuntimeAggregateMessageOrigin - | { Ump: any } - | { Snowbridge: any } - | { SnowbridgeTanssi: any } - | string - | Uint8Array + arg: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin | { Ump: any } | string | Uint8Array ) => Observable, - [DancelightRuntimeAggregateMessageOrigin] + [PolkadotRuntimeParachainsInclusionAggregateMessageOrigin] > & - QueryableStorageEntry; + QueryableStorageEntry; /** The map of page indices to pages. */ pages: AugmentedQuery< ApiType, ( - arg1: - | DancelightRuntimeAggregateMessageOrigin - | { Ump: any } - | { Snowbridge: any } - | { SnowbridgeTanssi: any } - | string - | Uint8Array, + arg1: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin | { Ump: any } | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array ) => Observable>, - [DancelightRuntimeAggregateMessageOrigin, u32] + [PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, u32] > & - QueryableStorageEntry; + QueryableStorageEntry; /** The origin at which we should begin servicing. */ serviceHead: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -1386,7 +1319,7 @@ declare module "@polkadot/api-base/types/storage" { /** Priority queue for all orders which don't yet (or not any more) have any core affinity. */ freeEntries: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -1398,14 +1331,14 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: u32 | AnyNumber | Uint8Array - ) => Observable>, + ) => Observable>, [u32] > & QueryableStorageEntry; /** Overall status of queue (both free + affinity entries) */ queueStatus: AugmentedQuery< ApiType, - () => Observable, + () => Observable, [] > & QueryableStorageEntry; @@ -1444,7 +1377,7 @@ declare module "@polkadot/api-base/types/storage" { /** Scraped on chain data for extracting resolved disputes as well as backing votes. */ onChainVotes: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -1642,7 +1575,7 @@ declare module "@polkadot/api-base/types/storage" { */ upgradeGoAheadSignal: AugmentedQuery< ApiType, - (arg: u32 | AnyNumber | Uint8Array) => Observable>, + (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; @@ -1659,7 +1592,7 @@ declare module "@polkadot/api-base/types/storage" { */ upgradeRestrictionSignal: AugmentedQuery< ApiType, - (arg: u32 | AnyNumber | Uint8Array) => Observable>, + (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; @@ -1731,7 +1664,7 @@ declare module "@polkadot/api-base/types/storage" { ( arg1: u32 | AnyNumber | Uint8Array, arg2: H256 | string | Uint8Array - ) => Observable>, + ) => Observable>, [u32, H256] > & QueryableStorageEntry; @@ -1771,7 +1704,7 @@ declare module "@polkadot/api-base/types/storage" { */ assignmentKeysUnsafe: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -1781,7 +1714,7 @@ declare module "@polkadot/api-base/types/storage" { /** Executor parameter set for a given session index */ sessionExecutorParams: AugmentedQuery< ApiType, - (arg: u32 | AnyNumber | Uint8Array) => Observable>, + (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; @@ -1792,7 +1725,7 @@ declare module "@polkadot/api-base/types/storage" { */ sessions: AugmentedQuery< ApiType, - (arg: u32 | AnyNumber | Uint8Array) => Observable>, + (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; @@ -1809,7 +1742,7 @@ declare module "@polkadot/api-base/types/storage" { */ activeValidatorKeys: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -1833,7 +1766,7 @@ declare module "@polkadot/api-base/types/storage" { ( arg1: u32 | AnyNumber | Uint8Array, arg2: H256 | string | Uint8Array - ) => Observable>, + ) => Observable>, [u32, H256] > & QueryableStorageEntry; diff --git a/typescript-api/src/dancelight/interfaces/augment-api-runtime.ts b/typescript-api/src/dancelight/interfaces/augment-api-runtime.ts index d8dc75967..460286f05 100644 --- a/typescript-api/src/dancelight/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/dancelight/interfaces/augment-api-runtime.ts @@ -14,12 +14,7 @@ import type { Epoch, OpaqueKeyOwnershipProof, } from "@polkadot/types/interfaces/babe"; -import type { - BeefyAuthoritySet, - BeefyNextAuthoritySet, - ValidatorSet, - ValidatorSetId, -} from "@polkadot/types/interfaces/beefy"; +import type { BeefyAuthoritySet, BeefyNextAuthoritySet } from "@polkadot/types/interfaces/beefy"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; import type { AuthorityId } from "@polkadot/types/interfaces/consensus"; @@ -79,7 +74,7 @@ import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; -import type { SpConsensusBeefyDoubleVotingProof, XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; +import type { XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -134,35 +129,6 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; - /** 0x49eaaf1b548a0cb0/4 */ - beefyApi: { - /** Return the block number where BEEFY consensus is enabled/started */ - beefyGenesis: AugmentedCall Observable>>; - /** Generates a proof of key ownership for the given authority in the given set. */ - generateKeyOwnershipProof: AugmentedCall< - ApiType, - ( - setId: ValidatorSetId | AnyNumber | Uint8Array, - authorityId: AuthorityId | string | Uint8Array - ) => Observable> - >; - /** Submits an unsigned extrinsic to report a double voting equivocation. */ - submitReportDoubleVotingUnsignedExtrinsic: AugmentedCall< - ApiType, - ( - equivocationProof: - | SpConsensusBeefyDoubleVotingProof - | { first?: any; second?: any } - | string - | Uint8Array, - keyOwnerProof: OpaqueKeyOwnershipProof | string | Uint8Array - ) => Observable> - >; - /** Return the current active BEEFY validator set */ - validatorSet: AugmentedCall Observable>>; - /** Generic call */ - [key: string]: DecoratedCallBase; - }; /** 0x2a5e924655399e60/1 */ beefyMmrApi: { /** Return the currently active BEEFY authority set proof. */ diff --git a/typescript-api/src/dancelight/interfaces/augment-api-tx.ts b/typescript-api/src/dancelight/interfaces/augment-api-tx.ts index c46fd49fe..5c9e1cab9 100644 --- a/typescript-api/src/dancelight/interfaces/augment-api-tx.ts +++ b/typescript-api/src/dancelight/interfaces/augment-api-tx.ts @@ -12,25 +12,10 @@ import type { SubmittableExtrinsicFunction, } from "@polkadot/api-base/types"; import type { Data } from "@polkadot/types"; -import type { - Bytes, - Compact, - Null, - Option, - U256, - U8aFixed, - Vec, - bool, - u128, - u16, - u32, - u64, - u8, -} from "@polkadot/types-codec"; +import type { Bytes, Compact, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types"; -import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from "@polkadot/types/interfaces/runtime"; +import type { AccountId32, Call, H256, MultiAddress, Perbill } from "@polkadot/types/interfaces/runtime"; import type { - DancelightRuntimeAggregateMessageOrigin, DancelightRuntimeOriginCaller, DancelightRuntimePreserversAssignmentPaymentExtra, DancelightRuntimePreserversAssignmentPaymentWitness, @@ -51,22 +36,19 @@ import type { PalletMigrationsMigrationCursor, PalletMultisigTimepoint, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, - PolkadotPrimitivesV7ApprovalVotingParams, - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams, - PolkadotPrimitivesV7ExecutorParams, - PolkadotPrimitivesV7InherentData, - PolkadotPrimitivesV7PvfCheckStatement, - PolkadotPrimitivesV7SlashingDisputeProof, - PolkadotPrimitivesV7ValidatorAppSignature, - PolkadotPrimitivesVstagingSchedulerParams, + PolkadotPrimitivesV8ApprovalVotingParams, + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams, + PolkadotPrimitivesV8ExecutorParams, + PolkadotPrimitivesV8InherentData, + PolkadotPrimitivesV8PvfCheckStatement, + PolkadotPrimitivesV8SchedulerParams, + PolkadotPrimitivesV8SlashingDisputeProof, + PolkadotPrimitivesV8ValidatorAppSignature, + PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, PolkadotRuntimeParachainsParasParaGenesisArgs, SnowbridgeBeaconPrimitivesUpdatesCheckpointUpdate, SnowbridgeBeaconPrimitivesUpdatesUpdate, - SnowbridgeCoreChannelId, SnowbridgeCoreOperatingModeBasicOperatingMode, - SnowbridgeCoreOutboundV1Initializer, - SnowbridgeCoreOutboundV1OperatingMode, - SnowbridgeCorePricingPricingParameters, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBeefyDoubleVotingProof, SpConsensusBeefyForkVotingProof, @@ -567,23 +549,23 @@ declare module "@polkadot/api-base/types/submittable" { setApprovalVotingParams: AugmentedSubmittable< ( updated: - | PolkadotPrimitivesV7ApprovalVotingParams + | PolkadotPrimitivesV8ApprovalVotingParams | { maxApprovalCoalesceCount?: any } | string | Uint8Array ) => SubmittableExtrinsic, - [PolkadotPrimitivesV7ApprovalVotingParams] + [PolkadotPrimitivesV8ApprovalVotingParams] >; /** Set the asynchronous backing parameters. */ setAsyncBackingParams: AugmentedSubmittable< ( updated: - | PolkadotPrimitivesV7AsyncBackingAsyncBackingParams + | PolkadotPrimitivesV8AsyncBackingAsyncBackingParams | { maxCandidateDepth?: any; allowedAncestryLen?: any } | string | Uint8Array ) => SubmittableExtrinsic, - [PolkadotPrimitivesV7AsyncBackingAsyncBackingParams] + [PolkadotPrimitivesV8AsyncBackingAsyncBackingParams] >; /** Setting this to true will disable consistency checks for the configuration setters. Use with caution. */ setBypassConsistencyCheck: AugmentedSubmittable< @@ -617,8 +599,8 @@ declare module "@polkadot/api-base/types/submittable" { >; /** Set PVF executor parameters. */ setExecutorParams: AugmentedSubmittable< - (updated: PolkadotPrimitivesV7ExecutorParams) => SubmittableExtrinsic, - [PolkadotPrimitivesV7ExecutorParams] + (updated: PolkadotPrimitivesV8ExecutorParams) => SubmittableExtrinsic, + [PolkadotPrimitivesV8ExecutorParams] >; /** Set the parachain validator-group rotation frequency */ setGroupRotationFrequency: AugmentedSubmittable< @@ -806,7 +788,7 @@ declare module "@polkadot/api-base/types/submittable" { setSchedulerParams: AugmentedSubmittable< ( updated: - | PolkadotPrimitivesVstagingSchedulerParams + | PolkadotPrimitivesV8SchedulerParams | { groupRotationFrequency?: any; parasAvailabilityPeriod?: any; @@ -823,7 +805,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [PolkadotPrimitivesVstagingSchedulerParams] + [PolkadotPrimitivesV8SchedulerParams] >; /** Set the scheduling lookahead, in expected number of blocks at peak throughput. */ setSchedulingLookahead: AugmentedSubmittable< @@ -1293,209 +1275,6 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - ethereumOutboundQueue: { - /** Halt or resume all pallet operations. May only be called by root. */ - setOperatingMode: AugmentedSubmittable< - ( - mode: SnowbridgeCoreOperatingModeBasicOperatingMode | "Normal" | "Halted" | number | Uint8Array - ) => SubmittableExtrinsic, - [SnowbridgeCoreOperatingModeBasicOperatingMode] - >; - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; - ethereumSystem: { - /** - * Sends a command to the Gateway contract to instantiate a new agent contract representing `origin`. - * - * Fee required: Yes - * - * - `origin`: Must be `Location` of a sibling parachain - */ - createAgent: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** - * Sends a message to the Gateway contract to create a new channel representing `origin` - * - * Fee required: Yes - * - * This extrinsic is permissionless, so a fee is charged to prevent spamming and pay for execution costs on the - * remote side. - * - * The message is sent over the bridge on BridgeHub's own channel to the Gateway. - * - * - `origin`: Must be `Location` - * - `mode`: Initial operating mode of the channel - */ - createChannel: AugmentedSubmittable< - ( - mode: - | SnowbridgeCoreOutboundV1OperatingMode - | "Normal" - | "RejectingOutboundMessages" - | number - | Uint8Array - ) => SubmittableExtrinsic, - [SnowbridgeCoreOutboundV1OperatingMode] - >; - /** - * Sends a message to the Gateway contract to transfer ether from an agent to `recipient`. - * - * Privileged. Can only be called by root. - * - * Fee required: No - * - * - `origin`: Must be root - * - `location`: Location used to resolve the agent - * - `recipient`: Recipient of funds - * - `amount`: Amount to transfer - */ - forceTransferNativeFromAgent: AugmentedSubmittable< - ( - location: XcmVersionedLocation | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - recipient: H160 | string | Uint8Array, - amount: u128 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedLocation, H160, u128] - >; - /** - * Sends a message to the Gateway contract to update an arbitrary channel - * - * Fee required: No - * - * - `origin`: Must be root - * - `channel_id`: ID of channel - * - `mode`: Initial operating mode of the channel - * - `outbound_fee`: Fee charged to users for sending outbound messages to Polkadot - */ - forceUpdateChannel: AugmentedSubmittable< - ( - channelId: SnowbridgeCoreChannelId | string | Uint8Array, - mode: - | SnowbridgeCoreOutboundV1OperatingMode - | "Normal" - | "RejectingOutboundMessages" - | number - | Uint8Array - ) => SubmittableExtrinsic, - [SnowbridgeCoreChannelId, SnowbridgeCoreOutboundV1OperatingMode] - >; - /** - * Sends a message to the Gateway contract to change its operating mode - * - * Fee required: No - * - * - `origin`: Must be `Location` - */ - setOperatingMode: AugmentedSubmittable< - ( - mode: - | SnowbridgeCoreOutboundV1OperatingMode - | "Normal" - | "RejectingOutboundMessages" - | number - | Uint8Array - ) => SubmittableExtrinsic, - [SnowbridgeCoreOutboundV1OperatingMode] - >; - /** - * Set pricing parameters on both sides of the bridge - * - * Fee required: No - * - * - `origin`: Must be root - */ - setPricingParameters: AugmentedSubmittable< - ( - params: - | SnowbridgeCorePricingPricingParameters - | { exchangeRate?: any; rewards?: any; feePerGas?: any; multiplier?: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [SnowbridgeCorePricingPricingParameters] - >; - /** - * Sends a message to the Gateway contract to update fee related parameters for token transfers. - * - * Privileged. Can only be called by root. - * - * Fee required: No - * - * - `origin`: Must be root - * - `create_asset_xcm`: The XCM execution cost for creating a new asset class on AssetHub, in DOT - * - `transfer_asset_xcm`: The XCM execution cost for performing a reserve transfer on AssetHub, in DOT - * - `register_token`: The Ether fee for registering a new token, to discourage spamming - */ - setTokenTransferFees: AugmentedSubmittable< - ( - createAssetXcm: u128 | AnyNumber | Uint8Array, - transferAssetXcm: u128 | AnyNumber | Uint8Array, - registerToken: U256 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [u128, u128, U256] - >; - /** - * Sends a message to the Gateway contract to transfer ether from an agent to `recipient`. - * - * A partial fee will be charged for local processing only. - * - * - `origin`: Must be `Location` - */ - transferNativeFromAgent: AugmentedSubmittable< - ( - recipient: H160 | string | Uint8Array, - amount: u128 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [H160, u128] - >; - /** - * Sends a message to the Gateway contract to update a channel configuration - * - * The origin must already have a channel initialized, as this message is sent over it. - * - * A partial fee will be charged for local processing only. - * - * - `origin`: Must be `Location` - * - `mode`: Initial operating mode of the channel - */ - updateChannel: AugmentedSubmittable< - ( - mode: - | SnowbridgeCoreOutboundV1OperatingMode - | "Normal" - | "RejectingOutboundMessages" - | number - | Uint8Array - ) => SubmittableExtrinsic, - [SnowbridgeCoreOutboundV1OperatingMode] - >; - /** - * Sends command to the Gateway contract to upgrade itself with a new implementation contract - * - * Fee required: No - * - * - `origin`: Must be `Root`. - * - `impl_address`: The address of the implementation contract. - * - `impl_code_hash`: The codehash of the implementation contract. - * - `initializer`: Optionally call an initializer on the implementation contract. - */ - upgrade: AugmentedSubmittable< - ( - implAddress: H160 | string | Uint8Array, - implCodeHash: H256 | string | Uint8Array, - initializer: - | Option - | null - | Uint8Array - | SnowbridgeCoreOutboundV1Initializer - | { params?: any; maximumRequiredGas?: any } - | string - ) => SubmittableExtrinsic, - [H160, H256, Option] - >; - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; externalValidators: { /** * Add a new account `who` to the list of `WhitelistedValidators`. @@ -1558,14 +1337,6 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, AccountId32, Perbill] >; - rootTestSendMsgToEth: AugmentedSubmittable< - ( - nonce: H256 | string | Uint8Array, - numMsgs: u32 | AnyNumber | Uint8Array, - msgSize: u32 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [H256, u32, u32] - >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; @@ -2393,7 +2164,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `max_fee`: The maximum fee that may be paid. This should just be auto-populated as: * * ```nocompile - * Self::registrars().get(reg_index).unwrap().fee; + * Registrars::::get().get(reg_index).unwrap().fee * ``` * * Emits `JudgementRequested` if successful. @@ -2594,31 +2365,27 @@ declare module "@polkadot/api-base/types/submittable" { executeOverweight: AugmentedSubmittable< ( messageOrigin: - | DancelightRuntimeAggregateMessageOrigin + | PolkadotRuntimeParachainsInclusionAggregateMessageOrigin | { Ump: any } - | { Snowbridge: any } - | { SnowbridgeTanssi: any } | string | Uint8Array, page: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array, weightLimit: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array ) => SubmittableExtrinsic, - [DancelightRuntimeAggregateMessageOrigin, u32, u32, SpWeightsWeightV2Weight] + [PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, u32, u32, SpWeightsWeightV2Weight] >; /** Remove a page which has no more messages remaining to be processed or is stale. */ reapPage: AugmentedSubmittable< ( messageOrigin: - | DancelightRuntimeAggregateMessageOrigin + | PolkadotRuntimeParachainsInclusionAggregateMessageOrigin | { Ump: any } - | { Snowbridge: any } - | { SnowbridgeTanssi: any } | string | Uint8Array, pageIndex: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [DancelightRuntimeAggregateMessageOrigin, u32] + [PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, u32] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -2914,12 +2681,12 @@ declare module "@polkadot/api-base/types/submittable" { enter: AugmentedSubmittable< ( data: - | PolkadotPrimitivesV7InherentData + | PolkadotPrimitivesV8InherentData | { bitfields?: any; backedCandidates?: any; disputes?: any; parentHeader?: any } | string | Uint8Array ) => SubmittableExtrinsic, - [PolkadotPrimitivesV7InherentData] + [PolkadotPrimitivesV8InherentData] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3016,13 +2783,13 @@ declare module "@polkadot/api-base/types/submittable" { includePvfCheckStatement: AugmentedSubmittable< ( stmt: - | PolkadotPrimitivesV7PvfCheckStatement + | PolkadotPrimitivesV8PvfCheckStatement | { accept?: any; subject?: any; sessionIndex?: any; validatorIndex?: any } | string | Uint8Array, - signature: PolkadotPrimitivesV7ValidatorAppSignature | string | Uint8Array + signature: PolkadotPrimitivesV8ValidatorAppSignature | string | Uint8Array ) => SubmittableExtrinsic, - [PolkadotPrimitivesV7PvfCheckStatement, PolkadotPrimitivesV7ValidatorAppSignature] + [PolkadotPrimitivesV8PvfCheckStatement, PolkadotPrimitivesV8ValidatorAppSignature] >; /** * Remove the validation code from the storage iff the reference count is 0. @@ -3050,7 +2817,7 @@ declare module "@polkadot/api-base/types/submittable" { reportDisputeLostUnsigned: AugmentedSubmittable< ( disputeProof: - | PolkadotPrimitivesV7SlashingDisputeProof + | PolkadotPrimitivesV8SlashingDisputeProof | { timeSlot?: any; kind?: any; validatorIndex?: any; validatorId?: any } | string | Uint8Array, @@ -3060,7 +2827,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [PolkadotPrimitivesV7SlashingDisputeProof, SpSessionMembershipProof] + [PolkadotPrimitivesV8SlashingDisputeProof, SpSessionMembershipProof] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; diff --git a/typescript-api/src/dancelight/interfaces/lookup.ts b/typescript-api/src/dancelight/interfaces/lookup.ts index ff4d92787..f75cdffce 100644 --- a/typescript-api/src/dancelight/interfaces/lookup.ts +++ b/typescript-api/src/dancelight/interfaces/lookup.ts @@ -555,9 +555,35 @@ export default { _enum: { Delegated: "(AccountId32,AccountId32)", Undelegated: "AccountId32", + Voted: { + who: "AccountId32", + vote: "PalletConvictionVotingVoteAccountVote", + }, + VoteRemoved: { + who: "AccountId32", + vote: "PalletConvictionVotingVoteAccountVote", + }, }, }, - /** Lookup67: pallet_referenda::pallet::Event */ + /** Lookup67: pallet_conviction_voting::vote::AccountVote */ + PalletConvictionVotingVoteAccountVote: { + _enum: { + Standard: { + vote: "Vote", + balance: "u128", + }, + Split: { + aye: "u128", + nay: "u128", + }, + SplitAbstain: { + aye: "u128", + nay: "u128", + abstain: "u128", + }, + }, + }, + /** Lookup69: pallet_referenda::pallet::Event */ PalletReferendaEvent: { _enum: { Submitted: { @@ -636,7 +662,7 @@ export default { }, }, /** - * Lookup69: frame_support::traits::preimages::Bounded */ FrameSupportPreimagesBounded: { @@ -657,7 +683,7 @@ export default { }, }, }, - /** Lookup71: frame_system::pallet::Call */ + /** Lookup73: frame_system::pallet::Call */ FrameSystemCall: { _enum: { remark: { @@ -700,7 +726,7 @@ export default { }, }, }, - /** Lookup75: pallet_babe::pallet::Call */ + /** Lookup77: pallet_babe::pallet::Call */ PalletBabeCall: { _enum: { report_equivocation: { @@ -717,7 +743,7 @@ export default { }, }, /** - * Lookup76: sp_consensus_slots::EquivocationProof, + * Lookup78: sp_consensus_slots::EquivocationProof, * sp_consensus_babe::app::Public> */ SpConsensusSlotsEquivocationProof: { @@ -726,7 +752,7 @@ export default { firstHeader: "SpRuntimeHeader", secondHeader: "SpRuntimeHeader", }, - /** Lookup77: sp_runtime::generic::header::Header */ + /** Lookup79: sp_runtime::generic::header::Header */ SpRuntimeHeader: { parentHash: "H256", number: "Compact", @@ -734,15 +760,15 @@ export default { extrinsicsRoot: "H256", digest: "SpRuntimeDigest", }, - /** Lookup79: sp_consensus_babe::app::Public */ + /** Lookup81: sp_consensus_babe::app::Public */ SpConsensusBabeAppPublic: "[u8;32]", - /** Lookup80: sp_session::MembershipProof */ + /** Lookup82: sp_session::MembershipProof */ SpSessionMembershipProof: { session: "u32", trieNodes: "Vec", validatorCount: "u32", }, - /** Lookup81: sp_consensus_babe::digests::NextConfigDescriptor */ + /** Lookup83: sp_consensus_babe::digests::NextConfigDescriptor */ SpConsensusBabeDigestsNextConfigDescriptor: { _enum: { __Unused0: "Null", @@ -752,11 +778,11 @@ export default { }, }, }, - /** Lookup83: sp_consensus_babe::AllowedSlots */ + /** Lookup85: sp_consensus_babe::AllowedSlots */ SpConsensusBabeAllowedSlots: { _enum: ["PrimarySlots", "PrimaryAndSecondaryPlainSlots", "PrimaryAndSecondaryVRFSlots"], }, - /** Lookup84: pallet_timestamp::pallet::Call */ + /** Lookup86: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { set: { @@ -764,7 +790,7 @@ export default { }, }, }, - /** Lookup85: pallet_balances::pallet::Call */ + /** Lookup87: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -807,11 +833,11 @@ export default { }, }, }, - /** Lookup91: pallet_balances::types::AdjustmentDirection */ + /** Lookup93: pallet_balances::types::AdjustmentDirection */ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"], }, - /** Lookup92: pallet_parameters::pallet::Call */ + /** Lookup94: pallet_parameters::pallet::Call */ PalletParametersCall: { _enum: { set_parameter: { @@ -819,20 +845,20 @@ export default { }, }, }, - /** Lookup93: dancelight_runtime::RuntimeParameters */ + /** Lookup95: dancelight_runtime::RuntimeParameters */ DancelightRuntimeRuntimeParameters: { _enum: { Preimage: "DancelightRuntimeDynamicParamsPreimageParameters", }, }, - /** Lookup94: dancelight_runtime::dynamic_params::preimage::Parameters */ + /** Lookup96: dancelight_runtime::dynamic_params::preimage::Parameters */ DancelightRuntimeDynamicParamsPreimageParameters: { _enum: { BaseDeposit: "(DancelightRuntimeDynamicParamsPreimageBaseDeposit,Option)", ByteDeposit: "(DancelightRuntimeDynamicParamsPreimageByteDeposit,Option)", }, }, - /** Lookup95: pallet_registrar::pallet::Call */ + /** Lookup97: pallet_registrar::pallet::Call */ PalletRegistrarCall: { _enum: { register: { @@ -883,7 +909,7 @@ export default { }, }, }, - /** Lookup96: dp_container_chain_genesis_data::ContainerChainGenesisData */ + /** Lookup98: dp_container_chain_genesis_data::ContainerChainGenesisData */ DpContainerChainGenesisDataContainerChainGenesisData: { storage: "Vec", name: "Bytes", @@ -892,36 +918,36 @@ export default { extensions: "Bytes", properties: "DpContainerChainGenesisDataProperties", }, - /** Lookup98: dp_container_chain_genesis_data::ContainerChainGenesisDataItem */ + /** Lookup100: dp_container_chain_genesis_data::ContainerChainGenesisDataItem */ DpContainerChainGenesisDataContainerChainGenesisDataItem: { key: "Bytes", value: "Bytes", }, - /** Lookup100: dp_container_chain_genesis_data::Properties */ + /** Lookup102: dp_container_chain_genesis_data::Properties */ DpContainerChainGenesisDataProperties: { tokenMetadata: "DpContainerChainGenesisDataTokenMetadata", isEthereum: "bool", }, - /** Lookup101: dp_container_chain_genesis_data::TokenMetadata */ + /** Lookup103: dp_container_chain_genesis_data::TokenMetadata */ DpContainerChainGenesisDataTokenMetadata: { tokenSymbol: "Bytes", ss58Format: "u32", tokenDecimals: "u32", }, - /** Lookup105: tp_traits::SlotFrequency */ + /** Lookup107: tp_traits::SlotFrequency */ TpTraitsSlotFrequency: { min: "u32", max: "u32", }, - /** Lookup107: tp_traits::ParathreadParams */ + /** Lookup109: tp_traits::ParathreadParams */ TpTraitsParathreadParams: { slotFrequency: "TpTraitsSlotFrequency", }, - /** Lookup108: sp_trie::storage_proof::StorageProof */ + /** Lookup110: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, - /** Lookup110: sp_runtime::MultiSignature */ + /** Lookup112: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -929,7 +955,7 @@ export default { Ecdsa: "[u8;65]", }, }, - /** Lookup113: pallet_configuration::pallet::Call */ + /** Lookup115: pallet_configuration::pallet::Call */ PalletConfigurationCall: { _enum: { set_max_collators: { @@ -1029,7 +1055,7 @@ export default { }, }, }, - /** Lookup115: pallet_invulnerables::pallet::Call */ + /** Lookup117: pallet_invulnerables::pallet::Call */ PalletInvulnerablesCall: { _enum: { __Unused0: "Null", @@ -1041,11 +1067,11 @@ export default { }, }, }, - /** Lookup116: pallet_collator_assignment::pallet::Call */ + /** Lookup118: pallet_collator_assignment::pallet::Call */ PalletCollatorAssignmentCall: "Null", - /** Lookup117: pallet_authority_assignment::pallet::Call */ + /** Lookup119: pallet_authority_assignment::pallet::Call */ PalletAuthorityAssignmentCall: "Null", - /** Lookup118: pallet_author_noting::pallet::Call */ + /** Lookup120: pallet_author_noting::pallet::Call */ PalletAuthorNotingCall: { _enum: { set_latest_author_data: { @@ -1062,7 +1088,7 @@ export default { }, }, }, - /** Lookup119: pallet_services_payment::pallet::Call */ + /** Lookup121: pallet_services_payment::pallet::Call */ PalletServicesPaymentCall: { _enum: { purchase_credits: { @@ -1095,7 +1121,7 @@ export default { }, }, }, - /** Lookup120: pallet_data_preservers::pallet::Call */ + /** Lookup122: pallet_data_preservers::pallet::Call */ PalletDataPreserversCall: { _enum: { __Unused0: "Null", @@ -1136,14 +1162,14 @@ export default { }, }, }, - /** Lookup121: pallet_data_preservers::types::Profile */ + /** Lookup123: pallet_data_preservers::types::Profile */ PalletDataPreserversProfile: { url: "Bytes", paraIds: "PalletDataPreserversParaIdsFilter", mode: "PalletDataPreserversProfileMode", assignmentRequest: "DancelightRuntimePreserversAssignmentPaymentRequest", }, - /** Lookup123: pallet_data_preservers::types::ParaIdsFilter */ + /** Lookup125: pallet_data_preservers::types::ParaIdsFilter */ PalletDataPreserversParaIdsFilter: { _enum: { AnyParaId: "Null", @@ -1151,7 +1177,7 @@ export default { Blacklist: "BTreeSet", }, }, - /** Lookup127: pallet_data_preservers::types::ProfileMode */ + /** Lookup129: pallet_data_preservers::types::ProfileMode */ PalletDataPreserversProfileMode: { _enum: { Bootnode: "Null", @@ -1160,19 +1186,19 @@ export default { }, }, }, - /** Lookup128: dancelight_runtime::PreserversAssignmentPaymentRequest */ + /** Lookup130: dancelight_runtime::PreserversAssignmentPaymentRequest */ DancelightRuntimePreserversAssignmentPaymentRequest: { _enum: ["Free"], }, - /** Lookup129: dancelight_runtime::PreserversAssignmentPaymentExtra */ + /** Lookup131: dancelight_runtime::PreserversAssignmentPaymentExtra */ DancelightRuntimePreserversAssignmentPaymentExtra: { _enum: ["Free"], }, - /** Lookup130: dancelight_runtime::PreserversAssignmentPaymentWitness */ + /** Lookup132: dancelight_runtime::PreserversAssignmentPaymentWitness */ DancelightRuntimePreserversAssignmentPaymentWitness: { _enum: ["Free"], }, - /** Lookup131: pallet_external_validators::pallet::Call */ + /** Lookup133: pallet_external_validators::pallet::Call */ PalletExternalValidatorsCall: { _enum: { skip_external_validators: { @@ -1189,7 +1215,7 @@ export default { }, }, }, - /** Lookup132: pallet_external_validator_slashes::pallet::Call */ + /** Lookup134: pallet_external_validator_slashes::pallet::Call */ PalletExternalValidatorSlashesCall: { _enum: { cancel_deferred_slash: { @@ -1201,14 +1227,9 @@ export default { validator: "AccountId32", percentage: "Perbill", }, - root_test_send_msg_to_eth: { - nonce: "H256", - numMsgs: "u32", - msgSize: "u32", - }, }, }, - /** Lookup134: pallet_session::pallet::Call */ + /** Lookup136: pallet_session::pallet::Call */ PalletSessionCall: { _enum: { set_keys: { @@ -1221,27 +1242,27 @@ export default { purge_keys: "Null", }, }, - /** Lookup135: dancelight_runtime::SessionKeys */ + /** Lookup137: dancelight_runtime::SessionKeys */ DancelightRuntimeSessionKeys: { grandpa: "SpConsensusGrandpaAppPublic", babe: "SpConsensusBabeAppPublic", - paraValidator: "PolkadotPrimitivesV7ValidatorAppPublic", - paraAssignment: "PolkadotPrimitivesV7AssignmentAppPublic", + paraValidator: "PolkadotPrimitivesV8ValidatorAppPublic", + paraAssignment: "PolkadotPrimitivesV8AssignmentAppPublic", authorityDiscovery: "SpAuthorityDiscoveryAppPublic", beefy: "SpConsensusBeefyEcdsaCryptoPublic", nimbus: "NimbusPrimitivesNimbusCryptoPublic", }, - /** Lookup136: polkadot_primitives::v7::validator_app::Public */ - PolkadotPrimitivesV7ValidatorAppPublic: "[u8;32]", - /** Lookup137: polkadot_primitives::v7::assignment_app::Public */ - PolkadotPrimitivesV7AssignmentAppPublic: "[u8;32]", - /** Lookup138: sp_authority_discovery::app::Public */ + /** Lookup138: polkadot_primitives::v8::validator_app::Public */ + PolkadotPrimitivesV8ValidatorAppPublic: "[u8;32]", + /** Lookup139: polkadot_primitives::v8::assignment_app::Public */ + PolkadotPrimitivesV8AssignmentAppPublic: "[u8;32]", + /** Lookup140: sp_authority_discovery::app::Public */ SpAuthorityDiscoveryAppPublic: "[u8;32]", - /** Lookup139: sp_consensus_beefy::ecdsa_crypto::Public */ + /** Lookup141: sp_consensus_beefy::ecdsa_crypto::Public */ SpConsensusBeefyEcdsaCryptoPublic: "[u8;33]", - /** Lookup141: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup143: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup142: pallet_grandpa::pallet::Call */ + /** Lookup144: pallet_grandpa::pallet::Call */ PalletGrandpaCall: { _enum: { report_equivocation: { @@ -1258,12 +1279,12 @@ export default { }, }, }, - /** Lookup143: sp_consensus_grandpa::EquivocationProof */ + /** Lookup145: sp_consensus_grandpa::EquivocationProof */ SpConsensusGrandpaEquivocationProof: { setId: "u64", equivocation: "SpConsensusGrandpaEquivocation", }, - /** Lookup144: sp_consensus_grandpa::Equivocation */ + /** Lookup146: sp_consensus_grandpa::Equivocation */ SpConsensusGrandpaEquivocation: { _enum: { Prevote: "FinalityGrandpaEquivocationPrevote", @@ -1271,7 +1292,7 @@ export default { }, }, /** - * Lookup145: finality_grandpa::Equivocation, sp_consensus_grandpa::app::Signature> */ FinalityGrandpaEquivocationPrevote: { @@ -1280,15 +1301,15 @@ export default { first: "(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)", second: "(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)", }, - /** Lookup146: finality_grandpa::Prevote */ + /** Lookup148: finality_grandpa::Prevote */ FinalityGrandpaPrevote: { targetHash: "H256", targetNumber: "u32", }, - /** Lookup147: sp_consensus_grandpa::app::Signature */ + /** Lookup149: sp_consensus_grandpa::app::Signature */ SpConsensusGrandpaAppSignature: "[u8;64]", /** - * Lookup149: finality_grandpa::Equivocation, sp_consensus_grandpa::app::Signature> */ FinalityGrandpaEquivocationPrecommit: { @@ -1297,12 +1318,12 @@ export default { first: "(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)", second: "(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)", }, - /** Lookup150: finality_grandpa::Precommit */ + /** Lookup152: finality_grandpa::Precommit */ FinalityGrandpaPrecommit: { targetHash: "H256", targetNumber: "u32", }, - /** Lookup152: pallet_treasury::pallet::Call */ + /** Lookup154: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { __Unused0: "Null", @@ -1332,7 +1353,7 @@ export default { }, }, }, - /** Lookup154: pallet_conviction_voting::pallet::Call */ + /** Lookup156: pallet_conviction_voting::pallet::Call */ PalletConvictionVotingCall: { _enum: { vote: { @@ -1363,24 +1384,6 @@ export default { }, }, }, - /** Lookup155: pallet_conviction_voting::vote::AccountVote */ - PalletConvictionVotingVoteAccountVote: { - _enum: { - Standard: { - vote: "Vote", - balance: "u128", - }, - Split: { - aye: "u128", - nay: "u128", - }, - SplitAbstain: { - aye: "u128", - nay: "u128", - abstain: "u128", - }, - }, - }, /** Lookup157: pallet_conviction_voting::conviction::Conviction */ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], @@ -1970,13 +1973,13 @@ export default { _alias: { new_: "new", }, - new_: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", + new_: "PolkadotPrimitivesV8AsyncBackingAsyncBackingParams", }, set_executor_params: { _alias: { new_: "new", }, - new_: "PolkadotPrimitivesV7ExecutorParams", + new_: "PolkadotPrimitivesV8ExecutorParams", }, set_on_demand_base_fee: { _alias: { @@ -2022,50 +2025,50 @@ export default { _alias: { new_: "new", }, - new_: "PolkadotPrimitivesV7ApprovalVotingParams", + new_: "PolkadotPrimitivesV8ApprovalVotingParams", }, set_scheduler_params: { _alias: { new_: "new", }, - new_: "PolkadotPrimitivesVstagingSchedulerParams", + new_: "PolkadotPrimitivesV8SchedulerParams", }, }, }, - /** Lookup187: polkadot_primitives::v7::async_backing::AsyncBackingParams */ - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { + /** Lookup187: polkadot_primitives::v8::async_backing::AsyncBackingParams */ + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, - /** Lookup188: polkadot_primitives::v7::executor_params::ExecutorParams */ - PolkadotPrimitivesV7ExecutorParams: "Vec", - /** Lookup190: polkadot_primitives::v7::executor_params::ExecutorParam */ - PolkadotPrimitivesV7ExecutorParamsExecutorParam: { + /** Lookup188: polkadot_primitives::v8::executor_params::ExecutorParams */ + PolkadotPrimitivesV8ExecutorParams: "Vec", + /** Lookup190: polkadot_primitives::v8::executor_params::ExecutorParam */ + PolkadotPrimitivesV8ExecutorParamsExecutorParam: { _enum: { __Unused0: "Null", MaxMemoryPages: "u32", StackLogicalMax: "u32", StackNativeMax: "u32", PrecheckingMaxMemory: "u64", - PvfPrepTimeout: "(PolkadotPrimitivesV7PvfPrepKind,u64)", - PvfExecTimeout: "(PolkadotPrimitivesV7PvfExecKind,u64)", + PvfPrepTimeout: "(PolkadotPrimitivesV8PvfPrepKind,u64)", + PvfExecTimeout: "(PolkadotPrimitivesV8PvfExecKind,u64)", WasmExtBulkMemory: "Null", }, }, - /** Lookup191: polkadot_primitives::v7::PvfPrepKind */ - PolkadotPrimitivesV7PvfPrepKind: { + /** Lookup191: polkadot_primitives::v8::PvfPrepKind */ + PolkadotPrimitivesV8PvfPrepKind: { _enum: ["Precheck", "Prepare"], }, - /** Lookup192: polkadot_primitives::v7::PvfExecKind */ - PolkadotPrimitivesV7PvfExecKind: { + /** Lookup192: polkadot_primitives::v8::PvfExecKind */ + PolkadotPrimitivesV8PvfExecKind: { _enum: ["Backing", "Approval"], }, - /** Lookup193: polkadot_primitives::v7::ApprovalVotingParams */ - PolkadotPrimitivesV7ApprovalVotingParams: { + /** Lookup193: polkadot_primitives::v8::ApprovalVotingParams */ + PolkadotPrimitivesV8ApprovalVotingParams: { maxApprovalCoalesceCount: "u32", }, - /** Lookup194: polkadot_primitives::vstaging::SchedulerParams */ - PolkadotPrimitivesVstagingSchedulerParams: { + /** Lookup194: polkadot_primitives::v8::SchedulerParams */ + PolkadotPrimitivesV8SchedulerParams: { groupRotationFrequency: "u32", parasAvailabilityPeriod: "u32", maxValidatorsPerCore: "Option", @@ -2086,59 +2089,59 @@ export default { PolkadotRuntimeParachainsParasInherentPalletCall: { _enum: { enter: { - data: "PolkadotPrimitivesV7InherentData", + data: "PolkadotPrimitivesV8InherentData", }, }, }, - /** Lookup198: polkadot_primitives::v7::InherentData> */ - PolkadotPrimitivesV7InherentData: { - bitfields: "Vec", - backedCandidates: "Vec", - disputes: "Vec", + /** Lookup198: polkadot_primitives::v8::InherentData> */ + PolkadotPrimitivesV8InherentData: { + bitfields: "Vec", + backedCandidates: "Vec", + disputes: "Vec", parentHeader: "SpRuntimeHeader", }, /** - * Lookup200: polkadot_primitives::v7::signed::UncheckedSigned + * Lookup200: polkadot_primitives::v8::signed::UncheckedSigned */ - PolkadotPrimitivesV7SignedUncheckedSigned: { + PolkadotPrimitivesV8SignedUncheckedSigned: { payload: "BitVec", validatorIndex: "u32", - signature: "PolkadotPrimitivesV7ValidatorAppSignature", + signature: "PolkadotPrimitivesV8ValidatorAppSignature", }, /** Lookup203: bitvec::order::Lsb0 */ BitvecOrderLsb0: "Null", - /** Lookup205: polkadot_primitives::v7::validator_app::Signature */ - PolkadotPrimitivesV7ValidatorAppSignature: "[u8;64]", - /** Lookup207: polkadot_primitives::v7::BackedCandidate */ - PolkadotPrimitivesV7BackedCandidate: { - candidate: "PolkadotPrimitivesV7CommittedCandidateReceipt", - validityVotes: "Vec", + /** Lookup205: polkadot_primitives::v8::validator_app::Signature */ + PolkadotPrimitivesV8ValidatorAppSignature: "[u8;64]", + /** Lookup207: polkadot_primitives::v8::BackedCandidate */ + PolkadotPrimitivesV8BackedCandidate: { + candidate: "PolkadotPrimitivesV8CommittedCandidateReceipt", + validityVotes: "Vec", validatorIndices: "BitVec", }, - /** Lookup208: polkadot_primitives::v7::CommittedCandidateReceipt */ - PolkadotPrimitivesV7CommittedCandidateReceipt: { - descriptor: "PolkadotPrimitivesV7CandidateDescriptor", - commitments: "PolkadotPrimitivesV7CandidateCommitments", + /** Lookup208: polkadot_primitives::v8::CommittedCandidateReceipt */ + PolkadotPrimitivesV8CommittedCandidateReceipt: { + descriptor: "PolkadotPrimitivesV8CandidateDescriptor", + commitments: "PolkadotPrimitivesV8CandidateCommitments", }, - /** Lookup209: polkadot_primitives::v7::CandidateDescriptor */ - PolkadotPrimitivesV7CandidateDescriptor: { + /** Lookup209: polkadot_primitives::v8::CandidateDescriptor */ + PolkadotPrimitivesV8CandidateDescriptor: { paraId: "u32", relayParent: "H256", - collator: "PolkadotPrimitivesV7CollatorAppPublic", + collator: "PolkadotPrimitivesV8CollatorAppPublic", persistedValidationDataHash: "H256", povHash: "H256", erasureRoot: "H256", - signature: "PolkadotPrimitivesV7CollatorAppSignature", + signature: "PolkadotPrimitivesV8CollatorAppSignature", paraHead: "H256", validationCodeHash: "H256", }, - /** Lookup210: polkadot_primitives::v7::collator_app::Public */ - PolkadotPrimitivesV7CollatorAppPublic: "[u8;32]", - /** Lookup211: polkadot_primitives::v7::collator_app::Signature */ - PolkadotPrimitivesV7CollatorAppSignature: "[u8;64]", - /** Lookup213: polkadot_primitives::v7::CandidateCommitments */ - PolkadotPrimitivesV7CandidateCommitments: { + /** Lookup210: polkadot_primitives::v8::collator_app::Public */ + PolkadotPrimitivesV8CollatorAppPublic: "[u8;32]", + /** Lookup211: polkadot_primitives::v8::collator_app::Signature */ + PolkadotPrimitivesV8CollatorAppSignature: "[u8;64]", + /** Lookup213: polkadot_primitives::v8::CandidateCommitments */ + PolkadotPrimitivesV8CandidateCommitments: { upwardMessages: "Vec", horizontalMessages: "Vec", newValidationCode: "Option", @@ -2151,29 +2154,29 @@ export default { recipient: "u32", data: "Bytes", }, - /** Lookup221: polkadot_primitives::v7::ValidityAttestation */ - PolkadotPrimitivesV7ValidityAttestation: { + /** Lookup221: polkadot_primitives::v8::ValidityAttestation */ + PolkadotPrimitivesV8ValidityAttestation: { _enum: { __Unused0: "Null", - Implicit: "PolkadotPrimitivesV7ValidatorAppSignature", - Explicit: "PolkadotPrimitivesV7ValidatorAppSignature", + Implicit: "PolkadotPrimitivesV8ValidatorAppSignature", + Explicit: "PolkadotPrimitivesV8ValidatorAppSignature", }, }, - /** Lookup223: polkadot_primitives::v7::DisputeStatementSet */ - PolkadotPrimitivesV7DisputeStatementSet: { + /** Lookup223: polkadot_primitives::v8::DisputeStatementSet */ + PolkadotPrimitivesV8DisputeStatementSet: { candidateHash: "H256", session: "u32", - statements: "Vec<(PolkadotPrimitivesV7DisputeStatement,u32,PolkadotPrimitivesV7ValidatorAppSignature)>", + statements: "Vec<(PolkadotPrimitivesV8DisputeStatement,u32,PolkadotPrimitivesV8ValidatorAppSignature)>", }, - /** Lookup227: polkadot_primitives::v7::DisputeStatement */ - PolkadotPrimitivesV7DisputeStatement: { + /** Lookup227: polkadot_primitives::v8::DisputeStatement */ + PolkadotPrimitivesV8DisputeStatement: { _enum: { - Valid: "PolkadotPrimitivesV7ValidDisputeStatementKind", - Invalid: "PolkadotPrimitivesV7InvalidDisputeStatementKind", + Valid: "PolkadotPrimitivesV8ValidDisputeStatementKind", + Invalid: "PolkadotPrimitivesV8InvalidDisputeStatementKind", }, }, - /** Lookup228: polkadot_primitives::v7::ValidDisputeStatementKind */ - PolkadotPrimitivesV7ValidDisputeStatementKind: { + /** Lookup228: polkadot_primitives::v8::ValidDisputeStatementKind */ + PolkadotPrimitivesV8ValidDisputeStatementKind: { _enum: { Explicit: "Null", BackingSeconded: "H256", @@ -2182,8 +2185,8 @@ export default { ApprovalCheckingMultipleCandidates: "Vec", }, }, - /** Lookup230: polkadot_primitives::v7::InvalidDisputeStatementKind */ - PolkadotPrimitivesV7InvalidDisputeStatementKind: { + /** Lookup230: polkadot_primitives::v8::InvalidDisputeStatementKind */ + PolkadotPrimitivesV8InvalidDisputeStatementKind: { _enum: ["Explicit"], }, /** Lookup231: polkadot_runtime_parachains::paras::pallet::Call */ @@ -2216,8 +2219,8 @@ export default { validationCodeHash: "H256", }, include_pvf_check_statement: { - stmt: "PolkadotPrimitivesV7PvfCheckStatement", - signature: "PolkadotPrimitivesV7ValidatorAppSignature", + stmt: "PolkadotPrimitivesV8PvfCheckStatement", + signature: "PolkadotPrimitivesV8ValidatorAppSignature", }, force_set_most_recent_context: { para: "u32", @@ -2225,8 +2228,8 @@ export default { }, }, }, - /** Lookup232: polkadot_primitives::v7::PvfCheckStatement */ - PolkadotPrimitivesV7PvfCheckStatement: { + /** Lookup232: polkadot_primitives::v8::PvfCheckStatement */ + PolkadotPrimitivesV8PvfCheckStatement: { accept: "bool", subject: "H256", sessionIndex: "u32", @@ -2301,48 +2304,46 @@ export default { PolkadotRuntimeParachainsDisputesSlashingPalletCall: { _enum: { report_dispute_lost_unsigned: { - disputeProof: "PolkadotPrimitivesV7SlashingDisputeProof", + disputeProof: "PolkadotPrimitivesV8SlashingDisputeProof", keyOwnerProof: "SpSessionMembershipProof", }, }, }, - /** Lookup238: polkadot_primitives::v7::slashing::DisputeProof */ - PolkadotPrimitivesV7SlashingDisputeProof: { - timeSlot: "PolkadotPrimitivesV7SlashingDisputesTimeSlot", - kind: "PolkadotPrimitivesV7SlashingSlashingOffenceKind", + /** Lookup238: polkadot_primitives::v8::slashing::DisputeProof */ + PolkadotPrimitivesV8SlashingDisputeProof: { + timeSlot: "PolkadotPrimitivesV8SlashingDisputesTimeSlot", + kind: "PolkadotPrimitivesV8SlashingSlashingOffenceKind", validatorIndex: "u32", - validatorId: "PolkadotPrimitivesV7ValidatorAppPublic", + validatorId: "PolkadotPrimitivesV8ValidatorAppPublic", }, - /** Lookup239: polkadot_primitives::v7::slashing::DisputesTimeSlot */ - PolkadotPrimitivesV7SlashingDisputesTimeSlot: { + /** Lookup239: polkadot_primitives::v8::slashing::DisputesTimeSlot */ + PolkadotPrimitivesV8SlashingDisputesTimeSlot: { sessionIndex: "u32", candidateHash: "H256", }, - /** Lookup240: polkadot_primitives::v7::slashing::SlashingOffenceKind */ - PolkadotPrimitivesV7SlashingSlashingOffenceKind: { + /** Lookup240: polkadot_primitives::v8::slashing::SlashingOffenceKind */ + PolkadotPrimitivesV8SlashingSlashingOffenceKind: { _enum: ["ForInvalid", "AgainstValid"], }, /** Lookup241: pallet_message_queue::pallet::Call */ PalletMessageQueueCall: { _enum: { reap_page: { - messageOrigin: "DancelightRuntimeAggregateMessageOrigin", + messageOrigin: "PolkadotRuntimeParachainsInclusionAggregateMessageOrigin", pageIndex: "u32", }, execute_overweight: { - messageOrigin: "DancelightRuntimeAggregateMessageOrigin", + messageOrigin: "PolkadotRuntimeParachainsInclusionAggregateMessageOrigin", page: "u32", index: "u32", weightLimit: "SpWeightsWeightV2Weight", }, }, }, - /** Lookup242: dancelight_runtime::AggregateMessageOrigin */ - DancelightRuntimeAggregateMessageOrigin: { + /** Lookup242: polkadot_runtime_parachains::inclusion::AggregateMessageOrigin */ + PolkadotRuntimeParachainsInclusionAggregateMessageOrigin: { _enum: { Ump: "PolkadotRuntimeParachainsInclusionUmpQueueId", - Snowbridge: "SnowbridgeCoreChannelId", - SnowbridgeTanssi: "SnowbridgeCoreChannelId", }, }, /** Lookup243: polkadot_runtime_parachains::inclusion::UmpQueueId */ @@ -2351,10 +2352,8 @@ export default { Para: "u32", }, }, - /** Lookup244: snowbridge_core::ChannelId */ - SnowbridgeCoreChannelId: "[u8;32]", - /** Lookup245: polkadot_runtime_parachains::assigner_on_demand::pallet::Call */ - PolkadotRuntimeParachainsAssignerOnDemandPalletCall: { + /** Lookup244: polkadot_runtime_parachains::on_demand::pallet::Call */ + PolkadotRuntimeParachainsOnDemandPalletCall: { _enum: { place_order_allow_death: { maxAmount: "u128", @@ -2366,7 +2365,7 @@ export default { }, }, }, - /** Lookup246: polkadot_runtime_common::paras_registrar::pallet::Call */ + /** Lookup245: polkadot_runtime_common::paras_registrar::pallet::Call */ PolkadotRuntimeCommonParasRegistrarPalletCall: { _enum: { register: { @@ -2405,7 +2404,7 @@ export default { }, }, }, - /** Lookup247: pallet_utility::pallet::Call */ + /** Lookup246: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { batch: { @@ -2431,7 +2430,7 @@ export default { }, }, }, - /** Lookup249: pallet_identity::pallet::Call */ + /** Lookup248: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { add_registrar: { @@ -2514,7 +2513,7 @@ export default { }, }, }, - /** Lookup250: pallet_identity::legacy::IdentityInfo */ + /** Lookup249: pallet_identity::legacy::IdentityInfo */ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -2526,7 +2525,7 @@ export default { image: "Data", twitter: "Data", }, - /** Lookup287: pallet_identity::types::Judgement */ + /** Lookup286: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -2538,7 +2537,7 @@ export default { Erroneous: "Null", }, }, - /** Lookup290: pallet_scheduler::pallet::Call */ + /** Lookup289: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { schedule: { @@ -2592,7 +2591,7 @@ export default { }, }, }, - /** Lookup293: pallet_proxy::pallet::Call */ + /** Lookup292: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { proxy: { @@ -2643,7 +2642,7 @@ export default { }, }, }, - /** Lookup295: dancelight_runtime::ProxyType */ + /** Lookup294: dancelight_runtime::ProxyType */ DancelightRuntimeProxyType: { _enum: [ "Any", @@ -2656,7 +2655,7 @@ export default { "SudoRegistrar", ], }, - /** Lookup296: pallet_multisig::pallet::Call */ + /** Lookup295: pallet_multisig::pallet::Call */ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -2685,12 +2684,12 @@ export default { }, }, }, - /** Lookup298: pallet_multisig::Timepoint */ + /** Lookup297: pallet_multisig::Timepoint */ PalletMultisigTimepoint: { height: "u32", index: "u32", }, - /** Lookup299: pallet_preimage::pallet::Call */ + /** Lookup298: pallet_preimage::pallet::Call */ PalletPreimageCall: { _enum: { note_preimage: { @@ -2719,7 +2718,7 @@ export default { }, }, }, - /** Lookup301: pallet_asset_rate::pallet::Call */ + /** Lookup300: pallet_asset_rate::pallet::Call */ PalletAssetRateCall: { _enum: { create: { @@ -2735,7 +2734,7 @@ export default { }, }, }, - /** Lookup303: pallet_xcm::pallet::Call */ + /** Lookup302: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { send: { @@ -2810,7 +2809,7 @@ export default { }, }, }, - /** Lookup304: xcm::VersionedLocation */ + /** Lookup303: xcm::VersionedLocation */ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2820,12 +2819,12 @@ export default { V4: "StagingXcmV4Location", }, }, - /** Lookup305: xcm::v2::multilocation::MultiLocation */ + /** Lookup304: xcm::v2::multilocation::MultiLocation */ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions", }, - /** Lookup306: xcm::v2::multilocation::Junctions */ + /** Lookup305: xcm::v2::multilocation::Junctions */ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2839,7 +2838,7 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup307: xcm::v2::junction::Junction */ + /** Lookup306: xcm::v2::junction::Junction */ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2865,7 +2864,7 @@ export default { }, }, }, - /** Lookup308: xcm::v2::NetworkId */ + /** Lookup307: xcm::v2::NetworkId */ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2874,7 +2873,7 @@ export default { Kusama: "Null", }, }, - /** Lookup310: xcm::v2::BodyId */ + /** Lookup309: xcm::v2::BodyId */ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2889,7 +2888,7 @@ export default { Treasury: "Null", }, }, - /** Lookup311: xcm::v2::BodyPart */ + /** Lookup310: xcm::v2::BodyPart */ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2910,12 +2909,12 @@ export default { }, }, }, - /** Lookup312: staging_xcm::v3::multilocation::MultiLocation */ + /** Lookup311: staging_xcm::v3::multilocation::MultiLocation */ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions", }, - /** Lookup313: xcm::v3::junctions::Junctions */ + /** Lookup312: xcm::v3::junctions::Junctions */ XcmV3Junctions: { _enum: { Here: "Null", @@ -2929,7 +2928,7 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", }, }, - /** Lookup314: xcm::v3::junction::Junction */ + /** Lookup313: xcm::v3::junction::Junction */ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2959,7 +2958,7 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup316: xcm::v3::junction::NetworkId */ + /** Lookup315: xcm::v3::junction::NetworkId */ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2980,7 +2979,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup317: xcm::VersionedXcm */ + /** Lookup316: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2990,9 +2989,9 @@ export default { V4: "StagingXcmV4Xcm", }, }, - /** Lookup318: xcm::v2::Xcm */ + /** Lookup317: xcm::v2::Xcm */ XcmV2Xcm: "Vec", - /** Lookup320: xcm::v2::Instruction */ + /** Lookup319: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -3088,28 +3087,28 @@ export default { UnsubscribeVersion: "Null", }, }, - /** Lookup321: xcm::v2::multiasset::MultiAssets */ + /** Lookup320: xcm::v2::multiasset::MultiAssets */ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup323: xcm::v2::multiasset::MultiAsset */ + /** Lookup322: xcm::v2::multiasset::MultiAsset */ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility", }, - /** Lookup324: xcm::v2::multiasset::AssetId */ + /** Lookup323: xcm::v2::multiasset::AssetId */ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes", }, }, - /** Lookup325: xcm::v2::multiasset::Fungibility */ + /** Lookup324: xcm::v2::multiasset::Fungibility */ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup326: xcm::v2::multiasset::AssetInstance */ + /** Lookup325: xcm::v2::multiasset::AssetInstance */ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -3121,7 +3120,7 @@ export default { Blob: "Bytes", }, }, - /** Lookup327: xcm::v2::Response */ + /** Lookup326: xcm::v2::Response */ XcmV2Response: { _enum: { Null: "Null", @@ -3130,7 +3129,7 @@ export default { Version: "u32", }, }, - /** Lookup330: xcm::v2::traits::Error */ + /** Lookup329: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -3161,22 +3160,22 @@ export default { WeightNotComputable: "Null", }, }, - /** Lookup331: xcm::v2::OriginKind */ + /** Lookup330: xcm::v2::OriginKind */ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup332: xcm::double_encoded::DoubleEncoded */ + /** Lookup331: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, - /** Lookup333: xcm::v2::multiasset::MultiAssetFilter */ + /** Lookup332: xcm::v2::multiasset::MultiAssetFilter */ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup334: xcm::v2::multiasset::WildMultiAsset */ + /** Lookup333: xcm::v2::multiasset::WildMultiAsset */ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3186,20 +3185,20 @@ export default { }, }, }, - /** Lookup335: xcm::v2::multiasset::WildFungibility */ + /** Lookup334: xcm::v2::multiasset::WildFungibility */ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup336: xcm::v2::WeightLimit */ + /** Lookup335: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact", }, }, - /** Lookup337: xcm::v3::Xcm */ + /** Lookup336: xcm::v3::Xcm */ XcmV3Xcm: "Vec", - /** Lookup339: xcm::v3::Instruction */ + /** Lookup338: xcm::v3::Instruction */ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -3339,28 +3338,28 @@ export default { }, }, }, - /** Lookup340: xcm::v3::multiasset::MultiAssets */ + /** Lookup339: xcm::v3::multiasset::MultiAssets */ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup342: xcm::v3::multiasset::MultiAsset */ + /** Lookup341: xcm::v3::multiasset::MultiAsset */ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility", }, - /** Lookup343: xcm::v3::multiasset::AssetId */ + /** Lookup342: xcm::v3::multiasset::AssetId */ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]", }, }, - /** Lookup344: xcm::v3::multiasset::Fungibility */ + /** Lookup343: xcm::v3::multiasset::Fungibility */ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup345: xcm::v3::multiasset::AssetInstance */ + /** Lookup344: xcm::v3::multiasset::AssetInstance */ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -3371,7 +3370,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup346: xcm::v3::Response */ + /** Lookup345: xcm::v3::Response */ XcmV3Response: { _enum: { Null: "Null", @@ -3382,7 +3381,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup349: xcm::v3::traits::Error */ + /** Lookup348: xcm::v3::traits::Error */ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -3427,7 +3426,7 @@ export default { ExceedsStackLimit: "Null", }, }, - /** Lookup351: xcm::v3::PalletInfo */ + /** Lookup350: xcm::v3::PalletInfo */ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3436,7 +3435,7 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup354: xcm::v3::MaybeErrorCode */ + /** Lookup353: xcm::v3::MaybeErrorCode */ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -3444,24 +3443,24 @@ export default { TruncatedError: "Bytes", }, }, - /** Lookup357: xcm::v3::OriginKind */ + /** Lookup356: xcm::v3::OriginKind */ XcmV3OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup358: xcm::v3::QueryResponseInfo */ + /** Lookup357: xcm::v3::QueryResponseInfo */ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup359: xcm::v3::multiasset::MultiAssetFilter */ + /** Lookup358: xcm::v3::multiasset::MultiAssetFilter */ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup360: xcm::v3::multiasset::WildMultiAsset */ + /** Lookup359: xcm::v3::multiasset::WildMultiAsset */ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3477,20 +3476,20 @@ export default { }, }, }, - /** Lookup361: xcm::v3::multiasset::WildFungibility */ + /** Lookup360: xcm::v3::multiasset::WildFungibility */ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup362: xcm::v3::WeightLimit */ + /** Lookup361: xcm::v3::WeightLimit */ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup363: staging_xcm::v4::Xcm */ + /** Lookup362: staging_xcm::v4::Xcm */ StagingXcmV4Xcm: "Vec", - /** Lookup365: staging_xcm::v4::Instruction */ + /** Lookup364: staging_xcm::v4::Instruction */ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3630,23 +3629,23 @@ export default { }, }, }, - /** Lookup366: staging_xcm::v4::asset::Assets */ + /** Lookup365: staging_xcm::v4::asset::Assets */ StagingXcmV4AssetAssets: "Vec", - /** Lookup368: staging_xcm::v4::asset::Asset */ + /** Lookup367: staging_xcm::v4::asset::Asset */ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility", }, - /** Lookup369: staging_xcm::v4::asset::AssetId */ + /** Lookup368: staging_xcm::v4::asset::AssetId */ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup370: staging_xcm::v4::asset::Fungibility */ + /** Lookup369: staging_xcm::v4::asset::Fungibility */ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup371: staging_xcm::v4::asset::AssetInstance */ + /** Lookup370: staging_xcm::v4::asset::AssetInstance */ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3657,7 +3656,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup372: staging_xcm::v4::Response */ + /** Lookup371: staging_xcm::v4::Response */ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3668,7 +3667,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup374: staging_xcm::v4::PalletInfo */ + /** Lookup373: staging_xcm::v4::PalletInfo */ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3677,20 +3676,20 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup378: staging_xcm::v4::QueryResponseInfo */ + /** Lookup377: staging_xcm::v4::QueryResponseInfo */ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup379: staging_xcm::v4::asset::AssetFilter */ + /** Lookup378: staging_xcm::v4::asset::AssetFilter */ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup380: staging_xcm::v4::asset::WildAsset */ + /** Lookup379: staging_xcm::v4::asset::WildAsset */ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3706,11 +3705,11 @@ export default { }, }, }, - /** Lookup381: staging_xcm::v4::asset::WildFungibility */ + /** Lookup380: staging_xcm::v4::asset::WildFungibility */ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup382: xcm::VersionedAssets */ + /** Lookup381: xcm::VersionedAssets */ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3720,7 +3719,7 @@ export default { V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup394: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** Lookup393: staging_xcm_executor::traits::asset_transfer::TransferType */ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3729,7 +3728,7 @@ export default { RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup395: xcm::VersionedAssetId */ + /** Lookup394: xcm::VersionedAssetId */ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3739,81 +3738,7 @@ export default { V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup396: snowbridge_pallet_outbound_queue::pallet::Call */ - SnowbridgePalletOutboundQueueCall: { - _enum: { - set_operating_mode: { - mode: "SnowbridgeCoreOperatingModeBasicOperatingMode", - }, - }, - }, - /** Lookup397: snowbridge_core::operating_mode::BasicOperatingMode */ - SnowbridgeCoreOperatingModeBasicOperatingMode: { - _enum: ["Normal", "Halted"], - }, - /** Lookup398: snowbridge_pallet_system::pallet::Call */ - SnowbridgePalletSystemCall: { - _enum: { - upgrade: { - implAddress: "H160", - implCodeHash: "H256", - initializer: "Option", - }, - set_operating_mode: { - mode: "SnowbridgeCoreOutboundV1OperatingMode", - }, - set_pricing_parameters: { - params: "SnowbridgeCorePricingPricingParameters", - }, - create_agent: "Null", - create_channel: { - mode: "SnowbridgeCoreOutboundV1OperatingMode", - }, - update_channel: { - mode: "SnowbridgeCoreOutboundV1OperatingMode", - }, - force_update_channel: { - channelId: "SnowbridgeCoreChannelId", - mode: "SnowbridgeCoreOutboundV1OperatingMode", - }, - transfer_native_from_agent: { - recipient: "H160", - amount: "u128", - }, - force_transfer_native_from_agent: { - location: "XcmVersionedLocation", - recipient: "H160", - amount: "u128", - }, - set_token_transfer_fees: { - createAssetXcm: "u128", - transferAssetXcm: "u128", - registerToken: "U256", - }, - }, - }, - /** Lookup401: snowbridge_core::outbound::v1::Initializer */ - SnowbridgeCoreOutboundV1Initializer: { - params: "Bytes", - maximumRequiredGas: "u64", - }, - /** Lookup402: snowbridge_core::outbound::v1::OperatingMode */ - SnowbridgeCoreOutboundV1OperatingMode: { - _enum: ["Normal", "RejectingOutboundMessages"], - }, - /** Lookup403: snowbridge_core::pricing::PricingParameters */ - SnowbridgeCorePricingPricingParameters: { - exchangeRate: "u128", - rewards: "SnowbridgeCorePricingRewards", - feePerGas: "U256", - multiplier: "u128", - }, - /** Lookup404: snowbridge_core::pricing::Rewards */ - SnowbridgeCorePricingRewards: { - local: "u128", - remote: "U256", - }, - /** Lookup407: pallet_migrations::pallet::Call */ + /** Lookup395: pallet_migrations::pallet::Call */ PalletMigrationsCall: { _enum: { force_set_cursor: { @@ -3830,20 +3755,20 @@ export default { }, }, }, - /** Lookup409: pallet_migrations::MigrationCursor, BlockNumber> */ + /** Lookup397: pallet_migrations::MigrationCursor, BlockNumber> */ PalletMigrationsMigrationCursor: { _enum: { Active: "PalletMigrationsActiveCursor", Stuck: "Null", }, }, - /** Lookup411: pallet_migrations::ActiveCursor, BlockNumber> */ + /** Lookup399: pallet_migrations::ActiveCursor, BlockNumber> */ PalletMigrationsActiveCursor: { index: "u32", innerCursor: "Option", startedAt: "u32", }, - /** Lookup413: pallet_migrations::HistoricCleanupSelector> */ + /** Lookup401: pallet_migrations::HistoricCleanupSelector> */ PalletMigrationsHistoricCleanupSelector: { _enum: { Specific: "Vec", @@ -3853,7 +3778,7 @@ export default { }, }, }, - /** Lookup416: pallet_beefy::pallet::Call */ + /** Lookup404: pallet_beefy::pallet::Call */ PalletBeefyCall: { _enum: { report_double_voting: { @@ -3886,17 +3811,17 @@ export default { }, }, /** - * Lookup417: sp_consensus_beefy::DoubleVotingProof */ SpConsensusBeefyDoubleVotingProof: { first: "SpConsensusBeefyVoteMessage", second: "SpConsensusBeefyVoteMessage", }, - /** Lookup418: sp_consensus_beefy::ecdsa_crypto::Signature */ + /** Lookup406: sp_consensus_beefy::ecdsa_crypto::Signature */ SpConsensusBeefyEcdsaCryptoSignature: "[u8;65]", /** - * Lookup419: sp_consensus_beefy::VoteMessage */ SpConsensusBeefyVoteMessage: { @@ -3904,16 +3829,16 @@ export default { id: "SpConsensusBeefyEcdsaCryptoPublic", signature: "SpConsensusBeefyEcdsaCryptoSignature", }, - /** Lookup420: sp_consensus_beefy::commitment::Commitment */ + /** Lookup408: sp_consensus_beefy::commitment::Commitment */ SpConsensusBeefyCommitment: { payload: "SpConsensusBeefyPayload", blockNumber: "u32", validatorSetId: "u64", }, - /** Lookup421: sp_consensus_beefy::payload::Payload */ + /** Lookup409: sp_consensus_beefy::payload::Payload */ SpConsensusBeefyPayload: "Vec<([u8;2],Bytes)>", /** - * Lookup424: sp_consensus_beefy::ForkVotingProof, + * Lookup412: sp_consensus_beefy::ForkVotingProof, * sp_consensus_beefy::ecdsa_crypto::Public, sp_mmr_primitives::AncestryProof> */ SpConsensusBeefyForkVotingProof: { @@ -3921,18 +3846,18 @@ export default { ancestryProof: "SpMmrPrimitivesAncestryProof", header: "SpRuntimeHeader", }, - /** Lookup425: sp_mmr_primitives::AncestryProof */ + /** Lookup413: sp_mmr_primitives::AncestryProof */ SpMmrPrimitivesAncestryProof: { prevPeaks: "Vec", prevLeafCount: "u64", leafCount: "u64", items: "Vec<(u64,H256)>", }, - /** Lookup428: sp_consensus_beefy::FutureBlockVotingProof */ + /** Lookup416: sp_consensus_beefy::FutureBlockVotingProof */ SpConsensusBeefyFutureBlockVotingProof: { vote: "SpConsensusBeefyVoteMessage", }, - /** Lookup429: snowbridge_pallet_ethereum_client::pallet::Call */ + /** Lookup417: snowbridge_pallet_ethereum_client::pallet::Call */ SnowbridgePalletEthereumClientCall: { _enum: { force_checkpoint: { @@ -3947,7 +3872,7 @@ export default { }, }, }, - /** Lookup430: snowbridge_beacon_primitives::updates::CheckpointUpdate */ + /** Lookup418: snowbridge_beacon_primitives::updates::CheckpointUpdate */ SnowbridgeBeaconPrimitivesUpdatesCheckpointUpdate: { header: "SnowbridgeBeaconPrimitivesBeaconHeader", currentSyncCommittee: "SnowbridgeBeaconPrimitivesSyncCommittee", @@ -3956,7 +3881,7 @@ export default { blockRootsRoot: "H256", blockRootsBranch: "Vec", }, - /** Lookup431: snowbridge_beacon_primitives::types::BeaconHeader */ + /** Lookup419: snowbridge_beacon_primitives::types::BeaconHeader */ SnowbridgeBeaconPrimitivesBeaconHeader: { slot: "u64", proposerIndex: "u64", @@ -3964,14 +3889,14 @@ export default { stateRoot: "H256", bodyRoot: "H256", }, - /** Lookup432: snowbridge_beacon_primitives::types::SyncCommittee */ + /** Lookup420: snowbridge_beacon_primitives::types::SyncCommittee */ SnowbridgeBeaconPrimitivesSyncCommittee: { pubkeys: "[[u8;48];512]", aggregatePubkey: "SnowbridgeBeaconPrimitivesPublicKey", }, - /** Lookup434: snowbridge_beacon_primitives::types::PublicKey */ + /** Lookup422: snowbridge_beacon_primitives::types::PublicKey */ SnowbridgeBeaconPrimitivesPublicKey: "[u8;48]", - /** Lookup436: snowbridge_beacon_primitives::updates::Update */ + /** Lookup424: snowbridge_beacon_primitives::updates::Update */ SnowbridgeBeaconPrimitivesUpdatesUpdate: { attestedHeader: "SnowbridgeBeaconPrimitivesBeaconHeader", syncAggregate: "SnowbridgeBeaconPrimitivesSyncAggregate", @@ -3982,19 +3907,23 @@ export default { blockRootsRoot: "H256", blockRootsBranch: "Vec", }, - /** Lookup437: snowbridge_beacon_primitives::types::SyncAggregate */ + /** Lookup425: snowbridge_beacon_primitives::types::SyncAggregate */ SnowbridgeBeaconPrimitivesSyncAggregate: { syncCommitteeBits: "[u8;64]", syncCommitteeSignature: "SnowbridgeBeaconPrimitivesSignature", }, - /** Lookup438: snowbridge_beacon_primitives::types::Signature */ + /** Lookup426: snowbridge_beacon_primitives::types::Signature */ SnowbridgeBeaconPrimitivesSignature: "[u8;96]", - /** Lookup441: snowbridge_beacon_primitives::updates::NextSyncCommitteeUpdate */ + /** Lookup429: snowbridge_beacon_primitives::updates::NextSyncCommitteeUpdate */ SnowbridgeBeaconPrimitivesUpdatesNextSyncCommitteeUpdate: { nextSyncCommittee: "SnowbridgeBeaconPrimitivesSyncCommittee", nextSyncCommitteeBranch: "Vec", }, - /** Lookup442: polkadot_runtime_common::paras_sudo_wrapper::pallet::Call */ + /** Lookup430: snowbridge_core::operating_mode::BasicOperatingMode */ + SnowbridgeCoreOperatingModeBasicOperatingMode: { + _enum: ["Normal", "Halted"], + }, + /** Lookup431: polkadot_runtime_common::paras_sudo_wrapper::pallet::Call */ PolkadotRuntimeCommonParasSudoWrapperPalletCall: { _enum: { sudo_schedule_para_initialize: { @@ -4022,13 +3951,13 @@ export default { }, }, }, - /** Lookup443: polkadot_runtime_parachains::paras::ParaGenesisArgs */ + /** Lookup432: polkadot_runtime_parachains::paras::ParaGenesisArgs */ PolkadotRuntimeParachainsParasParaGenesisArgs: { genesisHead: "Bytes", validationCode: "Bytes", paraKind: "bool", }, - /** Lookup444: pallet_root_testing::pallet::Call */ + /** Lookup433: pallet_root_testing::pallet::Call */ PalletRootTestingCall: { _enum: { fill_block: { @@ -4037,7 +3966,7 @@ export default { trigger_defensive: "Null", }, }, - /** Lookup445: pallet_sudo::pallet::Call */ + /** Lookup434: pallet_sudo::pallet::Call */ PalletSudoCall: { _enum: { sudo: { @@ -4060,15 +3989,15 @@ export default { remove_key: "Null", }, }, - /** Lookup446: sp_runtime::traits::BlakeTwo256 */ + /** Lookup435: sp_runtime::traits::BlakeTwo256 */ SpRuntimeBlakeTwo256: "Null", - /** Lookup448: pallet_conviction_voting::types::Tally */ + /** Lookup437: pallet_conviction_voting::types::Tally */ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128", }, - /** Lookup449: pallet_ranked_collective::pallet::Event */ + /** Lookup438: pallet_ranked_collective::pallet::Event */ PalletRankedCollectiveEvent: { _enum: { MemberAdded: { @@ -4094,20 +4023,20 @@ export default { }, }, }, - /** Lookup450: pallet_ranked_collective::VoteRecord */ + /** Lookup439: pallet_ranked_collective::VoteRecord */ PalletRankedCollectiveVoteRecord: { _enum: { Aye: "u32", Nay: "u32", }, }, - /** Lookup451: pallet_ranked_collective::Tally */ + /** Lookup440: pallet_ranked_collective::Tally */ PalletRankedCollectiveTally: { bareAyes: "u32", ayes: "u32", nays: "u32", }, - /** Lookup453: pallet_whitelist::pallet::Event */ + /** Lookup442: pallet_whitelist::pallet::Event */ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -4122,34 +4051,34 @@ export default { }, }, }, - /** Lookup455: frame_support::dispatch::PostDispatchInfo */ + /** Lookup444: frame_support::dispatch::PostDispatchInfo */ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays", }, - /** Lookup457: sp_runtime::DispatchErrorWithPostInfo */ + /** Lookup446: sp_runtime::DispatchErrorWithPostInfo */ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError", }, - /** Lookup458: polkadot_runtime_parachains::inclusion::pallet::Event */ + /** Lookup447: polkadot_runtime_parachains::inclusion::pallet::Event */ PolkadotRuntimeParachainsInclusionPalletEvent: { _enum: { - CandidateBacked: "(PolkadotPrimitivesV7CandidateReceipt,Bytes,u32,u32)", - CandidateIncluded: "(PolkadotPrimitivesV7CandidateReceipt,Bytes,u32,u32)", - CandidateTimedOut: "(PolkadotPrimitivesV7CandidateReceipt,Bytes,u32)", + CandidateBacked: "(PolkadotPrimitivesV8CandidateReceipt,Bytes,u32,u32)", + CandidateIncluded: "(PolkadotPrimitivesV8CandidateReceipt,Bytes,u32,u32)", + CandidateTimedOut: "(PolkadotPrimitivesV8CandidateReceipt,Bytes,u32)", UpwardMessagesReceived: { from: "u32", count: "u32", }, }, }, - /** Lookup459: polkadot_primitives::v7::CandidateReceipt */ - PolkadotPrimitivesV7CandidateReceipt: { - descriptor: "PolkadotPrimitivesV7CandidateDescriptor", + /** Lookup448: polkadot_primitives::v8::CandidateReceipt */ + PolkadotPrimitivesV8CandidateReceipt: { + descriptor: "PolkadotPrimitivesV8CandidateDescriptor", commitmentsHash: "H256", }, - /** Lookup462: polkadot_runtime_parachains::paras::pallet::Event */ + /** Lookup451: polkadot_runtime_parachains::paras::pallet::Event */ PolkadotRuntimeParachainsParasPalletEvent: { _enum: { CurrentCodeUpdated: "u32", @@ -4162,7 +4091,7 @@ export default { PvfCheckRejected: "(H256,u32)", }, }, - /** Lookup463: polkadot_runtime_parachains::hrmp::pallet::Event */ + /** Lookup452: polkadot_runtime_parachains::hrmp::pallet::Event */ PolkadotRuntimeParachainsHrmpPalletEvent: { _enum: { OpenChannelRequested: { @@ -4201,7 +4130,7 @@ export default { }, }, }, - /** Lookup464: polkadot_runtime_parachains::disputes::pallet::Event */ + /** Lookup453: polkadot_runtime_parachains::disputes::pallet::Event */ PolkadotRuntimeParachainsDisputesPalletEvent: { _enum: { DisputeInitiated: "(H256,PolkadotRuntimeParachainsDisputesDisputeLocation)", @@ -4209,41 +4138,41 @@ export default { Revert: "u32", }, }, - /** Lookup465: polkadot_runtime_parachains::disputes::DisputeLocation */ + /** Lookup454: polkadot_runtime_parachains::disputes::DisputeLocation */ PolkadotRuntimeParachainsDisputesDisputeLocation: { _enum: ["Local", "Remote"], }, - /** Lookup466: polkadot_runtime_parachains::disputes::DisputeResult */ + /** Lookup455: polkadot_runtime_parachains::disputes::DisputeResult */ PolkadotRuntimeParachainsDisputesDisputeResult: { _enum: ["Valid", "Invalid"], }, - /** Lookup467: pallet_message_queue::pallet::Event */ + /** Lookup456: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { id: "H256", - origin: "DancelightRuntimeAggregateMessageOrigin", + origin: "PolkadotRuntimeParachainsInclusionAggregateMessageOrigin", error: "FrameSupportMessagesProcessMessageError", }, Processed: { id: "H256", - origin: "DancelightRuntimeAggregateMessageOrigin", + origin: "PolkadotRuntimeParachainsInclusionAggregateMessageOrigin", weightUsed: "SpWeightsWeightV2Weight", success: "bool", }, OverweightEnqueued: { id: "[u8;32]", - origin: "DancelightRuntimeAggregateMessageOrigin", + origin: "PolkadotRuntimeParachainsInclusionAggregateMessageOrigin", pageIndex: "u32", messageIndex: "u32", }, PageReaped: { - origin: "DancelightRuntimeAggregateMessageOrigin", + origin: "PolkadotRuntimeParachainsInclusionAggregateMessageOrigin", index: "u32", }, }, }, - /** Lookup468: frame_support::traits::messages::ProcessMessageError */ + /** Lookup457: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4254,8 +4183,8 @@ export default { StackLimitReached: "Null", }, }, - /** Lookup469: polkadot_runtime_parachains::assigner_on_demand::pallet::Event */ - PolkadotRuntimeParachainsAssignerOnDemandPalletEvent: { + /** Lookup458: polkadot_runtime_parachains::on_demand::pallet::Event */ + PolkadotRuntimeParachainsOnDemandPalletEvent: { _enum: { OnDemandOrderPlaced: { paraId: "u32", @@ -4267,7 +4196,7 @@ export default { }, }, }, - /** Lookup470: polkadot_runtime_common::paras_registrar::pallet::Event */ + /** Lookup459: polkadot_runtime_common::paras_registrar::pallet::Event */ PolkadotRuntimeCommonParasRegistrarPalletEvent: { _enum: { Registered: { @@ -4287,7 +4216,7 @@ export default { }, }, }, - /** Lookup471: pallet_utility::pallet::Event */ + /** Lookup460: pallet_utility::pallet::Event */ PalletUtilityEvent: { _enum: { BatchInterrupted: { @@ -4305,7 +4234,7 @@ export default { }, }, }, - /** Lookup473: pallet_identity::pallet::Event */ + /** Lookup462: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -4377,7 +4306,7 @@ export default { }, }, }, - /** Lookup474: pallet_scheduler::pallet::Event */ + /** Lookup463: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -4421,7 +4350,7 @@ export default { }, }, }, - /** Lookup476: pallet_proxy::pallet::Event */ + /** Lookup465: pallet_proxy::pallet::Event */ PalletProxyEvent: { _enum: { ProxyExecuted: { @@ -4452,7 +4381,7 @@ export default { }, }, }, - /** Lookup477: pallet_multisig::pallet::Event */ + /** Lookup466: pallet_multisig::pallet::Event */ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -4481,7 +4410,7 @@ export default { }, }, }, - /** Lookup478: pallet_preimage::pallet::Event */ + /** Lookup467: pallet_preimage::pallet::Event */ PalletPreimageEvent: { _enum: { Noted: { @@ -4504,7 +4433,7 @@ export default { }, }, }, - /** Lookup479: pallet_asset_rate::pallet::Event */ + /** Lookup468: pallet_asset_rate::pallet::Event */ PalletAssetRateEvent: { _enum: { AssetRateCreated: { @@ -4524,7 +4453,7 @@ export default { }, }, }, - /** Lookup480: pallet_xcm::pallet::Event */ + /** Lookup469: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { Attempted: { @@ -4647,7 +4576,7 @@ export default { }, }, }, - /** Lookup481: staging_xcm::v4::traits::Outcome */ + /** Lookup470: staging_xcm::v4::traits::Outcome */ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -4662,64 +4591,7 @@ export default { }, }, }, - /** Lookup482: snowbridge_pallet_outbound_queue::pallet::Event */ - SnowbridgePalletOutboundQueueEvent: { - _enum: { - MessageQueued: { - id: "H256", - }, - MessageAccepted: { - id: "H256", - nonce: "u64", - }, - MessagesCommitted: { - root: "H256", - count: "u64", - }, - OperatingModeChanged: { - mode: "SnowbridgeCoreOperatingModeBasicOperatingMode", - }, - }, - }, - /** Lookup483: snowbridge_pallet_system::pallet::Event */ - SnowbridgePalletSystemEvent: { - _enum: { - Upgrade: { - implAddress: "H160", - implCodeHash: "H256", - initializerParamsHash: "Option", - }, - CreateAgent: { - location: "StagingXcmV4Location", - agentId: "H256", - }, - CreateChannel: { - channelId: "SnowbridgeCoreChannelId", - agentId: "H256", - }, - UpdateChannel: { - channelId: "SnowbridgeCoreChannelId", - mode: "SnowbridgeCoreOutboundV1OperatingMode", - }, - SetOperatingMode: { - mode: "SnowbridgeCoreOutboundV1OperatingMode", - }, - TransferNativeFromAgent: { - agentId: "H256", - recipient: "H160", - amount: "u128", - }, - SetTokenTransferFees: { - createAssetXcm: "u128", - transferAssetXcm: "u128", - registerToken: "U256", - }, - PricingParametersChanged: { - params: "SnowbridgeCorePricingPricingParameters", - }, - }, - }, - /** Lookup484: pallet_migrations::pallet::Event */ + /** Lookup471: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -4741,7 +4613,7 @@ export default { }, }, }, - /** Lookup486: snowbridge_pallet_ethereum_client::pallet::Event */ + /** Lookup473: snowbridge_pallet_ethereum_client::pallet::Event */ SnowbridgePalletEthereumClientEvent: { _enum: { BeaconHeaderImported: { @@ -4756,11 +4628,11 @@ export default { }, }, }, - /** Lookup487: pallet_root_testing::pallet::Event */ + /** Lookup474: pallet_root_testing::pallet::Event */ PalletRootTestingEvent: { _enum: ["DefensiveTestCall"], }, - /** Lookup488: pallet_sudo::pallet::Event */ + /** Lookup475: pallet_sudo::pallet::Event */ PalletSudoEvent: { _enum: { Sudid: { @@ -4779,7 +4651,7 @@ export default { }, }, }, - /** Lookup489: frame_system::Phase */ + /** Lookup476: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4787,51 +4659,51 @@ export default { Initialization: "Null", }, }, - /** Lookup491: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup478: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup493: frame_system::CodeUpgradeAuthorization */ + /** Lookup480: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup494: frame_system::limits::BlockWeights */ + /** Lookup481: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup495: frame_support::dispatch::PerDispatchClass */ + /** Lookup482: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup496: frame_system::limits::WeightsPerClass */ + /** Lookup483: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup497: frame_system::limits::BlockLength */ + /** Lookup484: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup498: frame_support::dispatch::PerDispatchClass */ + /** Lookup485: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup499: sp_weights::RuntimeDbWeight */ + /** Lookup486: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup500: sp_version::RuntimeVersion */ + /** Lookup487: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4842,7 +4714,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup504: frame_system::pallet::Error */ + /** Lookup491: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4856,7 +4728,7 @@ export default { "Unauthorized", ], }, - /** Lookup511: sp_consensus_babe::digests::PreDigest */ + /** Lookup498: sp_consensus_babe::digests::PreDigest */ SpConsensusBabeDigestsPreDigest: { _enum: { __Unused0: "Null", @@ -4865,34 +4737,34 @@ export default { SecondaryVRF: "SpConsensusBabeDigestsSecondaryVRFPreDigest", }, }, - /** Lookup512: sp_consensus_babe::digests::PrimaryPreDigest */ + /** Lookup499: sp_consensus_babe::digests::PrimaryPreDigest */ SpConsensusBabeDigestsPrimaryPreDigest: { authorityIndex: "u32", slot: "u64", vrfSignature: "SpCoreSr25519VrfVrfSignature", }, - /** Lookup513: sp_core::sr25519::vrf::VrfSignature */ + /** Lookup500: sp_core::sr25519::vrf::VrfSignature */ SpCoreSr25519VrfVrfSignature: { preOutput: "[u8;32]", proof: "[u8;64]", }, - /** Lookup514: sp_consensus_babe::digests::SecondaryPlainPreDigest */ + /** Lookup501: sp_consensus_babe::digests::SecondaryPlainPreDigest */ SpConsensusBabeDigestsSecondaryPlainPreDigest: { authorityIndex: "u32", slot: "u64", }, - /** Lookup515: sp_consensus_babe::digests::SecondaryVRFPreDigest */ + /** Lookup502: sp_consensus_babe::digests::SecondaryVRFPreDigest */ SpConsensusBabeDigestsSecondaryVRFPreDigest: { authorityIndex: "u32", slot: "u64", vrfSignature: "SpCoreSr25519VrfVrfSignature", }, - /** Lookup516: sp_consensus_babe::BabeEpochConfiguration */ + /** Lookup503: sp_consensus_babe::BabeEpochConfiguration */ SpConsensusBabeBabeEpochConfiguration: { c: "(u64,u64)", allowedSlots: "SpConsensusBabeAllowedSlots", }, - /** Lookup520: pallet_babe::pallet::Error */ + /** Lookup507: pallet_babe::pallet::Error */ PalletBabeError: { _enum: [ "InvalidEquivocationProof", @@ -4901,22 +4773,22 @@ export default { "InvalidConfiguration", ], }, - /** Lookup522: pallet_balances::types::BalanceLock */ + /** Lookup509: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup523: pallet_balances::types::Reasons */ + /** Lookup510: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup526: pallet_balances::types::ReserveData */ + /** Lookup513: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;8]", amount: "u128", }, - /** Lookup530: dancelight_runtime::RuntimeHoldReason */ + /** Lookup517: dancelight_runtime::RuntimeHoldReason */ DancelightRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -5007,24 +4879,24 @@ export default { Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup531: pallet_registrar::pallet::HoldReason */ + /** Lookup518: pallet_registrar::pallet::HoldReason */ PalletRegistrarHoldReason: { _enum: ["RegistrarDeposit"], }, - /** Lookup532: pallet_data_preservers::pallet::HoldReason */ + /** Lookup519: pallet_data_preservers::pallet::HoldReason */ PalletDataPreserversHoldReason: { _enum: ["ProfileDeposit"], }, - /** Lookup533: pallet_preimage::pallet::HoldReason */ + /** Lookup520: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup536: frame_support::traits::tokens::misc::IdAmount */ + /** Lookup523: frame_support::traits::tokens::misc::IdAmount */ FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup538: pallet_balances::pallet::Error */ + /** Lookup525: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -5041,21 +4913,21 @@ export default { "DeltaZero", ], }, - /** Lookup539: pallet_transaction_payment::Releases */ + /** Lookup526: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** Lookup540: sp_staking::offence::OffenceDetails */ + /** Lookup527: sp_staking::offence::OffenceDetails */ SpStakingOffenceOffenceDetails: { offender: "(AccountId32,Null)", reporters: "Vec", }, - /** Lookup552: pallet_registrar::pallet::DepositInfo */ + /** Lookup539: pallet_registrar::pallet::DepositInfo */ PalletRegistrarDepositInfo: { creator: "AccountId32", deposit: "u128", }, - /** Lookup553: pallet_registrar::pallet::Error */ + /** Lookup540: pallet_registrar::pallet::Error */ PalletRegistrarError: { _enum: [ "ParaIdAlreadyRegistered", @@ -5077,7 +4949,7 @@ export default { "WasmCodeNecessary", ], }, - /** Lookup554: pallet_configuration::HostConfiguration */ + /** Lookup541: pallet_configuration::HostConfiguration */ PalletConfigurationHostConfiguration: { maxCollators: "u32", minOrchestratorCollators: "u32", @@ -5089,11 +4961,11 @@ export default { targetContainerChainFullness: "Perbill", maxParachainCoresPercentage: "Option", }, - /** Lookup557: pallet_configuration::pallet::Error */ + /** Lookup544: pallet_configuration::pallet::Error */ PalletConfigurationError: { _enum: ["InvalidNewValue"], }, - /** Lookup559: pallet_invulnerables::pallet::Error */ + /** Lookup546: pallet_invulnerables::pallet::Error */ PalletInvulnerablesError: { _enum: [ "TooManyInvulnerables", @@ -5103,23 +4975,23 @@ export default { "UnableToDeriveCollatorId", ], }, - /** Lookup560: dp_collator_assignment::AssignedCollators */ + /** Lookup547: dp_collator_assignment::AssignedCollators */ DpCollatorAssignmentAssignedCollatorsAccountId32: { orchestratorChain: "Vec", containerChains: "BTreeMap>", }, - /** Lookup565: dp_collator_assignment::AssignedCollators */ + /** Lookup552: dp_collator_assignment::AssignedCollators */ DpCollatorAssignmentAssignedCollatorsPublic: { orchestratorChain: "Vec", containerChains: "BTreeMap>", }, - /** Lookup573: tp_traits::ContainerChainBlockInfo */ + /** Lookup560: tp_traits::ContainerChainBlockInfo */ TpTraitsContainerChainBlockInfo: { blockNumber: "u32", author: "AccountId32", latestSlotNumber: "u64", }, - /** Lookup574: pallet_author_noting::pallet::Error */ + /** Lookup561: pallet_author_noting::pallet::Error */ PalletAuthorNotingError: { _enum: [ "FailedReading", @@ -5131,18 +5003,18 @@ export default { "NonAuraDigest", ], }, - /** Lookup575: pallet_services_payment::pallet::Error */ + /** Lookup562: pallet_services_payment::pallet::Error */ PalletServicesPaymentError: { _enum: ["InsufficientFundsToPurchaseCredits", "InsufficientCredits", "CreditPriceTooExpensive"], }, - /** Lookup576: pallet_data_preservers::types::RegisteredProfile */ + /** Lookup563: pallet_data_preservers::types::RegisteredProfile */ PalletDataPreserversRegisteredProfile: { account: "AccountId32", deposit: "u128", profile: "PalletDataPreserversProfile", assignment: "Option<(u32,DancelightRuntimePreserversAssignmentPaymentWitness)>", }, - /** Lookup582: pallet_data_preservers::pallet::Error */ + /** Lookup569: pallet_data_preservers::pallet::Error */ PalletDataPreserversError: { _enum: [ "NoBootNodes", @@ -5157,12 +5029,12 @@ export default { "CantDeleteAssignedProfile", ], }, - /** Lookup585: tp_traits::ActiveEraInfo */ + /** Lookup572: tp_traits::ActiveEraInfo */ TpTraitsActiveEraInfo: { index: "u32", start: "Option", }, - /** Lookup587: pallet_external_validators::pallet::Error */ + /** Lookup574: pallet_external_validators::pallet::Error */ PalletExternalValidatorsError: { _enum: [ "TooManyWhitelisted", @@ -5172,7 +5044,7 @@ export default { "UnableToDeriveValidatorId", ], }, - /** Lookup590: pallet_external_validator_slashes::Slash */ + /** Lookup577: pallet_external_validator_slashes::Slash */ PalletExternalValidatorSlashesSlash: { validator: "AccountId32", reporters: "Vec", @@ -5180,7 +5052,7 @@ export default { percentage: "Perbill", confirmed: "bool", }, - /** Lookup591: pallet_external_validator_slashes::pallet::Error */ + /** Lookup578: pallet_external_validator_slashes::pallet::Error */ PalletExternalValidatorSlashesError: { _enum: [ "EmptyTargets", @@ -5190,22 +5062,20 @@ export default { "ProvidedNonSlashableEra", "DeferPeriodIsOver", "ErrorComputingSlash", - "EthereumValidateFail", - "EthereumDeliverFail", ], }, - /** Lookup592: pallet_external_validators_rewards::pallet::EraRewardPoints */ + /** Lookup579: pallet_external_validators_rewards::pallet::EraRewardPoints */ PalletExternalValidatorsRewardsEraRewardPoints: { total: "u32", individual: "BTreeMap", }, - /** Lookup599: sp_core::crypto::KeyTypeId */ + /** Lookup586: sp_core::crypto::KeyTypeId */ SpCoreCryptoKeyTypeId: "[u8;4]", - /** Lookup600: pallet_session::pallet::Error */ + /** Lookup587: pallet_session::pallet::Error */ PalletSessionError: { _enum: ["InvalidProof", "NoAssociatedValidatorId", "DuplicatedKey", "NoKeys", "NoAccount"], }, - /** Lookup601: pallet_grandpa::StoredState */ + /** Lookup588: pallet_grandpa::StoredState */ PalletGrandpaStoredState: { _enum: { Live: "Null", @@ -5220,14 +5090,14 @@ export default { }, }, }, - /** Lookup602: pallet_grandpa::StoredPendingChange */ + /** Lookup589: pallet_grandpa::StoredPendingChange */ PalletGrandpaStoredPendingChange: { scheduledAt: "u32", delay: "u32", nextAuthorities: "Vec<(SpConsensusGrandpaAppPublic,u64)>", forced: "Option", }, - /** Lookup604: pallet_grandpa::pallet::Error */ + /** Lookup591: pallet_grandpa::pallet::Error */ PalletGrandpaError: { _enum: [ "PauseFailed", @@ -5239,12 +5109,12 @@ export default { "DuplicateOffenceReport", ], }, - /** Lookup607: pallet_inflation_rewards::pallet::ChainsToRewardValue */ + /** Lookup594: pallet_inflation_rewards::pallet::ChainsToRewardValue */ PalletInflationRewardsChainsToRewardValue: { paraIds: "Vec", rewardsPerChain: "u128", }, - /** Lookup608: pallet_treasury::Proposal */ + /** Lookup595: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId32", value: "u128", @@ -5252,7 +5122,7 @@ export default { bond: "u128", }, /** - * Lookup610: pallet_treasury::SpendStatus */ PalletTreasurySpendStatus: { @@ -5263,7 +5133,7 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState", }, - /** Lookup611: pallet_treasury::PaymentState */ + /** Lookup598: pallet_treasury::PaymentState */ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5273,9 +5143,9 @@ export default { Failed: "Null", }, }, - /** Lookup613: frame_support::PalletId */ + /** Lookup600: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", - /** Lookup614: pallet_treasury::pallet::Error */ + /** Lookup601: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ "InvalidIndex", @@ -5292,7 +5162,7 @@ export default { ], }, /** - * Lookup616: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5301,20 +5171,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup617: pallet_conviction_voting::vote::Casting */ + /** Lookup604: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup621: pallet_conviction_voting::types::Delegations */ + /** Lookup608: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup622: pallet_conviction_voting::vote::PriorLock */ + /** Lookup609: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup623: pallet_conviction_voting::vote::Delegating */ + /** Lookup610: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId32", @@ -5322,7 +5192,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup627: pallet_conviction_voting::pallet::Error */ + /** Lookup614: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5340,7 +5210,7 @@ export default { ], }, /** - * Lookup628: pallet_referenda::types::ReferendumInfo, * Balance, pallet_conviction_voting::types::Tally, sp_core::crypto::AccountId32, ScheduleAddress> */ @@ -5355,7 +5225,7 @@ export default { }, }, /** - * Lookup629: pallet_referenda::types::ReferendumStatus, * Balance, pallet_conviction_voting::types::Tally, sp_core::crypto::AccountId32, ScheduleAddress> */ @@ -5372,17 +5242,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup630: pallet_referenda::types::Deposit */ + /** Lookup617: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId32", amount: "u128", }, - /** Lookup633: pallet_referenda::types::DecidingStatus */ + /** Lookup620: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup641: pallet_referenda::types::TrackInfo */ + /** Lookup628: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5394,7 +5264,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup642: pallet_referenda::types::Curve */ + /** Lookup629: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5415,7 +5285,7 @@ export default { }, }, }, - /** Lookup645: pallet_referenda::pallet::Error */ + /** Lookup632: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5434,11 +5304,11 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup646: pallet_ranked_collective::MemberRecord */ + /** Lookup633: pallet_ranked_collective::MemberRecord */ PalletRankedCollectiveMemberRecord: { rank: "u16", }, - /** Lookup650: pallet_ranked_collective::pallet::Error */ + /** Lookup637: pallet_ranked_collective::pallet::Error */ PalletRankedCollectiveError: { _enum: [ "AlreadyMember", @@ -5455,7 +5325,7 @@ export default { ], }, /** - * Lookup651: pallet_referenda::types::ReferendumInfo, * Balance, pallet_ranked_collective::Tally, sp_core::crypto::AccountId32, ScheduleAddress> */ @@ -5470,7 +5340,7 @@ export default { }, }, /** - * Lookup652: pallet_referenda::types::ReferendumStatus, * Balance, pallet_ranked_collective::Tally, sp_core::crypto::AccountId32, ScheduleAddress> */ @@ -5487,7 +5357,7 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup655: pallet_whitelist::pallet::Error */ + /** Lookup642: pallet_whitelist::pallet::Error */ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5497,7 +5367,7 @@ export default { "CallAlreadyWhitelisted", ], }, - /** Lookup656: polkadot_runtime_parachains::configuration::HostConfiguration */ + /** Lookup643: polkadot_runtime_parachains::configuration::HostConfiguration */ PolkadotRuntimeParachainsConfigurationHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -5508,7 +5378,7 @@ export default { hrmpMaxMessageNumPerCandidate: "u32", validationUpgradeCooldown: "u32", validationUpgradeDelay: "u32", - asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", + asyncBackingParams: "PolkadotPrimitivesV8AsyncBackingAsyncBackingParams", maxPovSize: "u32", maxDownwardMessageSize: "u32", hrmpMaxParachainOutboundChannels: "u32", @@ -5518,7 +5388,7 @@ export default { hrmpChannelMaxTotalSize: "u32", hrmpMaxParachainInboundChannels: "u32", hrmpChannelMaxMessageSize: "u32", - executorParams: "PolkadotPrimitivesV7ExecutorParams", + executorParams: "PolkadotPrimitivesV8ExecutorParams", codeRetentionPeriod: "u32", maxValidators: "Option", disputePeriod: "u32", @@ -5532,34 +5402,34 @@ export default { minimumValidationUpgradeDelay: "u32", minimumBackingVotes: "u32", nodeFeatures: "BitVec", - approvalVotingParams: "PolkadotPrimitivesV7ApprovalVotingParams", - schedulerParams: "PolkadotPrimitivesVstagingSchedulerParams", + approvalVotingParams: "PolkadotPrimitivesV8ApprovalVotingParams", + schedulerParams: "PolkadotPrimitivesV8SchedulerParams", }, - /** Lookup659: polkadot_runtime_parachains::configuration::pallet::Error */ + /** Lookup646: polkadot_runtime_parachains::configuration::pallet::Error */ PolkadotRuntimeParachainsConfigurationPalletError: { _enum: ["InvalidNewValue"], }, - /** Lookup662: polkadot_runtime_parachains::shared::AllowedRelayParentsTracker */ + /** Lookup649: polkadot_runtime_parachains::shared::AllowedRelayParentsTracker */ PolkadotRuntimeParachainsSharedAllowedRelayParentsTracker: { buffer: "Vec<(H256,H256)>", latestNumber: "u32", }, - /** Lookup666: polkadot_runtime_parachains::inclusion::CandidatePendingAvailability */ + /** Lookup653: polkadot_runtime_parachains::inclusion::CandidatePendingAvailability */ PolkadotRuntimeParachainsInclusionCandidatePendingAvailability: { _alias: { hash_: "hash", }, core: "u32", hash_: "H256", - descriptor: "PolkadotPrimitivesV7CandidateDescriptor", - commitments: "PolkadotPrimitivesV7CandidateCommitments", + descriptor: "PolkadotPrimitivesV8CandidateDescriptor", + commitments: "PolkadotPrimitivesV8CandidateCommitments", availabilityVotes: "BitVec", backers: "BitVec", relayParentNumber: "u32", backedInNumber: "u32", backingGroup: "u32", }, - /** Lookup667: polkadot_runtime_parachains::inclusion::pallet::Error */ + /** Lookup654: polkadot_runtime_parachains::inclusion::pallet::Error */ PolkadotRuntimeParachainsInclusionPalletError: { _enum: [ "ValidatorIndexOutOfBounds", @@ -5572,7 +5442,6 @@ export default { "InvalidGroupIndex", "InsufficientBacking", "InvalidBacking", - "NotCollatorSigned", "ValidationDataHashMismatch", "IncorrectDownwardMessageHandling", "InvalidUpwardMessages", @@ -5582,14 +5451,14 @@ export default { "ParaHeadMismatch", ], }, - /** Lookup668: polkadot_primitives::v7::ScrapedOnChainVotes */ - PolkadotPrimitivesV7ScrapedOnChainVotes: { + /** Lookup655: polkadot_primitives::v8::ScrapedOnChainVotes */ + PolkadotPrimitivesV8ScrapedOnChainVotes: { session: "u32", backingValidatorsPerCandidate: - "Vec<(PolkadotPrimitivesV7CandidateReceipt,Vec<(u32,PolkadotPrimitivesV7ValidityAttestation)>)>", - disputes: "Vec", + "Vec<(PolkadotPrimitivesV8CandidateReceipt,Vec<(u32,PolkadotPrimitivesV8ValidityAttestation)>)>", + disputes: "Vec", }, - /** Lookup673: polkadot_runtime_parachains::paras_inherent::pallet::Error */ + /** Lookup660: polkadot_runtime_parachains::paras_inherent::pallet::Error */ PolkadotRuntimeParachainsParasInherentPalletError: { _enum: [ "TooManyInclusionInherents", @@ -5599,20 +5468,20 @@ export default { "UnscheduledCandidate", ], }, - /** Lookup676: polkadot_runtime_parachains::scheduler::pallet::CoreOccupied */ + /** Lookup663: polkadot_runtime_parachains::scheduler::pallet::CoreOccupied */ PolkadotRuntimeParachainsSchedulerPalletCoreOccupied: { _enum: { Free: "Null", Paras: "PolkadotRuntimeParachainsSchedulerPalletParasEntry", }, }, - /** Lookup677: polkadot_runtime_parachains::scheduler::pallet::ParasEntry */ + /** Lookup664: polkadot_runtime_parachains::scheduler::pallet::ParasEntry */ PolkadotRuntimeParachainsSchedulerPalletParasEntry: { assignment: "PolkadotRuntimeParachainsSchedulerCommonAssignment", availabilityTimeouts: "u32", ttl: "u32", }, - /** Lookup678: polkadot_runtime_parachains::scheduler::common::Assignment */ + /** Lookup665: polkadot_runtime_parachains::scheduler::common::Assignment */ PolkadotRuntimeParachainsSchedulerCommonAssignment: { _enum: { Pool: { @@ -5622,7 +5491,7 @@ export default { Bulk: "u32", }, }, - /** Lookup683: polkadot_runtime_parachains::paras::PvfCheckActiveVoteState */ + /** Lookup670: polkadot_runtime_parachains::paras::PvfCheckActiveVoteState */ PolkadotRuntimeParachainsParasPvfCheckActiveVoteState: { votesAccept: "BitVec", votesReject: "BitVec", @@ -5630,7 +5499,7 @@ export default { createdAt: "u32", causes: "Vec", }, - /** Lookup685: polkadot_runtime_parachains::paras::PvfCheckCause */ + /** Lookup672: polkadot_runtime_parachains::paras::PvfCheckCause */ PolkadotRuntimeParachainsParasPvfCheckCause: { _enum: { Onboarding: "u32", @@ -5641,11 +5510,11 @@ export default { }, }, }, - /** Lookup686: polkadot_runtime_parachains::paras::UpgradeStrategy */ + /** Lookup673: polkadot_runtime_parachains::paras::UpgradeStrategy */ PolkadotRuntimeParachainsParasUpgradeStrategy: { _enum: ["SetGoAheadSignal", "ApplyAtExpectedBlock"], }, - /** Lookup688: polkadot_runtime_parachains::paras::ParaLifecycle */ + /** Lookup675: polkadot_runtime_parachains::paras::ParaLifecycle */ PolkadotRuntimeParachainsParasParaLifecycle: { _enum: [ "Onboarding", @@ -5657,25 +5526,25 @@ export default { "OffboardingParachain", ], }, - /** Lookup690: polkadot_runtime_parachains::paras::ParaPastCodeMeta */ + /** Lookup677: polkadot_runtime_parachains::paras::ParaPastCodeMeta */ PolkadotRuntimeParachainsParasParaPastCodeMeta: { upgradeTimes: "Vec", lastPruned: "Option", }, - /** Lookup692: polkadot_runtime_parachains::paras::ReplacementTimes */ + /** Lookup679: polkadot_runtime_parachains::paras::ReplacementTimes */ PolkadotRuntimeParachainsParasReplacementTimes: { expectedAt: "u32", activatedAt: "u32", }, - /** Lookup694: polkadot_primitives::v7::UpgradeGoAhead */ - PolkadotPrimitivesV7UpgradeGoAhead: { + /** Lookup681: polkadot_primitives::v8::UpgradeGoAhead */ + PolkadotPrimitivesV8UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, - /** Lookup695: polkadot_primitives::v7::UpgradeRestriction */ - PolkadotPrimitivesV7UpgradeRestriction: { + /** Lookup682: polkadot_primitives::v8::UpgradeRestriction */ + PolkadotPrimitivesV8UpgradeRestriction: { _enum: ["Present"], }, - /** Lookup696: polkadot_runtime_parachains::paras::pallet::Error */ + /** Lookup683: polkadot_runtime_parachains::paras::pallet::Error */ PolkadotRuntimeParachainsParasPalletError: { _enum: [ "NotRegistered", @@ -5693,18 +5562,18 @@ export default { "InvalidCode", ], }, - /** Lookup698: polkadot_runtime_parachains::initializer::BufferedSessionChange */ + /** Lookup685: polkadot_runtime_parachains::initializer::BufferedSessionChange */ PolkadotRuntimeParachainsInitializerBufferedSessionChange: { - validators: "Vec", - queued: "Vec", + validators: "Vec", + queued: "Vec", sessionIndex: "u32", }, - /** Lookup700: polkadot_core_primitives::InboundDownwardMessage */ + /** Lookup687: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, - /** Lookup701: polkadot_runtime_parachains::hrmp::HrmpOpenChannelRequest */ + /** Lookup688: polkadot_runtime_parachains::hrmp::HrmpOpenChannelRequest */ PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest: { confirmed: "bool", age: "u32", @@ -5713,7 +5582,7 @@ export default { maxCapacity: "u32", maxTotalSize: "u32", }, - /** Lookup703: polkadot_runtime_parachains::hrmp::HrmpChannel */ + /** Lookup690: polkadot_runtime_parachains::hrmp::HrmpChannel */ PolkadotRuntimeParachainsHrmpHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -5724,12 +5593,12 @@ export default { senderDeposit: "u128", recipientDeposit: "u128", }, - /** Lookup705: polkadot_core_primitives::InboundHrmpMessage */ + /** Lookup692: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, - /** Lookup708: polkadot_runtime_parachains::hrmp::pallet::Error */ + /** Lookup695: polkadot_runtime_parachains::hrmp::pallet::Error */ PolkadotRuntimeParachainsHrmpPalletError: { _enum: [ "OpenHrmpChannelToSelf", @@ -5754,15 +5623,15 @@ export default { "ChannelCreationNotAuthorized", ], }, - /** Lookup710: polkadot_primitives::v7::SessionInfo */ - PolkadotPrimitivesV7SessionInfo: { + /** Lookup697: polkadot_primitives::v8::SessionInfo */ + PolkadotPrimitivesV8SessionInfo: { activeValidatorIndices: "Vec", randomSeed: "[u8;32]", disputePeriod: "u32", - validators: "PolkadotPrimitivesV7IndexedVecValidatorIndex", + validators: "PolkadotPrimitivesV8IndexedVecValidatorIndex", discoveryKeys: "Vec", - assignmentKeys: "Vec", - validatorGroups: "PolkadotPrimitivesV7IndexedVecGroupIndex", + assignmentKeys: "Vec", + validatorGroups: "PolkadotPrimitivesV8IndexedVecGroupIndex", nCores: "u32", zerothDelayTrancheWidth: "u32", relayVrfModuloSamples: "u32", @@ -5771,20 +5640,20 @@ export default { neededApprovals: "u32", }, /** - * Lookup711: polkadot_primitives::v7::IndexedVec + * Lookup698: polkadot_primitives::v8::IndexedVec */ - PolkadotPrimitivesV7IndexedVecValidatorIndex: "Vec", - /** Lookup712: polkadot_primitives::v7::IndexedVec */ - PolkadotPrimitivesV7IndexedVecGroupIndex: "Vec>", - /** Lookup714: polkadot_primitives::v7::DisputeState */ - PolkadotPrimitivesV7DisputeState: { + PolkadotPrimitivesV8IndexedVecValidatorIndex: "Vec", + /** Lookup699: polkadot_primitives::v8::IndexedVec */ + PolkadotPrimitivesV8IndexedVecGroupIndex: "Vec>", + /** Lookup701: polkadot_primitives::v8::DisputeState */ + PolkadotPrimitivesV8DisputeState: { validatorsFor: "BitVec", validatorsAgainst: "BitVec", start: "u32", concludedAt: "Option", }, - /** Lookup716: polkadot_runtime_parachains::disputes::pallet::Error */ + /** Lookup703: polkadot_runtime_parachains::disputes::pallet::Error */ PolkadotRuntimeParachainsDisputesPalletError: { _enum: [ "DuplicateDisputeStatementSets", @@ -5798,15 +5667,15 @@ export default { "UnconfirmedDispute", ], }, - /** Lookup717: polkadot_primitives::v7::slashing::PendingSlashes */ - PolkadotPrimitivesV7SlashingPendingSlashes: { + /** Lookup704: polkadot_primitives::v8::slashing::PendingSlashes */ + PolkadotPrimitivesV8SlashingPendingSlashes: { _alias: { keys_: "keys", }, - keys_: "BTreeMap", - kind: "PolkadotPrimitivesV7SlashingSlashingOffenceKind", + keys_: "BTreeMap", + kind: "PolkadotPrimitivesV8SlashingSlashingOffenceKind", }, - /** Lookup721: polkadot_runtime_parachains::disputes::slashing::pallet::Error */ + /** Lookup708: polkadot_runtime_parachains::disputes::slashing::pallet::Error */ PolkadotRuntimeParachainsDisputesSlashingPalletError: { _enum: [ "InvalidKeyOwnershipProof", @@ -5817,7 +5686,7 @@ export default { "DuplicateSlashingReport", ], }, - /** Lookup722: pallet_message_queue::BookState */ + /** Lookup709: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5829,12 +5698,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup724: pallet_message_queue::Neighbours */ + /** Lookup711: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { - prev: "DancelightRuntimeAggregateMessageOrigin", - next: "DancelightRuntimeAggregateMessageOrigin", + prev: "PolkadotRuntimeParachainsInclusionAggregateMessageOrigin", + next: "PolkadotRuntimeParachainsInclusionAggregateMessageOrigin", }, - /** Lookup726: pallet_message_queue::Page */ + /** Lookup713: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5843,7 +5712,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup728: pallet_message_queue::pallet::Error */ + /** Lookup715: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5857,38 +5726,38 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup729: polkadot_runtime_parachains::assigner_on_demand::types::CoreAffinityCount */ - PolkadotRuntimeParachainsAssignerOnDemandTypesCoreAffinityCount: { + /** Lookup716: polkadot_runtime_parachains::on_demand::types::CoreAffinityCount */ + PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount: { coreIndex: "u32", count: "u32", }, - /** Lookup730: polkadot_runtime_parachains::assigner_on_demand::types::QueueStatusType */ - PolkadotRuntimeParachainsAssignerOnDemandTypesQueueStatusType: { + /** Lookup717: polkadot_runtime_parachains::on_demand::types::QueueStatusType */ + PolkadotRuntimeParachainsOnDemandTypesQueueStatusType: { traffic: "u128", nextIndex: "u32", smallestIndex: "u32", freedIndices: "BinaryHeapReverseQueueIndex", }, - /** Lookup732: BinaryHeap */ + /** Lookup719: BinaryHeap */ BinaryHeapReverseQueueIndex: "Vec", - /** Lookup735: BinaryHeap */ - BinaryHeapEnqueuedOrder: "Vec", - /** Lookup736: polkadot_runtime_parachains::assigner_on_demand::types::EnqueuedOrder */ - PolkadotRuntimeParachainsAssignerOnDemandTypesEnqueuedOrder: { + /** Lookup722: BinaryHeap */ + BinaryHeapEnqueuedOrder: "Vec", + /** Lookup723: polkadot_runtime_parachains::on_demand::types::EnqueuedOrder */ + PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder: { paraId: "u32", idx: "u32", }, - /** Lookup740: polkadot_runtime_parachains::assigner_on_demand::pallet::Error */ - PolkadotRuntimeParachainsAssignerOnDemandPalletError: { + /** Lookup727: polkadot_runtime_parachains::on_demand::pallet::Error */ + PolkadotRuntimeParachainsOnDemandPalletError: { _enum: ["QueueFull", "SpotPriceHigherThanMaxAmount"], }, - /** Lookup741: polkadot_runtime_common::paras_registrar::ParaInfo */ + /** Lookup728: polkadot_runtime_common::paras_registrar::ParaInfo */ PolkadotRuntimeCommonParasRegistrarParaInfo: { manager: "AccountId32", deposit: "u128", locked: "Option", }, - /** Lookup743: polkadot_runtime_common::paras_registrar::pallet::Error */ + /** Lookup730: polkadot_runtime_common::paras_registrar::pallet::Error */ PolkadotRuntimeCommonParasRegistrarPalletError: { _enum: [ "NotRegistered", @@ -5907,12 +5776,12 @@ export default { "CannotSwap", ], }, - /** Lookup744: pallet_utility::pallet::Error */ + /** Lookup731: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, /** - * Lookup746: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -5920,18 +5789,18 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup755: pallet_identity::types::RegistrarInfo */ + /** Lookup742: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId32", fee: "u128", fields: "u64", }, - /** Lookup757: pallet_identity::types::AuthorityProperties> */ + /** Lookup744: pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup759: pallet_identity::pallet::Error */ + /** Lookup746: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5963,7 +5832,7 @@ export default { ], }, /** - * Lookup762: pallet_scheduler::Scheduled, * BlockNumber, dancelight_runtime::OriginCaller, sp_core::crypto::AccountId32> */ @@ -5974,29 +5843,29 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "DancelightRuntimeOriginCaller", }, - /** Lookup764: pallet_scheduler::RetryConfig */ + /** Lookup751: pallet_scheduler::RetryConfig */ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32", }, - /** Lookup765: pallet_scheduler::pallet::Error */ + /** Lookup752: pallet_scheduler::pallet::Error */ PalletSchedulerError: { _enum: ["FailedToSchedule", "NotFound", "TargetBlockNumberInPast", "RescheduleNoChange", "Named"], }, - /** Lookup768: pallet_proxy::ProxyDefinition */ + /** Lookup755: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId32", proxyType: "DancelightRuntimeProxyType", delay: "u32", }, - /** Lookup772: pallet_proxy::Announcement */ + /** Lookup759: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId32", callHash: "H256", height: "u32", }, - /** Lookup774: pallet_proxy::pallet::Error */ + /** Lookup761: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -6009,14 +5878,14 @@ export default { "NoSelfProxy", ], }, - /** Lookup776: pallet_multisig::Multisig */ + /** Lookup763: pallet_multisig::Multisig */ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId32", approvals: "Vec", }, - /** Lookup778: pallet_multisig::pallet::Error */ + /** Lookup765: pallet_multisig::pallet::Error */ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -6035,7 +5904,7 @@ export default { "AlreadyStored", ], }, - /** Lookup779: pallet_preimage::OldRequestStatus */ + /** Lookup766: pallet_preimage::OldRequestStatus */ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -6050,7 +5919,7 @@ export default { }, }, /** - * Lookup782: pallet_preimage::RequestStatus> */ PalletPreimageRequestStatus: { @@ -6066,7 +5935,7 @@ export default { }, }, }, - /** Lookup787: pallet_preimage::pallet::Error */ + /** Lookup774: pallet_preimage::pallet::Error */ PalletPreimageError: { _enum: [ "TooBig", @@ -6077,14 +5946,13 @@ export default { "NotRequested", "TooMany", "TooFew", - "NoCost", ], }, - /** Lookup788: pallet_asset_rate::pallet::Error */ + /** Lookup775: pallet_asset_rate::pallet::Error */ PalletAssetRateError: { _enum: ["UnknownAssetKind", "AlreadyExists", "Overflow"], }, - /** Lookup789: pallet_xcm::pallet::QueryStatus */ + /** Lookup776: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { Pending: { @@ -6103,7 +5971,7 @@ export default { }, }, }, - /** Lookup793: xcm::VersionedResponse */ + /** Lookup780: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -6113,7 +5981,7 @@ export default { V4: "StagingXcmV4Response", }, }, - /** Lookup799: pallet_xcm::pallet::VersionMigrationStage */ + /** Lookup786: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -6122,14 +5990,14 @@ export default { MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup801: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** Lookup788: pallet_xcm::pallet::RemoteLockedFungibleRecord */ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>", }, - /** Lookup808: pallet_xcm::pallet::Error */ + /** Lookup795: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ "Unreachable", @@ -6159,51 +6027,11 @@ export default { "LocalExecutionIncomplete", ], }, - /** Lookup810: snowbridge_pallet_outbound_queue::types::CommittedMessage */ - SnowbridgePalletOutboundQueueCommittedMessage: { - channelId: "SnowbridgeCoreChannelId", - nonce: "Compact", - command: "u8", - params: "Bytes", - maxDispatchGas: "Compact", - maxFeePerGas: "Compact", - reward: "Compact", - id: "H256", - }, - /** Lookup811: snowbridge_pallet_outbound_queue::pallet::Error */ - SnowbridgePalletOutboundQueueError: { - _enum: ["MessageTooLarge", "Halted", "InvalidChannel"], - }, - /** Lookup812: snowbridge_core::Channel */ - SnowbridgeCoreChannel: { - agentId: "H256", - paraId: "u32", - }, - /** Lookup813: snowbridge_pallet_system::pallet::Error */ - SnowbridgePalletSystemError: { - _enum: { - LocationConversionFailed: "Null", - AgentAlreadyCreated: "Null", - NoAgent: "Null", - ChannelAlreadyCreated: "Null", - NoChannel: "Null", - UnsupportedLocationVersion: "Null", - InvalidLocation: "Null", - Send: "SnowbridgeCoreOutboundSendError", - InvalidTokenTransferFees: "Null", - InvalidPricingParameters: "Null", - InvalidUpgradeParameters: "Null", - }, - }, - /** Lookup814: snowbridge_core::outbound::SendError */ - SnowbridgeCoreOutboundSendError: { - _enum: ["MessageTooLarge", "Halted", "InvalidChannel"], - }, - /** Lookup815: pallet_migrations::pallet::Error */ + /** Lookup796: pallet_migrations::pallet::Error */ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup819: pallet_beefy::pallet::Error */ + /** Lookup800: pallet_beefy::pallet::Error */ PalletBeefyError: { _enum: [ "InvalidKeyOwnershipProof", @@ -6215,43 +6043,43 @@ export default { "InvalidConfiguration", ], }, - /** Lookup820: sp_consensus_beefy::mmr::BeefyAuthoritySet */ + /** Lookup801: sp_consensus_beefy::mmr::BeefyAuthoritySet */ SpConsensusBeefyMmrBeefyAuthoritySet: { id: "u64", len: "u32", keysetCommitment: "H256", }, - /** Lookup821: snowbridge_beacon_primitives::types::CompactBeaconState */ + /** Lookup802: snowbridge_beacon_primitives::types::CompactBeaconState */ SnowbridgeBeaconPrimitivesCompactBeaconState: { slot: "Compact", blockRootsRoot: "H256", }, - /** Lookup822: snowbridge_beacon_primitives::types::SyncCommitteePrepared */ + /** Lookup803: snowbridge_beacon_primitives::types::SyncCommitteePrepared */ SnowbridgeBeaconPrimitivesSyncCommitteePrepared: { root: "H256", - pubkeys: "[Lookup824;512]", + pubkeys: "[Lookup805;512]", aggregatePubkey: "SnowbridgeMilagroBlsKeysPublicKey", }, - /** Lookup824: snowbridge_milagro_bls::keys::PublicKey */ + /** Lookup805: snowbridge_milagro_bls::keys::PublicKey */ SnowbridgeMilagroBlsKeysPublicKey: { point: "SnowbridgeAmclBls381Ecp", }, - /** Lookup825: snowbridge_amcl::bls381::ecp::ECP */ + /** Lookup806: snowbridge_amcl::bls381::ecp::ECP */ SnowbridgeAmclBls381Ecp: { x: "SnowbridgeAmclBls381Fp", y: "SnowbridgeAmclBls381Fp", z: "SnowbridgeAmclBls381Fp", }, - /** Lookup826: snowbridge_amcl::bls381::fp::FP */ + /** Lookup807: snowbridge_amcl::bls381::fp::FP */ SnowbridgeAmclBls381Fp: { x: "SnowbridgeAmclBls381Big", xes: "i32", }, - /** Lookup827: snowbridge_amcl::bls381::big::Big */ + /** Lookup808: snowbridge_amcl::bls381::big::Big */ SnowbridgeAmclBls381Big: { w: "[i32;14]", }, - /** Lookup830: snowbridge_beacon_primitives::types::ForkVersions */ + /** Lookup811: snowbridge_beacon_primitives::types::ForkVersions */ SnowbridgeBeaconPrimitivesForkVersions: { genesis: "SnowbridgeBeaconPrimitivesFork", altair: "SnowbridgeBeaconPrimitivesFork", @@ -6259,12 +6087,12 @@ export default { capella: "SnowbridgeBeaconPrimitivesFork", deneb: "SnowbridgeBeaconPrimitivesFork", }, - /** Lookup831: snowbridge_beacon_primitives::types::Fork */ + /** Lookup812: snowbridge_beacon_primitives::types::Fork */ SnowbridgeBeaconPrimitivesFork: { version: "[u8;4]", epoch: "u64", }, - /** Lookup832: snowbridge_pallet_ethereum_client::pallet::Error */ + /** Lookup813: snowbridge_pallet_ethereum_client::pallet::Error */ SnowbridgePalletEthereumClientError: { _enum: { SkippedSyncCommitteePeriod: "Null", @@ -6294,11 +6122,11 @@ export default { Halted: "Null", }, }, - /** Lookup833: snowbridge_beacon_primitives::bls::BlsError */ + /** Lookup814: snowbridge_beacon_primitives::bls::BlsError */ SnowbridgeBeaconPrimitivesBlsBlsError: { _enum: ["InvalidSignature", "InvalidPublicKey", "InvalidAggregatePublicKeys", "SignatureVerificationFailed"], }, - /** Lookup834: polkadot_runtime_common::paras_sudo_wrapper::pallet::Error */ + /** Lookup815: polkadot_runtime_common::paras_sudo_wrapper::pallet::Error */ PolkadotRuntimeCommonParasSudoWrapperPalletError: { _enum: [ "ParaDoesntExist", @@ -6312,32 +6140,32 @@ export default { "TooManyCores", ], }, - /** Lookup835: pallet_sudo::pallet::Error */ + /** Lookup816: pallet_sudo::pallet::Error */ PalletSudoError: { _enum: ["RequireSudo"], }, - /** Lookup838: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup819: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup839: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup820: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup840: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup821: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup841: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup822: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup844: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup825: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup845: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup826: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup846: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup827: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup847: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup828: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup848: frame_metadata_hash_extension::Mode */ + /** Lookup829: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup849: dancelight_runtime::Runtime */ + /** Lookup830: dancelight_runtime::Runtime */ DancelightRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/dancelight/interfaces/registry.ts b/typescript-api/src/dancelight/interfaces/registry.ts index fb4805b1f..40eb7f0ba 100644 --- a/typescript-api/src/dancelight/interfaces/registry.ts +++ b/typescript-api/src/dancelight/interfaces/registry.ts @@ -9,7 +9,6 @@ import type { BinaryHeapEnqueuedOrder, BinaryHeapReverseQueueIndex, BitvecOrderLsb0, - DancelightRuntimeAggregateMessageOrigin, DancelightRuntimeDynamicParamsPreimageBaseDeposit, DancelightRuntimeDynamicParamsPreimageByteDeposit, DancelightRuntimeDynamicParamsPreimageParameters, @@ -237,54 +236,48 @@ import type { PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, - PolkadotPrimitivesV7ApprovalVotingParams, - PolkadotPrimitivesV7AssignmentAppPublic, - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams, - PolkadotPrimitivesV7BackedCandidate, - PolkadotPrimitivesV7CandidateCommitments, - PolkadotPrimitivesV7CandidateDescriptor, - PolkadotPrimitivesV7CandidateReceipt, - PolkadotPrimitivesV7CollatorAppPublic, - PolkadotPrimitivesV7CollatorAppSignature, - PolkadotPrimitivesV7CommittedCandidateReceipt, - PolkadotPrimitivesV7DisputeState, - PolkadotPrimitivesV7DisputeStatement, - PolkadotPrimitivesV7DisputeStatementSet, - PolkadotPrimitivesV7ExecutorParams, - PolkadotPrimitivesV7ExecutorParamsExecutorParam, - PolkadotPrimitivesV7IndexedVecGroupIndex, - PolkadotPrimitivesV7IndexedVecValidatorIndex, - PolkadotPrimitivesV7InherentData, - PolkadotPrimitivesV7InvalidDisputeStatementKind, - PolkadotPrimitivesV7PvfCheckStatement, - PolkadotPrimitivesV7PvfExecKind, - PolkadotPrimitivesV7PvfPrepKind, - PolkadotPrimitivesV7ScrapedOnChainVotes, - PolkadotPrimitivesV7SessionInfo, - PolkadotPrimitivesV7SignedUncheckedSigned, - PolkadotPrimitivesV7SlashingDisputeProof, - PolkadotPrimitivesV7SlashingDisputesTimeSlot, - PolkadotPrimitivesV7SlashingPendingSlashes, - PolkadotPrimitivesV7SlashingSlashingOffenceKind, - PolkadotPrimitivesV7UpgradeGoAhead, - PolkadotPrimitivesV7UpgradeRestriction, - PolkadotPrimitivesV7ValidDisputeStatementKind, - PolkadotPrimitivesV7ValidatorAppPublic, - PolkadotPrimitivesV7ValidatorAppSignature, - PolkadotPrimitivesV7ValidityAttestation, - PolkadotPrimitivesVstagingSchedulerParams, + PolkadotPrimitivesV8ApprovalVotingParams, + PolkadotPrimitivesV8AssignmentAppPublic, + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams, + PolkadotPrimitivesV8BackedCandidate, + PolkadotPrimitivesV8CandidateCommitments, + PolkadotPrimitivesV8CandidateDescriptor, + PolkadotPrimitivesV8CandidateReceipt, + PolkadotPrimitivesV8CollatorAppPublic, + PolkadotPrimitivesV8CollatorAppSignature, + PolkadotPrimitivesV8CommittedCandidateReceipt, + PolkadotPrimitivesV8DisputeState, + PolkadotPrimitivesV8DisputeStatement, + PolkadotPrimitivesV8DisputeStatementSet, + PolkadotPrimitivesV8ExecutorParams, + PolkadotPrimitivesV8ExecutorParamsExecutorParam, + PolkadotPrimitivesV8IndexedVecGroupIndex, + PolkadotPrimitivesV8IndexedVecValidatorIndex, + PolkadotPrimitivesV8InherentData, + PolkadotPrimitivesV8InvalidDisputeStatementKind, + PolkadotPrimitivesV8PvfCheckStatement, + PolkadotPrimitivesV8PvfExecKind, + PolkadotPrimitivesV8PvfPrepKind, + PolkadotPrimitivesV8SchedulerParams, + PolkadotPrimitivesV8ScrapedOnChainVotes, + PolkadotPrimitivesV8SessionInfo, + PolkadotPrimitivesV8SignedUncheckedSigned, + PolkadotPrimitivesV8SlashingDisputeProof, + PolkadotPrimitivesV8SlashingDisputesTimeSlot, + PolkadotPrimitivesV8SlashingPendingSlashes, + PolkadotPrimitivesV8SlashingSlashingOffenceKind, + PolkadotPrimitivesV8UpgradeGoAhead, + PolkadotPrimitivesV8UpgradeRestriction, + PolkadotPrimitivesV8ValidDisputeStatementKind, + PolkadotPrimitivesV8ValidatorAppPublic, + PolkadotPrimitivesV8ValidatorAppSignature, + PolkadotPrimitivesV8ValidityAttestation, PolkadotRuntimeCommonParasRegistrarPalletCall, PolkadotRuntimeCommonParasRegistrarPalletError, PolkadotRuntimeCommonParasRegistrarPalletEvent, PolkadotRuntimeCommonParasRegistrarParaInfo, PolkadotRuntimeCommonParasSudoWrapperPalletCall, PolkadotRuntimeCommonParasSudoWrapperPalletError, - PolkadotRuntimeParachainsAssignerOnDemandPalletCall, - PolkadotRuntimeParachainsAssignerOnDemandPalletError, - PolkadotRuntimeParachainsAssignerOnDemandPalletEvent, - PolkadotRuntimeParachainsAssignerOnDemandTypesCoreAffinityCount, - PolkadotRuntimeParachainsAssignerOnDemandTypesEnqueuedOrder, - PolkadotRuntimeParachainsAssignerOnDemandTypesQueueStatusType, PolkadotRuntimeParachainsConfigurationHostConfiguration, PolkadotRuntimeParachainsConfigurationPalletCall, PolkadotRuntimeParachainsConfigurationPalletError, @@ -300,6 +293,7 @@ import type { PolkadotRuntimeParachainsHrmpPalletCall, PolkadotRuntimeParachainsHrmpPalletError, PolkadotRuntimeParachainsHrmpPalletEvent, + PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, PolkadotRuntimeParachainsInclusionCandidatePendingAvailability, PolkadotRuntimeParachainsInclusionPalletCall, PolkadotRuntimeParachainsInclusionPalletError, @@ -307,6 +301,12 @@ import type { PolkadotRuntimeParachainsInclusionUmpQueueId, PolkadotRuntimeParachainsInitializerBufferedSessionChange, PolkadotRuntimeParachainsInitializerPalletCall, + PolkadotRuntimeParachainsOnDemandPalletCall, + PolkadotRuntimeParachainsOnDemandPalletError, + PolkadotRuntimeParachainsOnDemandPalletEvent, + PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount, + PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder, + PolkadotRuntimeParachainsOnDemandTypesQueueStatusType, PolkadotRuntimeParachainsOriginPalletOrigin, PolkadotRuntimeParachainsParasInherentPalletCall, PolkadotRuntimeParachainsParasInherentPalletError, @@ -341,25 +341,11 @@ import type { SnowbridgeBeaconPrimitivesUpdatesCheckpointUpdate, SnowbridgeBeaconPrimitivesUpdatesNextSyncCommitteeUpdate, SnowbridgeBeaconPrimitivesUpdatesUpdate, - SnowbridgeCoreChannel, - SnowbridgeCoreChannelId, SnowbridgeCoreOperatingModeBasicOperatingMode, - SnowbridgeCoreOutboundSendError, - SnowbridgeCoreOutboundV1Initializer, - SnowbridgeCoreOutboundV1OperatingMode, - SnowbridgeCorePricingPricingParameters, - SnowbridgeCorePricingRewards, SnowbridgeMilagroBlsKeysPublicKey, SnowbridgePalletEthereumClientCall, SnowbridgePalletEthereumClientError, SnowbridgePalletEthereumClientEvent, - SnowbridgePalletOutboundQueueCall, - SnowbridgePalletOutboundQueueCommittedMessage, - SnowbridgePalletOutboundQueueError, - SnowbridgePalletOutboundQueueEvent, - SnowbridgePalletSystemCall, - SnowbridgePalletSystemError, - SnowbridgePalletSystemEvent, SpArithmeticArithmeticError, SpAuthorityDiscoveryAppPublic, SpConsensusBabeAllowedSlots, @@ -483,7 +469,6 @@ declare module "@polkadot/types/types/registry" { BinaryHeapEnqueuedOrder: BinaryHeapEnqueuedOrder; BinaryHeapReverseQueueIndex: BinaryHeapReverseQueueIndex; BitvecOrderLsb0: BitvecOrderLsb0; - DancelightRuntimeAggregateMessageOrigin: DancelightRuntimeAggregateMessageOrigin; DancelightRuntimeDynamicParamsPreimageBaseDeposit: DancelightRuntimeDynamicParamsPreimageBaseDeposit; DancelightRuntimeDynamicParamsPreimageByteDeposit: DancelightRuntimeDynamicParamsPreimageByteDeposit; DancelightRuntimeDynamicParamsPreimageParameters: DancelightRuntimeDynamicParamsPreimageParameters; @@ -711,54 +696,48 @@ declare module "@polkadot/types/types/registry" { PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage; PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage; PolkadotParachainPrimitivesPrimitivesHrmpChannelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; - PolkadotPrimitivesV7ApprovalVotingParams: PolkadotPrimitivesV7ApprovalVotingParams; - PolkadotPrimitivesV7AssignmentAppPublic: PolkadotPrimitivesV7AssignmentAppPublic; - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; - PolkadotPrimitivesV7BackedCandidate: PolkadotPrimitivesV7BackedCandidate; - PolkadotPrimitivesV7CandidateCommitments: PolkadotPrimitivesV7CandidateCommitments; - PolkadotPrimitivesV7CandidateDescriptor: PolkadotPrimitivesV7CandidateDescriptor; - PolkadotPrimitivesV7CandidateReceipt: PolkadotPrimitivesV7CandidateReceipt; - PolkadotPrimitivesV7CollatorAppPublic: PolkadotPrimitivesV7CollatorAppPublic; - PolkadotPrimitivesV7CollatorAppSignature: PolkadotPrimitivesV7CollatorAppSignature; - PolkadotPrimitivesV7CommittedCandidateReceipt: PolkadotPrimitivesV7CommittedCandidateReceipt; - PolkadotPrimitivesV7DisputeState: PolkadotPrimitivesV7DisputeState; - PolkadotPrimitivesV7DisputeStatement: PolkadotPrimitivesV7DisputeStatement; - PolkadotPrimitivesV7DisputeStatementSet: PolkadotPrimitivesV7DisputeStatementSet; - PolkadotPrimitivesV7ExecutorParams: PolkadotPrimitivesV7ExecutorParams; - PolkadotPrimitivesV7ExecutorParamsExecutorParam: PolkadotPrimitivesV7ExecutorParamsExecutorParam; - PolkadotPrimitivesV7IndexedVecGroupIndex: PolkadotPrimitivesV7IndexedVecGroupIndex; - PolkadotPrimitivesV7IndexedVecValidatorIndex: PolkadotPrimitivesV7IndexedVecValidatorIndex; - PolkadotPrimitivesV7InherentData: PolkadotPrimitivesV7InherentData; - PolkadotPrimitivesV7InvalidDisputeStatementKind: PolkadotPrimitivesV7InvalidDisputeStatementKind; - PolkadotPrimitivesV7PvfCheckStatement: PolkadotPrimitivesV7PvfCheckStatement; - PolkadotPrimitivesV7PvfExecKind: PolkadotPrimitivesV7PvfExecKind; - PolkadotPrimitivesV7PvfPrepKind: PolkadotPrimitivesV7PvfPrepKind; - PolkadotPrimitivesV7ScrapedOnChainVotes: PolkadotPrimitivesV7ScrapedOnChainVotes; - PolkadotPrimitivesV7SessionInfo: PolkadotPrimitivesV7SessionInfo; - PolkadotPrimitivesV7SignedUncheckedSigned: PolkadotPrimitivesV7SignedUncheckedSigned; - PolkadotPrimitivesV7SlashingDisputeProof: PolkadotPrimitivesV7SlashingDisputeProof; - PolkadotPrimitivesV7SlashingDisputesTimeSlot: PolkadotPrimitivesV7SlashingDisputesTimeSlot; - PolkadotPrimitivesV7SlashingPendingSlashes: PolkadotPrimitivesV7SlashingPendingSlashes; - PolkadotPrimitivesV7SlashingSlashingOffenceKind: PolkadotPrimitivesV7SlashingSlashingOffenceKind; - PolkadotPrimitivesV7UpgradeGoAhead: PolkadotPrimitivesV7UpgradeGoAhead; - PolkadotPrimitivesV7UpgradeRestriction: PolkadotPrimitivesV7UpgradeRestriction; - PolkadotPrimitivesV7ValidDisputeStatementKind: PolkadotPrimitivesV7ValidDisputeStatementKind; - PolkadotPrimitivesV7ValidatorAppPublic: PolkadotPrimitivesV7ValidatorAppPublic; - PolkadotPrimitivesV7ValidatorAppSignature: PolkadotPrimitivesV7ValidatorAppSignature; - PolkadotPrimitivesV7ValidityAttestation: PolkadotPrimitivesV7ValidityAttestation; - PolkadotPrimitivesVstagingSchedulerParams: PolkadotPrimitivesVstagingSchedulerParams; + PolkadotPrimitivesV8ApprovalVotingParams: PolkadotPrimitivesV8ApprovalVotingParams; + PolkadotPrimitivesV8AssignmentAppPublic: PolkadotPrimitivesV8AssignmentAppPublic; + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams; + PolkadotPrimitivesV8BackedCandidate: PolkadotPrimitivesV8BackedCandidate; + PolkadotPrimitivesV8CandidateCommitments: PolkadotPrimitivesV8CandidateCommitments; + PolkadotPrimitivesV8CandidateDescriptor: PolkadotPrimitivesV8CandidateDescriptor; + PolkadotPrimitivesV8CandidateReceipt: PolkadotPrimitivesV8CandidateReceipt; + PolkadotPrimitivesV8CollatorAppPublic: PolkadotPrimitivesV8CollatorAppPublic; + PolkadotPrimitivesV8CollatorAppSignature: PolkadotPrimitivesV8CollatorAppSignature; + PolkadotPrimitivesV8CommittedCandidateReceipt: PolkadotPrimitivesV8CommittedCandidateReceipt; + PolkadotPrimitivesV8DisputeState: PolkadotPrimitivesV8DisputeState; + PolkadotPrimitivesV8DisputeStatement: PolkadotPrimitivesV8DisputeStatement; + PolkadotPrimitivesV8DisputeStatementSet: PolkadotPrimitivesV8DisputeStatementSet; + PolkadotPrimitivesV8ExecutorParams: PolkadotPrimitivesV8ExecutorParams; + PolkadotPrimitivesV8ExecutorParamsExecutorParam: PolkadotPrimitivesV8ExecutorParamsExecutorParam; + PolkadotPrimitivesV8IndexedVecGroupIndex: PolkadotPrimitivesV8IndexedVecGroupIndex; + PolkadotPrimitivesV8IndexedVecValidatorIndex: PolkadotPrimitivesV8IndexedVecValidatorIndex; + PolkadotPrimitivesV8InherentData: PolkadotPrimitivesV8InherentData; + PolkadotPrimitivesV8InvalidDisputeStatementKind: PolkadotPrimitivesV8InvalidDisputeStatementKind; + PolkadotPrimitivesV8PvfCheckStatement: PolkadotPrimitivesV8PvfCheckStatement; + PolkadotPrimitivesV8PvfExecKind: PolkadotPrimitivesV8PvfExecKind; + PolkadotPrimitivesV8PvfPrepKind: PolkadotPrimitivesV8PvfPrepKind; + PolkadotPrimitivesV8SchedulerParams: PolkadotPrimitivesV8SchedulerParams; + PolkadotPrimitivesV8ScrapedOnChainVotes: PolkadotPrimitivesV8ScrapedOnChainVotes; + PolkadotPrimitivesV8SessionInfo: PolkadotPrimitivesV8SessionInfo; + PolkadotPrimitivesV8SignedUncheckedSigned: PolkadotPrimitivesV8SignedUncheckedSigned; + PolkadotPrimitivesV8SlashingDisputeProof: PolkadotPrimitivesV8SlashingDisputeProof; + PolkadotPrimitivesV8SlashingDisputesTimeSlot: PolkadotPrimitivesV8SlashingDisputesTimeSlot; + PolkadotPrimitivesV8SlashingPendingSlashes: PolkadotPrimitivesV8SlashingPendingSlashes; + PolkadotPrimitivesV8SlashingSlashingOffenceKind: PolkadotPrimitivesV8SlashingSlashingOffenceKind; + PolkadotPrimitivesV8UpgradeGoAhead: PolkadotPrimitivesV8UpgradeGoAhead; + PolkadotPrimitivesV8UpgradeRestriction: PolkadotPrimitivesV8UpgradeRestriction; + PolkadotPrimitivesV8ValidDisputeStatementKind: PolkadotPrimitivesV8ValidDisputeStatementKind; + PolkadotPrimitivesV8ValidatorAppPublic: PolkadotPrimitivesV8ValidatorAppPublic; + PolkadotPrimitivesV8ValidatorAppSignature: PolkadotPrimitivesV8ValidatorAppSignature; + PolkadotPrimitivesV8ValidityAttestation: PolkadotPrimitivesV8ValidityAttestation; PolkadotRuntimeCommonParasRegistrarPalletCall: PolkadotRuntimeCommonParasRegistrarPalletCall; PolkadotRuntimeCommonParasRegistrarPalletError: PolkadotRuntimeCommonParasRegistrarPalletError; PolkadotRuntimeCommonParasRegistrarPalletEvent: PolkadotRuntimeCommonParasRegistrarPalletEvent; PolkadotRuntimeCommonParasRegistrarParaInfo: PolkadotRuntimeCommonParasRegistrarParaInfo; PolkadotRuntimeCommonParasSudoWrapperPalletCall: PolkadotRuntimeCommonParasSudoWrapperPalletCall; PolkadotRuntimeCommonParasSudoWrapperPalletError: PolkadotRuntimeCommonParasSudoWrapperPalletError; - PolkadotRuntimeParachainsAssignerOnDemandPalletCall: PolkadotRuntimeParachainsAssignerOnDemandPalletCall; - PolkadotRuntimeParachainsAssignerOnDemandPalletError: PolkadotRuntimeParachainsAssignerOnDemandPalletError; - PolkadotRuntimeParachainsAssignerOnDemandPalletEvent: PolkadotRuntimeParachainsAssignerOnDemandPalletEvent; - PolkadotRuntimeParachainsAssignerOnDemandTypesCoreAffinityCount: PolkadotRuntimeParachainsAssignerOnDemandTypesCoreAffinityCount; - PolkadotRuntimeParachainsAssignerOnDemandTypesEnqueuedOrder: PolkadotRuntimeParachainsAssignerOnDemandTypesEnqueuedOrder; - PolkadotRuntimeParachainsAssignerOnDemandTypesQueueStatusType: PolkadotRuntimeParachainsAssignerOnDemandTypesQueueStatusType; PolkadotRuntimeParachainsConfigurationHostConfiguration: PolkadotRuntimeParachainsConfigurationHostConfiguration; PolkadotRuntimeParachainsConfigurationPalletCall: PolkadotRuntimeParachainsConfigurationPalletCall; PolkadotRuntimeParachainsConfigurationPalletError: PolkadotRuntimeParachainsConfigurationPalletError; @@ -774,6 +753,7 @@ declare module "@polkadot/types/types/registry" { PolkadotRuntimeParachainsHrmpPalletCall: PolkadotRuntimeParachainsHrmpPalletCall; PolkadotRuntimeParachainsHrmpPalletError: PolkadotRuntimeParachainsHrmpPalletError; PolkadotRuntimeParachainsHrmpPalletEvent: PolkadotRuntimeParachainsHrmpPalletEvent; + PolkadotRuntimeParachainsInclusionAggregateMessageOrigin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; PolkadotRuntimeParachainsInclusionCandidatePendingAvailability: PolkadotRuntimeParachainsInclusionCandidatePendingAvailability; PolkadotRuntimeParachainsInclusionPalletCall: PolkadotRuntimeParachainsInclusionPalletCall; PolkadotRuntimeParachainsInclusionPalletError: PolkadotRuntimeParachainsInclusionPalletError; @@ -781,6 +761,12 @@ declare module "@polkadot/types/types/registry" { PolkadotRuntimeParachainsInclusionUmpQueueId: PolkadotRuntimeParachainsInclusionUmpQueueId; PolkadotRuntimeParachainsInitializerBufferedSessionChange: PolkadotRuntimeParachainsInitializerBufferedSessionChange; PolkadotRuntimeParachainsInitializerPalletCall: PolkadotRuntimeParachainsInitializerPalletCall; + PolkadotRuntimeParachainsOnDemandPalletCall: PolkadotRuntimeParachainsOnDemandPalletCall; + PolkadotRuntimeParachainsOnDemandPalletError: PolkadotRuntimeParachainsOnDemandPalletError; + PolkadotRuntimeParachainsOnDemandPalletEvent: PolkadotRuntimeParachainsOnDemandPalletEvent; + PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount: PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount; + PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder: PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder; + PolkadotRuntimeParachainsOnDemandTypesQueueStatusType: PolkadotRuntimeParachainsOnDemandTypesQueueStatusType; PolkadotRuntimeParachainsOriginPalletOrigin: PolkadotRuntimeParachainsOriginPalletOrigin; PolkadotRuntimeParachainsParasInherentPalletCall: PolkadotRuntimeParachainsParasInherentPalletCall; PolkadotRuntimeParachainsParasInherentPalletError: PolkadotRuntimeParachainsParasInherentPalletError; @@ -815,25 +801,11 @@ declare module "@polkadot/types/types/registry" { SnowbridgeBeaconPrimitivesUpdatesCheckpointUpdate: SnowbridgeBeaconPrimitivesUpdatesCheckpointUpdate; SnowbridgeBeaconPrimitivesUpdatesNextSyncCommitteeUpdate: SnowbridgeBeaconPrimitivesUpdatesNextSyncCommitteeUpdate; SnowbridgeBeaconPrimitivesUpdatesUpdate: SnowbridgeBeaconPrimitivesUpdatesUpdate; - SnowbridgeCoreChannel: SnowbridgeCoreChannel; - SnowbridgeCoreChannelId: SnowbridgeCoreChannelId; SnowbridgeCoreOperatingModeBasicOperatingMode: SnowbridgeCoreOperatingModeBasicOperatingMode; - SnowbridgeCoreOutboundSendError: SnowbridgeCoreOutboundSendError; - SnowbridgeCoreOutboundV1Initializer: SnowbridgeCoreOutboundV1Initializer; - SnowbridgeCoreOutboundV1OperatingMode: SnowbridgeCoreOutboundV1OperatingMode; - SnowbridgeCorePricingPricingParameters: SnowbridgeCorePricingPricingParameters; - SnowbridgeCorePricingRewards: SnowbridgeCorePricingRewards; SnowbridgeMilagroBlsKeysPublicKey: SnowbridgeMilagroBlsKeysPublicKey; SnowbridgePalletEthereumClientCall: SnowbridgePalletEthereumClientCall; SnowbridgePalletEthereumClientError: SnowbridgePalletEthereumClientError; SnowbridgePalletEthereumClientEvent: SnowbridgePalletEthereumClientEvent; - SnowbridgePalletOutboundQueueCall: SnowbridgePalletOutboundQueueCall; - SnowbridgePalletOutboundQueueCommittedMessage: SnowbridgePalletOutboundQueueCommittedMessage; - SnowbridgePalletOutboundQueueError: SnowbridgePalletOutboundQueueError; - SnowbridgePalletOutboundQueueEvent: SnowbridgePalletOutboundQueueEvent; - SnowbridgePalletSystemCall: SnowbridgePalletSystemCall; - SnowbridgePalletSystemError: SnowbridgePalletSystemError; - SnowbridgePalletSystemEvent: SnowbridgePalletSystemEvent; SpArithmeticArithmeticError: SpArithmeticArithmeticError; SpAuthorityDiscoveryAppPublic: SpAuthorityDiscoveryAppPublic; SpConsensusBabeAllowedSlots: SpConsensusBabeAllowedSlots; diff --git a/typescript-api/src/dancelight/interfaces/types-lookup.ts b/typescript-api/src/dancelight/interfaces/types-lookup.ts index 82dbdd015..c3e2ac874 100644 --- a/typescript-api/src/dancelight/interfaces/types-lookup.ts +++ b/typescript-api/src/dancelight/interfaces/types-lookup.ts @@ -18,7 +18,6 @@ import type { Result, Struct, Text, - U256, U8aFixed, Vec, bool, @@ -32,7 +31,7 @@ import type { } from "@polkadot/types-codec"; import type { ITuple } from "@polkadot/types-codec/types"; import type { Vote } from "@polkadot/types/interfaces/elections"; -import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from "@polkadot/types/interfaces/runtime"; +import type { AccountId32, Call, H256, MultiAddress, Perbill } from "@polkadot/types/interfaces/runtime"; import type { Event } from "@polkadot/types/interfaces/system"; declare module "@polkadot/types/lookup" { @@ -790,10 +789,41 @@ declare module "@polkadot/types/lookup" { readonly asDelegated: ITuple<[AccountId32, AccountId32]>; readonly isUndelegated: boolean; readonly asUndelegated: AccountId32; - readonly type: "Delegated" | "Undelegated"; + readonly isVoted: boolean; + readonly asVoted: { + readonly who: AccountId32; + readonly vote: PalletConvictionVotingVoteAccountVote; + } & Struct; + readonly isVoteRemoved: boolean; + readonly asVoteRemoved: { + readonly who: AccountId32; + readonly vote: PalletConvictionVotingVoteAccountVote; + } & Struct; + readonly type: "Delegated" | "Undelegated" | "Voted" | "VoteRemoved"; } - /** @name PalletReferendaEvent (67) */ + /** @name PalletConvictionVotingVoteAccountVote (67) */ + interface PalletConvictionVotingVoteAccountVote extends Enum { + readonly isStandard: boolean; + readonly asStandard: { + readonly vote: Vote; + readonly balance: u128; + } & Struct; + readonly isSplit: boolean; + readonly asSplit: { + readonly aye: u128; + readonly nay: u128; + } & Struct; + readonly isSplitAbstain: boolean; + readonly asSplitAbstain: { + readonly aye: u128; + readonly nay: u128; + readonly abstain: u128; + } & Struct; + readonly type: "Standard" | "Split" | "SplitAbstain"; + } + + /** @name PalletReferendaEvent (69) */ interface PalletReferendaEvent extends Enum { readonly isSubmitted: boolean; readonly asSubmitted: { @@ -897,7 +927,7 @@ declare module "@polkadot/types/lookup" { | "MetadataCleared"; } - /** @name FrameSupportPreimagesBounded (69) */ + /** @name FrameSupportPreimagesBounded (71) */ interface FrameSupportPreimagesBounded extends Enum { readonly isLegacy: boolean; readonly asLegacy: { @@ -913,7 +943,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name FrameSystemCall (71) */ + /** @name FrameSystemCall (73) */ interface FrameSystemCall extends Enum { readonly isRemark: boolean; readonly asRemark: { @@ -974,7 +1004,7 @@ declare module "@polkadot/types/lookup" { | "ApplyAuthorizedUpgrade"; } - /** @name PalletBabeCall (75) */ + /** @name PalletBabeCall (77) */ interface PalletBabeCall extends Enum { readonly isReportEquivocation: boolean; readonly asReportEquivocation: { @@ -993,7 +1023,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "PlanConfigChange"; } - /** @name SpConsensusSlotsEquivocationProof (76) */ + /** @name SpConsensusSlotsEquivocationProof (78) */ interface SpConsensusSlotsEquivocationProof extends Struct { readonly offender: SpConsensusBabeAppPublic; readonly slot: u64; @@ -1001,7 +1031,7 @@ declare module "@polkadot/types/lookup" { readonly secondHeader: SpRuntimeHeader; } - /** @name SpRuntimeHeader (77) */ + /** @name SpRuntimeHeader (79) */ interface SpRuntimeHeader extends Struct { readonly parentHash: H256; readonly number: Compact; @@ -1010,17 +1040,17 @@ declare module "@polkadot/types/lookup" { readonly digest: SpRuntimeDigest; } - /** @name SpConsensusBabeAppPublic (79) */ + /** @name SpConsensusBabeAppPublic (81) */ interface SpConsensusBabeAppPublic extends U8aFixed {} - /** @name SpSessionMembershipProof (80) */ + /** @name SpSessionMembershipProof (82) */ interface SpSessionMembershipProof extends Struct { readonly session: u32; readonly trieNodes: Vec; readonly validatorCount: u32; } - /** @name SpConsensusBabeDigestsNextConfigDescriptor (81) */ + /** @name SpConsensusBabeDigestsNextConfigDescriptor (83) */ interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum { readonly isV1: boolean; readonly asV1: { @@ -1030,7 +1060,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V1"; } - /** @name SpConsensusBabeAllowedSlots (83) */ + /** @name SpConsensusBabeAllowedSlots (85) */ interface SpConsensusBabeAllowedSlots extends Enum { readonly isPrimarySlots: boolean; readonly isPrimaryAndSecondaryPlainSlots: boolean; @@ -1038,7 +1068,7 @@ declare module "@polkadot/types/lookup" { readonly type: "PrimarySlots" | "PrimaryAndSecondaryPlainSlots" | "PrimaryAndSecondaryVRFSlots"; } - /** @name PalletTimestampCall (84) */ + /** @name PalletTimestampCall (86) */ interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { @@ -1047,7 +1077,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Set"; } - /** @name PalletBalancesCall (85) */ + /** @name PalletBalancesCall (87) */ interface PalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { @@ -1106,14 +1136,14 @@ declare module "@polkadot/types/lookup" { | "Burn"; } - /** @name PalletBalancesAdjustmentDirection (91) */ + /** @name PalletBalancesAdjustmentDirection (93) */ interface PalletBalancesAdjustmentDirection extends Enum { readonly isIncrease: boolean; readonly isDecrease: boolean; readonly type: "Increase" | "Decrease"; } - /** @name PalletParametersCall (92) */ + /** @name PalletParametersCall (94) */ interface PalletParametersCall extends Enum { readonly isSetParameter: boolean; readonly asSetParameter: { @@ -1122,14 +1152,14 @@ declare module "@polkadot/types/lookup" { readonly type: "SetParameter"; } - /** @name DancelightRuntimeRuntimeParameters (93) */ + /** @name DancelightRuntimeRuntimeParameters (95) */ interface DancelightRuntimeRuntimeParameters extends Enum { readonly isPreimage: boolean; readonly asPreimage: DancelightRuntimeDynamicParamsPreimageParameters; readonly type: "Preimage"; } - /** @name DancelightRuntimeDynamicParamsPreimageParameters (94) */ + /** @name DancelightRuntimeDynamicParamsPreimageParameters (96) */ interface DancelightRuntimeDynamicParamsPreimageParameters extends Enum { readonly isBaseDeposit: boolean; readonly asBaseDeposit: ITuple<[DancelightRuntimeDynamicParamsPreimageBaseDeposit, Option]>; @@ -1138,7 +1168,7 @@ declare module "@polkadot/types/lookup" { readonly type: "BaseDeposit" | "ByteDeposit"; } - /** @name PalletRegistrarCall (95) */ + /** @name PalletRegistrarCall (97) */ interface PalletRegistrarCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -1208,7 +1238,7 @@ declare module "@polkadot/types/lookup" { | "DeregisterWithRelayProof"; } - /** @name DpContainerChainGenesisDataContainerChainGenesisData (96) */ + /** @name DpContainerChainGenesisDataContainerChainGenesisData (98) */ interface DpContainerChainGenesisDataContainerChainGenesisData extends Struct { readonly storage: Vec; readonly name: Bytes; @@ -1218,42 +1248,42 @@ declare module "@polkadot/types/lookup" { readonly properties: DpContainerChainGenesisDataProperties; } - /** @name DpContainerChainGenesisDataContainerChainGenesisDataItem (98) */ + /** @name DpContainerChainGenesisDataContainerChainGenesisDataItem (100) */ interface DpContainerChainGenesisDataContainerChainGenesisDataItem extends Struct { readonly key: Bytes; readonly value: Bytes; } - /** @name DpContainerChainGenesisDataProperties (100) */ + /** @name DpContainerChainGenesisDataProperties (102) */ interface DpContainerChainGenesisDataProperties extends Struct { readonly tokenMetadata: DpContainerChainGenesisDataTokenMetadata; readonly isEthereum: bool; } - /** @name DpContainerChainGenesisDataTokenMetadata (101) */ + /** @name DpContainerChainGenesisDataTokenMetadata (103) */ interface DpContainerChainGenesisDataTokenMetadata extends Struct { readonly tokenSymbol: Bytes; readonly ss58Format: u32; readonly tokenDecimals: u32; } - /** @name TpTraitsSlotFrequency (105) */ + /** @name TpTraitsSlotFrequency (107) */ interface TpTraitsSlotFrequency extends Struct { readonly min: u32; readonly max: u32; } - /** @name TpTraitsParathreadParams (107) */ + /** @name TpTraitsParathreadParams (109) */ interface TpTraitsParathreadParams extends Struct { readonly slotFrequency: TpTraitsSlotFrequency; } - /** @name SpTrieStorageProof (108) */ + /** @name SpTrieStorageProof (110) */ interface SpTrieStorageProof extends Struct { readonly trieNodes: BTreeSet; } - /** @name SpRuntimeMultiSignature (110) */ + /** @name SpRuntimeMultiSignature (112) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -1264,7 +1294,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name PalletConfigurationCall (113) */ + /** @name PalletConfigurationCall (115) */ interface PalletConfigurationCall extends Enum { readonly isSetMaxCollators: boolean; readonly asSetMaxCollators: { @@ -1319,7 +1349,7 @@ declare module "@polkadot/types/lookup" { | "SetBypassConsistencyCheck"; } - /** @name PalletInvulnerablesCall (115) */ + /** @name PalletInvulnerablesCall (117) */ interface PalletInvulnerablesCall extends Enum { readonly isAddInvulnerable: boolean; readonly asAddInvulnerable: { @@ -1332,13 +1362,13 @@ declare module "@polkadot/types/lookup" { readonly type: "AddInvulnerable" | "RemoveInvulnerable"; } - /** @name PalletCollatorAssignmentCall (116) */ + /** @name PalletCollatorAssignmentCall (118) */ type PalletCollatorAssignmentCall = Null; - /** @name PalletAuthorityAssignmentCall (117) */ + /** @name PalletAuthorityAssignmentCall (119) */ type PalletAuthorityAssignmentCall = Null; - /** @name PalletAuthorNotingCall (118) */ + /** @name PalletAuthorNotingCall (120) */ interface PalletAuthorNotingCall extends Enum { readonly isSetLatestAuthorData: boolean; readonly asSetLatestAuthorData: { @@ -1358,7 +1388,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetLatestAuthorData" | "SetAuthor" | "KillAuthorData"; } - /** @name PalletServicesPaymentCall (119) */ + /** @name PalletServicesPaymentCall (121) */ interface PalletServicesPaymentCall extends Enum { readonly isPurchaseCredits: boolean; readonly asPurchaseCredits: { @@ -1405,7 +1435,7 @@ declare module "@polkadot/types/lookup" { | "SetMaxTip"; } - /** @name PalletDataPreserversCall (120) */ + /** @name PalletDataPreserversCall (122) */ interface PalletDataPreserversCall extends Enum { readonly isCreateProfile: boolean; readonly asCreateProfile: { @@ -1463,7 +1493,7 @@ declare module "@polkadot/types/lookup" { | "ForceStartAssignment"; } - /** @name PalletDataPreserversProfile (121) */ + /** @name PalletDataPreserversProfile (123) */ interface PalletDataPreserversProfile extends Struct { readonly url: Bytes; readonly paraIds: PalletDataPreserversParaIdsFilter; @@ -1471,7 +1501,7 @@ declare module "@polkadot/types/lookup" { readonly assignmentRequest: DancelightRuntimePreserversAssignmentPaymentRequest; } - /** @name PalletDataPreserversParaIdsFilter (123) */ + /** @name PalletDataPreserversParaIdsFilter (125) */ interface PalletDataPreserversParaIdsFilter extends Enum { readonly isAnyParaId: boolean; readonly isWhitelist: boolean; @@ -1481,7 +1511,7 @@ declare module "@polkadot/types/lookup" { readonly type: "AnyParaId" | "Whitelist" | "Blacklist"; } - /** @name PalletDataPreserversProfileMode (127) */ + /** @name PalletDataPreserversProfileMode (129) */ interface PalletDataPreserversProfileMode extends Enum { readonly isBootnode: boolean; readonly isRpc: boolean; @@ -1491,25 +1521,25 @@ declare module "@polkadot/types/lookup" { readonly type: "Bootnode" | "Rpc"; } - /** @name DancelightRuntimePreserversAssignmentPaymentRequest (128) */ + /** @name DancelightRuntimePreserversAssignmentPaymentRequest (130) */ interface DancelightRuntimePreserversAssignmentPaymentRequest extends Enum { readonly isFree: boolean; readonly type: "Free"; } - /** @name DancelightRuntimePreserversAssignmentPaymentExtra (129) */ + /** @name DancelightRuntimePreserversAssignmentPaymentExtra (131) */ interface DancelightRuntimePreserversAssignmentPaymentExtra extends Enum { readonly isFree: boolean; readonly type: "Free"; } - /** @name DancelightRuntimePreserversAssignmentPaymentWitness (130) */ + /** @name DancelightRuntimePreserversAssignmentPaymentWitness (132) */ interface DancelightRuntimePreserversAssignmentPaymentWitness extends Enum { readonly isFree: boolean; readonly type: "Free"; } - /** @name PalletExternalValidatorsCall (131) */ + /** @name PalletExternalValidatorsCall (133) */ interface PalletExternalValidatorsCall extends Enum { readonly isSkipExternalValidators: boolean; readonly asSkipExternalValidators: { @@ -1530,7 +1560,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SkipExternalValidators" | "AddWhitelisted" | "RemoveWhitelisted" | "ForceEra"; } - /** @name PalletExternalValidatorSlashesCall (132) */ + /** @name PalletExternalValidatorSlashesCall (134) */ interface PalletExternalValidatorSlashesCall extends Enum { readonly isCancelDeferredSlash: boolean; readonly asCancelDeferredSlash: { @@ -1543,16 +1573,10 @@ declare module "@polkadot/types/lookup" { readonly validator: AccountId32; readonly percentage: Perbill; } & Struct; - readonly isRootTestSendMsgToEth: boolean; - readonly asRootTestSendMsgToEth: { - readonly nonce: H256; - readonly numMsgs: u32; - readonly msgSize: u32; - } & Struct; - readonly type: "CancelDeferredSlash" | "ForceInjectSlash" | "RootTestSendMsgToEth"; + readonly type: "CancelDeferredSlash" | "ForceInjectSlash"; } - /** @name PalletSessionCall (134) */ + /** @name PalletSessionCall (136) */ interface PalletSessionCall extends Enum { readonly isSetKeys: boolean; readonly asSetKeys: { @@ -1563,33 +1587,33 @@ declare module "@polkadot/types/lookup" { readonly type: "SetKeys" | "PurgeKeys"; } - /** @name DancelightRuntimeSessionKeys (135) */ + /** @name DancelightRuntimeSessionKeys (137) */ interface DancelightRuntimeSessionKeys extends Struct { readonly grandpa: SpConsensusGrandpaAppPublic; readonly babe: SpConsensusBabeAppPublic; - readonly paraValidator: PolkadotPrimitivesV7ValidatorAppPublic; - readonly paraAssignment: PolkadotPrimitivesV7AssignmentAppPublic; + readonly paraValidator: PolkadotPrimitivesV8ValidatorAppPublic; + readonly paraAssignment: PolkadotPrimitivesV8AssignmentAppPublic; readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic; readonly beefy: SpConsensusBeefyEcdsaCryptoPublic; readonly nimbus: NimbusPrimitivesNimbusCryptoPublic; } - /** @name PolkadotPrimitivesV7ValidatorAppPublic (136) */ - interface PolkadotPrimitivesV7ValidatorAppPublic extends U8aFixed {} + /** @name PolkadotPrimitivesV8ValidatorAppPublic (138) */ + interface PolkadotPrimitivesV8ValidatorAppPublic extends U8aFixed {} - /** @name PolkadotPrimitivesV7AssignmentAppPublic (137) */ - interface PolkadotPrimitivesV7AssignmentAppPublic extends U8aFixed {} + /** @name PolkadotPrimitivesV8AssignmentAppPublic (139) */ + interface PolkadotPrimitivesV8AssignmentAppPublic extends U8aFixed {} - /** @name SpAuthorityDiscoveryAppPublic (138) */ + /** @name SpAuthorityDiscoveryAppPublic (140) */ interface SpAuthorityDiscoveryAppPublic extends U8aFixed {} - /** @name SpConsensusBeefyEcdsaCryptoPublic (139) */ + /** @name SpConsensusBeefyEcdsaCryptoPublic (141) */ interface SpConsensusBeefyEcdsaCryptoPublic extends U8aFixed {} - /** @name NimbusPrimitivesNimbusCryptoPublic (141) */ + /** @name NimbusPrimitivesNimbusCryptoPublic (143) */ interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - /** @name PalletGrandpaCall (142) */ + /** @name PalletGrandpaCall (144) */ interface PalletGrandpaCall extends Enum { readonly isReportEquivocation: boolean; readonly asReportEquivocation: { @@ -1609,13 +1633,13 @@ declare module "@polkadot/types/lookup" { readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "NoteStalled"; } - /** @name SpConsensusGrandpaEquivocationProof (143) */ + /** @name SpConsensusGrandpaEquivocationProof (145) */ interface SpConsensusGrandpaEquivocationProof extends Struct { readonly setId: u64; readonly equivocation: SpConsensusGrandpaEquivocation; } - /** @name SpConsensusGrandpaEquivocation (144) */ + /** @name SpConsensusGrandpaEquivocation (146) */ interface SpConsensusGrandpaEquivocation extends Enum { readonly isPrevote: boolean; readonly asPrevote: FinalityGrandpaEquivocationPrevote; @@ -1624,7 +1648,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Prevote" | "Precommit"; } - /** @name FinalityGrandpaEquivocationPrevote (145) */ + /** @name FinalityGrandpaEquivocationPrevote (147) */ interface FinalityGrandpaEquivocationPrevote extends Struct { readonly roundNumber: u64; readonly identity: SpConsensusGrandpaAppPublic; @@ -1632,16 +1656,16 @@ declare module "@polkadot/types/lookup" { readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>; } - /** @name FinalityGrandpaPrevote (146) */ + /** @name FinalityGrandpaPrevote (148) */ interface FinalityGrandpaPrevote extends Struct { readonly targetHash: H256; readonly targetNumber: u32; } - /** @name SpConsensusGrandpaAppSignature (147) */ + /** @name SpConsensusGrandpaAppSignature (149) */ interface SpConsensusGrandpaAppSignature extends U8aFixed {} - /** @name FinalityGrandpaEquivocationPrecommit (149) */ + /** @name FinalityGrandpaEquivocationPrecommit (151) */ interface FinalityGrandpaEquivocationPrecommit extends Struct { readonly roundNumber: u64; readonly identity: SpConsensusGrandpaAppPublic; @@ -1649,13 +1673,13 @@ declare module "@polkadot/types/lookup" { readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>; } - /** @name FinalityGrandpaPrecommit (150) */ + /** @name FinalityGrandpaPrecommit (152) */ interface FinalityGrandpaPrecommit extends Struct { readonly targetHash: H256; readonly targetNumber: u32; } - /** @name PalletTreasuryCall (152) */ + /** @name PalletTreasuryCall (154) */ interface PalletTreasuryCall extends Enum { readonly isSpendLocal: boolean; readonly asSpendLocal: { @@ -1688,7 +1712,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SpendLocal" | "RemoveApproval" | "Spend" | "Payout" | "CheckStatus" | "VoidSpend"; } - /** @name PalletConvictionVotingCall (154) */ + /** @name PalletConvictionVotingCall (156) */ interface PalletConvictionVotingCall extends Enum { readonly isVote: boolean; readonly asVote: { @@ -1725,27 +1749,6 @@ declare module "@polkadot/types/lookup" { readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } - /** @name PalletConvictionVotingVoteAccountVote (155) */ - interface PalletConvictionVotingVoteAccountVote extends Enum { - readonly isStandard: boolean; - readonly asStandard: { - readonly vote: Vote; - readonly balance: u128; - } & Struct; - readonly isSplit: boolean; - readonly asSplit: { - readonly aye: u128; - readonly nay: u128; - } & Struct; - readonly isSplitAbstain: boolean; - readonly asSplitAbstain: { - readonly aye: u128; - readonly nay: u128; - readonly abstain: u128; - } & Struct; - readonly type: "Standard" | "Split" | "SplitAbstain"; - } - /** @name PalletConvictionVotingConviction (157) */ interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; @@ -2308,11 +2311,11 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isSetAsyncBackingParams: boolean; readonly asSetAsyncBackingParams: { - readonly new_: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; + readonly new_: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams; } & Struct; readonly isSetExecutorParams: boolean; readonly asSetExecutorParams: { - readonly new_: PolkadotPrimitivesV7ExecutorParams; + readonly new_: PolkadotPrimitivesV8ExecutorParams; } & Struct; readonly isSetOnDemandBaseFee: boolean; readonly asSetOnDemandBaseFee: { @@ -2345,11 +2348,11 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isSetApprovalVotingParams: boolean; readonly asSetApprovalVotingParams: { - readonly new_: PolkadotPrimitivesV7ApprovalVotingParams; + readonly new_: PolkadotPrimitivesV8ApprovalVotingParams; } & Struct; readonly isSetSchedulerParams: boolean; readonly asSetSchedulerParams: { - readonly new_: PolkadotPrimitivesVstagingSchedulerParams; + readonly new_: PolkadotPrimitivesV8SchedulerParams; } & Struct; readonly type: | "SetValidationUpgradeCooldown" @@ -2402,17 +2405,17 @@ declare module "@polkadot/types/lookup" { | "SetSchedulerParams"; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (187) */ - interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { + /** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (187) */ + interface PolkadotPrimitivesV8AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotPrimitivesV7ExecutorParams (188) */ - interface PolkadotPrimitivesV7ExecutorParams extends Vec {} + /** @name PolkadotPrimitivesV8ExecutorParams (188) */ + interface PolkadotPrimitivesV8ExecutorParams extends Vec {} - /** @name PolkadotPrimitivesV7ExecutorParamsExecutorParam (190) */ - interface PolkadotPrimitivesV7ExecutorParamsExecutorParam extends Enum { + /** @name PolkadotPrimitivesV8ExecutorParamsExecutorParam (190) */ + interface PolkadotPrimitivesV8ExecutorParamsExecutorParam extends Enum { readonly isMaxMemoryPages: boolean; readonly asMaxMemoryPages: u32; readonly isStackLogicalMax: boolean; @@ -2422,9 +2425,9 @@ declare module "@polkadot/types/lookup" { readonly isPrecheckingMaxMemory: boolean; readonly asPrecheckingMaxMemory: u64; readonly isPvfPrepTimeout: boolean; - readonly asPvfPrepTimeout: ITuple<[PolkadotPrimitivesV7PvfPrepKind, u64]>; + readonly asPvfPrepTimeout: ITuple<[PolkadotPrimitivesV8PvfPrepKind, u64]>; readonly isPvfExecTimeout: boolean; - readonly asPvfExecTimeout: ITuple<[PolkadotPrimitivesV7PvfExecKind, u64]>; + readonly asPvfExecTimeout: ITuple<[PolkadotPrimitivesV8PvfExecKind, u64]>; readonly isWasmExtBulkMemory: boolean; readonly type: | "MaxMemoryPages" @@ -2436,27 +2439,27 @@ declare module "@polkadot/types/lookup" { | "WasmExtBulkMemory"; } - /** @name PolkadotPrimitivesV7PvfPrepKind (191) */ - interface PolkadotPrimitivesV7PvfPrepKind extends Enum { + /** @name PolkadotPrimitivesV8PvfPrepKind (191) */ + interface PolkadotPrimitivesV8PvfPrepKind extends Enum { readonly isPrecheck: boolean; readonly isPrepare: boolean; readonly type: "Precheck" | "Prepare"; } - /** @name PolkadotPrimitivesV7PvfExecKind (192) */ - interface PolkadotPrimitivesV7PvfExecKind extends Enum { + /** @name PolkadotPrimitivesV8PvfExecKind (192) */ + interface PolkadotPrimitivesV8PvfExecKind extends Enum { readonly isBacking: boolean; readonly isApproval: boolean; readonly type: "Backing" | "Approval"; } - /** @name PolkadotPrimitivesV7ApprovalVotingParams (193) */ - interface PolkadotPrimitivesV7ApprovalVotingParams extends Struct { + /** @name PolkadotPrimitivesV8ApprovalVotingParams (193) */ + interface PolkadotPrimitivesV8ApprovalVotingParams extends Struct { readonly maxApprovalCoalesceCount: u32; } - /** @name PolkadotPrimitivesVstagingSchedulerParams (194) */ - interface PolkadotPrimitivesVstagingSchedulerParams extends Struct { + /** @name PolkadotPrimitivesV8SchedulerParams (194) */ + interface PolkadotPrimitivesV8SchedulerParams extends Struct { readonly groupRotationFrequency: u32; readonly parasAvailabilityPeriod: u32; readonly maxValidatorsPerCore: Option; @@ -2480,66 +2483,66 @@ declare module "@polkadot/types/lookup" { interface PolkadotRuntimeParachainsParasInherentPalletCall extends Enum { readonly isEnter: boolean; readonly asEnter: { - readonly data: PolkadotPrimitivesV7InherentData; + readonly data: PolkadotPrimitivesV8InherentData; } & Struct; readonly type: "Enter"; } - /** @name PolkadotPrimitivesV7InherentData (198) */ - interface PolkadotPrimitivesV7InherentData extends Struct { - readonly bitfields: Vec; - readonly backedCandidates: Vec; - readonly disputes: Vec; + /** @name PolkadotPrimitivesV8InherentData (198) */ + interface PolkadotPrimitivesV8InherentData extends Struct { + readonly bitfields: Vec; + readonly backedCandidates: Vec; + readonly disputes: Vec; readonly parentHeader: SpRuntimeHeader; } - /** @name PolkadotPrimitivesV7SignedUncheckedSigned (200) */ - interface PolkadotPrimitivesV7SignedUncheckedSigned extends Struct { + /** @name PolkadotPrimitivesV8SignedUncheckedSigned (200) */ + interface PolkadotPrimitivesV8SignedUncheckedSigned extends Struct { readonly payload: BitVec; readonly validatorIndex: u32; - readonly signature: PolkadotPrimitivesV7ValidatorAppSignature; + readonly signature: PolkadotPrimitivesV8ValidatorAppSignature; } /** @name BitvecOrderLsb0 (203) */ type BitvecOrderLsb0 = Null; - /** @name PolkadotPrimitivesV7ValidatorAppSignature (205) */ - interface PolkadotPrimitivesV7ValidatorAppSignature extends U8aFixed {} + /** @name PolkadotPrimitivesV8ValidatorAppSignature (205) */ + interface PolkadotPrimitivesV8ValidatorAppSignature extends U8aFixed {} - /** @name PolkadotPrimitivesV7BackedCandidate (207) */ - interface PolkadotPrimitivesV7BackedCandidate extends Struct { - readonly candidate: PolkadotPrimitivesV7CommittedCandidateReceipt; - readonly validityVotes: Vec; + /** @name PolkadotPrimitivesV8BackedCandidate (207) */ + interface PolkadotPrimitivesV8BackedCandidate extends Struct { + readonly candidate: PolkadotPrimitivesV8CommittedCandidateReceipt; + readonly validityVotes: Vec; readonly validatorIndices: BitVec; } - /** @name PolkadotPrimitivesV7CommittedCandidateReceipt (208) */ - interface PolkadotPrimitivesV7CommittedCandidateReceipt extends Struct { - readonly descriptor: PolkadotPrimitivesV7CandidateDescriptor; - readonly commitments: PolkadotPrimitivesV7CandidateCommitments; + /** @name PolkadotPrimitivesV8CommittedCandidateReceipt (208) */ + interface PolkadotPrimitivesV8CommittedCandidateReceipt extends Struct { + readonly descriptor: PolkadotPrimitivesV8CandidateDescriptor; + readonly commitments: PolkadotPrimitivesV8CandidateCommitments; } - /** @name PolkadotPrimitivesV7CandidateDescriptor (209) */ - interface PolkadotPrimitivesV7CandidateDescriptor extends Struct { + /** @name PolkadotPrimitivesV8CandidateDescriptor (209) */ + interface PolkadotPrimitivesV8CandidateDescriptor extends Struct { readonly paraId: u32; readonly relayParent: H256; - readonly collator: PolkadotPrimitivesV7CollatorAppPublic; + readonly collator: PolkadotPrimitivesV8CollatorAppPublic; readonly persistedValidationDataHash: H256; readonly povHash: H256; readonly erasureRoot: H256; - readonly signature: PolkadotPrimitivesV7CollatorAppSignature; + readonly signature: PolkadotPrimitivesV8CollatorAppSignature; readonly paraHead: H256; readonly validationCodeHash: H256; } - /** @name PolkadotPrimitivesV7CollatorAppPublic (210) */ - interface PolkadotPrimitivesV7CollatorAppPublic extends U8aFixed {} + /** @name PolkadotPrimitivesV8CollatorAppPublic (210) */ + interface PolkadotPrimitivesV8CollatorAppPublic extends U8aFixed {} - /** @name PolkadotPrimitivesV7CollatorAppSignature (211) */ - interface PolkadotPrimitivesV7CollatorAppSignature extends U8aFixed {} + /** @name PolkadotPrimitivesV8CollatorAppSignature (211) */ + interface PolkadotPrimitivesV8CollatorAppSignature extends U8aFixed {} - /** @name PolkadotPrimitivesV7CandidateCommitments (213) */ - interface PolkadotPrimitivesV7CandidateCommitments extends Struct { + /** @name PolkadotPrimitivesV8CandidateCommitments (213) */ + interface PolkadotPrimitivesV8CandidateCommitments extends Struct { readonly upwardMessages: Vec; readonly horizontalMessages: Vec; readonly newValidationCode: Option; @@ -2554,35 +2557,35 @@ declare module "@polkadot/types/lookup" { readonly data: Bytes; } - /** @name PolkadotPrimitivesV7ValidityAttestation (221) */ - interface PolkadotPrimitivesV7ValidityAttestation extends Enum { + /** @name PolkadotPrimitivesV8ValidityAttestation (221) */ + interface PolkadotPrimitivesV8ValidityAttestation extends Enum { readonly isImplicit: boolean; - readonly asImplicit: PolkadotPrimitivesV7ValidatorAppSignature; + readonly asImplicit: PolkadotPrimitivesV8ValidatorAppSignature; readonly isExplicit: boolean; - readonly asExplicit: PolkadotPrimitivesV7ValidatorAppSignature; + readonly asExplicit: PolkadotPrimitivesV8ValidatorAppSignature; readonly type: "Implicit" | "Explicit"; } - /** @name PolkadotPrimitivesV7DisputeStatementSet (223) */ - interface PolkadotPrimitivesV7DisputeStatementSet extends Struct { + /** @name PolkadotPrimitivesV8DisputeStatementSet (223) */ + interface PolkadotPrimitivesV8DisputeStatementSet extends Struct { readonly candidateHash: H256; readonly session: u32; readonly statements: Vec< - ITuple<[PolkadotPrimitivesV7DisputeStatement, u32, PolkadotPrimitivesV7ValidatorAppSignature]> + ITuple<[PolkadotPrimitivesV8DisputeStatement, u32, PolkadotPrimitivesV8ValidatorAppSignature]> >; } - /** @name PolkadotPrimitivesV7DisputeStatement (227) */ - interface PolkadotPrimitivesV7DisputeStatement extends Enum { + /** @name PolkadotPrimitivesV8DisputeStatement (227) */ + interface PolkadotPrimitivesV8DisputeStatement extends Enum { readonly isValid: boolean; - readonly asValid: PolkadotPrimitivesV7ValidDisputeStatementKind; + readonly asValid: PolkadotPrimitivesV8ValidDisputeStatementKind; readonly isInvalid: boolean; - readonly asInvalid: PolkadotPrimitivesV7InvalidDisputeStatementKind; + readonly asInvalid: PolkadotPrimitivesV8InvalidDisputeStatementKind; readonly type: "Valid" | "Invalid"; } - /** @name PolkadotPrimitivesV7ValidDisputeStatementKind (228) */ - interface PolkadotPrimitivesV7ValidDisputeStatementKind extends Enum { + /** @name PolkadotPrimitivesV8ValidDisputeStatementKind (228) */ + interface PolkadotPrimitivesV8ValidDisputeStatementKind extends Enum { readonly isExplicit: boolean; readonly isBackingSeconded: boolean; readonly asBackingSeconded: H256; @@ -2599,8 +2602,8 @@ declare module "@polkadot/types/lookup" { | "ApprovalCheckingMultipleCandidates"; } - /** @name PolkadotPrimitivesV7InvalidDisputeStatementKind (230) */ - interface PolkadotPrimitivesV7InvalidDisputeStatementKind extends Enum { + /** @name PolkadotPrimitivesV8InvalidDisputeStatementKind (230) */ + interface PolkadotPrimitivesV8InvalidDisputeStatementKind extends Enum { readonly isExplicit: boolean; readonly type: "Explicit"; } @@ -2642,8 +2645,8 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isIncludePvfCheckStatement: boolean; readonly asIncludePvfCheckStatement: { - readonly stmt: PolkadotPrimitivesV7PvfCheckStatement; - readonly signature: PolkadotPrimitivesV7ValidatorAppSignature; + readonly stmt: PolkadotPrimitivesV8PvfCheckStatement; + readonly signature: PolkadotPrimitivesV8ValidatorAppSignature; } & Struct; readonly isForceSetMostRecentContext: boolean; readonly asForceSetMostRecentContext: { @@ -2662,8 +2665,8 @@ declare module "@polkadot/types/lookup" { | "ForceSetMostRecentContext"; } - /** @name PolkadotPrimitivesV7PvfCheckStatement (232) */ - interface PolkadotPrimitivesV7PvfCheckStatement extends Struct { + /** @name PolkadotPrimitivesV8PvfCheckStatement (232) */ + interface PolkadotPrimitivesV8PvfCheckStatement extends Struct { readonly accept: bool; readonly subject: H256; readonly sessionIndex: u32; @@ -2765,28 +2768,28 @@ declare module "@polkadot/types/lookup" { interface PolkadotRuntimeParachainsDisputesSlashingPalletCall extends Enum { readonly isReportDisputeLostUnsigned: boolean; readonly asReportDisputeLostUnsigned: { - readonly disputeProof: PolkadotPrimitivesV7SlashingDisputeProof; + readonly disputeProof: PolkadotPrimitivesV8SlashingDisputeProof; readonly keyOwnerProof: SpSessionMembershipProof; } & Struct; readonly type: "ReportDisputeLostUnsigned"; } - /** @name PolkadotPrimitivesV7SlashingDisputeProof (238) */ - interface PolkadotPrimitivesV7SlashingDisputeProof extends Struct { - readonly timeSlot: PolkadotPrimitivesV7SlashingDisputesTimeSlot; - readonly kind: PolkadotPrimitivesV7SlashingSlashingOffenceKind; + /** @name PolkadotPrimitivesV8SlashingDisputeProof (238) */ + interface PolkadotPrimitivesV8SlashingDisputeProof extends Struct { + readonly timeSlot: PolkadotPrimitivesV8SlashingDisputesTimeSlot; + readonly kind: PolkadotPrimitivesV8SlashingSlashingOffenceKind; readonly validatorIndex: u32; - readonly validatorId: PolkadotPrimitivesV7ValidatorAppPublic; + readonly validatorId: PolkadotPrimitivesV8ValidatorAppPublic; } - /** @name PolkadotPrimitivesV7SlashingDisputesTimeSlot (239) */ - interface PolkadotPrimitivesV7SlashingDisputesTimeSlot extends Struct { + /** @name PolkadotPrimitivesV8SlashingDisputesTimeSlot (239) */ + interface PolkadotPrimitivesV8SlashingDisputesTimeSlot extends Struct { readonly sessionIndex: u32; readonly candidateHash: H256; } - /** @name PolkadotPrimitivesV7SlashingSlashingOffenceKind (240) */ - interface PolkadotPrimitivesV7SlashingSlashingOffenceKind extends Enum { + /** @name PolkadotPrimitivesV8SlashingSlashingOffenceKind (240) */ + interface PolkadotPrimitivesV8SlashingSlashingOffenceKind extends Enum { readonly isForInvalid: boolean; readonly isAgainstValid: boolean; readonly type: "ForInvalid" | "AgainstValid"; @@ -2796,12 +2799,12 @@ declare module "@polkadot/types/lookup" { interface PalletMessageQueueCall extends Enum { readonly isReapPage: boolean; readonly asReapPage: { - readonly messageOrigin: DancelightRuntimeAggregateMessageOrigin; + readonly messageOrigin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; readonly pageIndex: u32; } & Struct; readonly isExecuteOverweight: boolean; readonly asExecuteOverweight: { - readonly messageOrigin: DancelightRuntimeAggregateMessageOrigin; + readonly messageOrigin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; readonly page: u32; readonly index: u32; readonly weightLimit: SpWeightsWeightV2Weight; @@ -2809,15 +2812,11 @@ declare module "@polkadot/types/lookup" { readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name DancelightRuntimeAggregateMessageOrigin (242) */ - interface DancelightRuntimeAggregateMessageOrigin extends Enum { + /** @name PolkadotRuntimeParachainsInclusionAggregateMessageOrigin (242) */ + interface PolkadotRuntimeParachainsInclusionAggregateMessageOrigin extends Enum { readonly isUmp: boolean; readonly asUmp: PolkadotRuntimeParachainsInclusionUmpQueueId; - readonly isSnowbridge: boolean; - readonly asSnowbridge: SnowbridgeCoreChannelId; - readonly isSnowbridgeTanssi: boolean; - readonly asSnowbridgeTanssi: SnowbridgeCoreChannelId; - readonly type: "Ump" | "Snowbridge" | "SnowbridgeTanssi"; + readonly type: "Ump"; } /** @name PolkadotRuntimeParachainsInclusionUmpQueueId (243) */ @@ -2827,11 +2826,8 @@ declare module "@polkadot/types/lookup" { readonly type: "Para"; } - /** @name SnowbridgeCoreChannelId (244) */ - interface SnowbridgeCoreChannelId extends U8aFixed {} - - /** @name PolkadotRuntimeParachainsAssignerOnDemandPalletCall (245) */ - interface PolkadotRuntimeParachainsAssignerOnDemandPalletCall extends Enum { + /** @name PolkadotRuntimeParachainsOnDemandPalletCall (244) */ + interface PolkadotRuntimeParachainsOnDemandPalletCall extends Enum { readonly isPlaceOrderAllowDeath: boolean; readonly asPlaceOrderAllowDeath: { readonly maxAmount: u128; @@ -2845,7 +2841,7 @@ declare module "@polkadot/types/lookup" { readonly type: "PlaceOrderAllowDeath" | "PlaceOrderKeepAlive"; } - /** @name PolkadotRuntimeCommonParasRegistrarPalletCall (246) */ + /** @name PolkadotRuntimeCommonParasRegistrarPalletCall (245) */ interface PolkadotRuntimeCommonParasRegistrarPalletCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -2901,7 +2897,7 @@ declare module "@polkadot/types/lookup" { | "SetCurrentHead"; } - /** @name PalletUtilityCall (247) */ + /** @name PalletUtilityCall (246) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -2933,7 +2929,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Batch" | "AsDerivative" | "BatchAll" | "DispatchAs" | "ForceBatch" | "WithWeight"; } - /** @name PalletIdentityCall (249) */ + /** @name PalletIdentityCall (248) */ interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { @@ -3055,7 +3051,7 @@ declare module "@polkadot/types/lookup" { | "RemoveDanglingUsername"; } - /** @name PalletIdentityLegacyIdentityInfo (250) */ + /** @name PalletIdentityLegacyIdentityInfo (249) */ interface PalletIdentityLegacyIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; @@ -3068,7 +3064,7 @@ declare module "@polkadot/types/lookup" { readonly twitter: Data; } - /** @name PalletIdentityJudgement (287) */ + /** @name PalletIdentityJudgement (286) */ interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; @@ -3081,7 +3077,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unknown" | "FeePaid" | "Reasonable" | "KnownGood" | "OutOfDate" | "LowQuality" | "Erroneous"; } - /** @name PalletSchedulerCall (290) */ + /** @name PalletSchedulerCall (289) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -3155,7 +3151,7 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletProxyCall (293) */ + /** @name PalletProxyCall (292) */ interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { @@ -3225,7 +3221,7 @@ declare module "@polkadot/types/lookup" { | "ProxyAnnounced"; } - /** @name DancelightRuntimeProxyType (295) */ + /** @name DancelightRuntimeProxyType (294) */ interface DancelightRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; @@ -3246,7 +3242,7 @@ declare module "@polkadot/types/lookup" { | "SudoRegistrar"; } - /** @name PalletMultisigCall (296) */ + /** @name PalletMultisigCall (295) */ interface PalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { @@ -3279,13 +3275,13 @@ declare module "@polkadot/types/lookup" { readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name PalletMultisigTimepoint (298) */ + /** @name PalletMultisigTimepoint (297) */ interface PalletMultisigTimepoint extends Struct { readonly height: u32; readonly index: u32; } - /** @name PalletPreimageCall (299) */ + /** @name PalletPreimageCall (298) */ interface PalletPreimageCall extends Enum { readonly isNotePreimage: boolean; readonly asNotePreimage: { @@ -3310,7 +3306,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NotePreimage" | "UnnotePreimage" | "RequestPreimage" | "UnrequestPreimage" | "EnsureUpdated"; } - /** @name PalletAssetRateCall (301) */ + /** @name PalletAssetRateCall (300) */ interface PalletAssetRateCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -3329,7 +3325,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Create" | "Update" | "Remove"; } - /** @name PalletXcmCall (303) */ + /** @name PalletXcmCall (302) */ interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { @@ -3432,7 +3428,7 @@ declare module "@polkadot/types/lookup" { | "TransferAssetsUsingTypeAndThen"; } - /** @name XcmVersionedLocation (304) */ + /** @name XcmVersionedLocation (303) */ interface XcmVersionedLocation extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiLocation; @@ -3443,13 +3439,13 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2MultiLocation (305) */ + /** @name XcmV2MultiLocation (304) */ interface XcmV2MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV2MultilocationJunctions; } - /** @name XcmV2MultilocationJunctions (306) */ + /** @name XcmV2MultilocationJunctions (305) */ interface XcmV2MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3486,7 +3482,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV2Junction (307) */ + /** @name XcmV2Junction (306) */ interface XcmV2Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3529,7 +3525,7 @@ declare module "@polkadot/types/lookup" { | "Plurality"; } - /** @name XcmV2NetworkId (308) */ + /** @name XcmV2NetworkId (307) */ interface XcmV2NetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; @@ -3539,7 +3535,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name XcmV2BodyId (310) */ + /** @name XcmV2BodyId (309) */ interface XcmV2BodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; @@ -3566,7 +3562,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV2BodyPart (311) */ + /** @name XcmV2BodyPart (310) */ interface XcmV2BodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -3591,13 +3587,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name StagingXcmV3MultiLocation (312) */ + /** @name StagingXcmV3MultiLocation (311) */ interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV3Junctions; } - /** @name XcmV3Junctions (313) */ + /** @name XcmV3Junctions (312) */ interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3634,7 +3630,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV3Junction (314) */ + /** @name XcmV3Junction (313) */ interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3683,7 +3679,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name XcmV3JunctionNetworkId (316) */ + /** @name XcmV3JunctionNetworkId (315) */ interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -3718,7 +3714,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmVersionedXcm (317) */ + /** @name XcmVersionedXcm (316) */ interface XcmVersionedXcm extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Xcm; @@ -3729,10 +3725,10 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2Xcm (318) */ + /** @name XcmV2Xcm (317) */ interface XcmV2Xcm extends Vec {} - /** @name XcmV2Instruction (320) */ + /** @name XcmV2Instruction (319) */ interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; @@ -3880,16 +3876,16 @@ declare module "@polkadot/types/lookup" { | "UnsubscribeVersion"; } - /** @name XcmV2MultiassetMultiAssets (321) */ + /** @name XcmV2MultiassetMultiAssets (320) */ interface XcmV2MultiassetMultiAssets extends Vec {} - /** @name XcmV2MultiAsset (323) */ + /** @name XcmV2MultiAsset (322) */ interface XcmV2MultiAsset extends Struct { readonly id: XcmV2MultiassetAssetId; readonly fun: XcmV2MultiassetFungibility; } - /** @name XcmV2MultiassetAssetId (324) */ + /** @name XcmV2MultiassetAssetId (323) */ interface XcmV2MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV2MultiLocation; @@ -3898,7 +3894,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV2MultiassetFungibility (325) */ + /** @name XcmV2MultiassetFungibility (324) */ interface XcmV2MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3907,7 +3903,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2MultiassetAssetInstance (326) */ + /** @name XcmV2MultiassetAssetInstance (325) */ interface XcmV2MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3925,7 +3921,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name XcmV2Response (327) */ + /** @name XcmV2Response (326) */ interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -3937,7 +3933,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; } - /** @name XcmV2TraitsError (330) */ + /** @name XcmV2TraitsError (329) */ interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -3996,7 +3992,7 @@ declare module "@polkadot/types/lookup" { | "WeightNotComputable"; } - /** @name XcmV2OriginKind (331) */ + /** @name XcmV2OriginKind (330) */ interface XcmV2OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; @@ -4005,12 +4001,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmDoubleEncoded (332) */ + /** @name XcmDoubleEncoded (331) */ interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } - /** @name XcmV2MultiassetMultiAssetFilter (333) */ + /** @name XcmV2MultiassetMultiAssetFilter (332) */ interface XcmV2MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV2MultiassetMultiAssets; @@ -4019,7 +4015,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (334) */ + /** @name XcmV2MultiassetWildMultiAsset (333) */ interface XcmV2MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4030,14 +4026,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf"; } - /** @name XcmV2MultiassetWildFungibility (335) */ + /** @name XcmV2MultiassetWildFungibility (334) */ interface XcmV2MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (336) */ + /** @name XcmV2WeightLimit (335) */ interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4045,10 +4041,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (337) */ + /** @name XcmV3Xcm (336) */ interface XcmV3Xcm extends Vec {} - /** @name XcmV3Instruction (339) */ + /** @name XcmV3Instruction (338) */ interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; @@ -4278,16 +4274,16 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3MultiassetMultiAssets (340) */ + /** @name XcmV3MultiassetMultiAssets (339) */ interface XcmV3MultiassetMultiAssets extends Vec {} - /** @name XcmV3MultiAsset (342) */ + /** @name XcmV3MultiAsset (341) */ interface XcmV3MultiAsset extends Struct { readonly id: XcmV3MultiassetAssetId; readonly fun: XcmV3MultiassetFungibility; } - /** @name XcmV3MultiassetAssetId (343) */ + /** @name XcmV3MultiassetAssetId (342) */ interface XcmV3MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: StagingXcmV3MultiLocation; @@ -4296,7 +4292,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV3MultiassetFungibility (344) */ + /** @name XcmV3MultiassetFungibility (343) */ interface XcmV3MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4305,7 +4301,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3MultiassetAssetInstance (345) */ + /** @name XcmV3MultiassetAssetInstance (344) */ interface XcmV3MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4321,7 +4317,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3Response (346) */ + /** @name XcmV3Response (345) */ interface XcmV3Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4337,7 +4333,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version" | "PalletsInfo" | "DispatchResult"; } - /** @name XcmV3TraitsError (349) */ + /** @name XcmV3TraitsError (348) */ interface XcmV3TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -4424,7 +4420,7 @@ declare module "@polkadot/types/lookup" { | "ExceedsStackLimit"; } - /** @name XcmV3PalletInfo (351) */ + /** @name XcmV3PalletInfo (350) */ interface XcmV3PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4434,7 +4430,7 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3MaybeErrorCode (354) */ + /** @name XcmV3MaybeErrorCode (353) */ interface XcmV3MaybeErrorCode extends Enum { readonly isSuccess: boolean; readonly isError: boolean; @@ -4444,7 +4440,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name XcmV3OriginKind (357) */ + /** @name XcmV3OriginKind (356) */ interface XcmV3OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; @@ -4453,14 +4449,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmV3QueryResponseInfo (358) */ + /** @name XcmV3QueryResponseInfo (357) */ interface XcmV3QueryResponseInfo extends Struct { readonly destination: StagingXcmV3MultiLocation; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmV3MultiassetMultiAssetFilter (359) */ + /** @name XcmV3MultiassetMultiAssetFilter (358) */ interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV3MultiassetMultiAssets; @@ -4469,7 +4465,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (360) */ + /** @name XcmV3MultiassetWildMultiAsset (359) */ interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4488,14 +4484,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (361) */ + /** @name XcmV3MultiassetWildFungibility (360) */ interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3WeightLimit (362) */ + /** @name XcmV3WeightLimit (361) */ interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4503,10 +4499,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name StagingXcmV4Xcm (363) */ + /** @name StagingXcmV4Xcm (362) */ interface StagingXcmV4Xcm extends Vec {} - /** @name StagingXcmV4Instruction (365) */ + /** @name StagingXcmV4Instruction (364) */ interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: StagingXcmV4AssetAssets; @@ -4736,19 +4732,19 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name StagingXcmV4AssetAssets (366) */ + /** @name StagingXcmV4AssetAssets (365) */ interface StagingXcmV4AssetAssets extends Vec {} - /** @name StagingXcmV4Asset (368) */ + /** @name StagingXcmV4Asset (367) */ interface StagingXcmV4Asset extends Struct { readonly id: StagingXcmV4AssetAssetId; readonly fun: StagingXcmV4AssetFungibility; } - /** @name StagingXcmV4AssetAssetId (369) */ + /** @name StagingXcmV4AssetAssetId (368) */ interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name StagingXcmV4AssetFungibility (370) */ + /** @name StagingXcmV4AssetFungibility (369) */ interface StagingXcmV4AssetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4757,7 +4753,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmV4AssetAssetInstance (371) */ + /** @name StagingXcmV4AssetAssetInstance (370) */ interface StagingXcmV4AssetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4773,7 +4769,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name StagingXcmV4Response (372) */ + /** @name StagingXcmV4Response (371) */ interface StagingXcmV4Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4789,7 +4785,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version" | "PalletsInfo" | "DispatchResult"; } - /** @name StagingXcmV4PalletInfo (374) */ + /** @name StagingXcmV4PalletInfo (373) */ interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4799,14 +4795,14 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name StagingXcmV4QueryResponseInfo (378) */ + /** @name StagingXcmV4QueryResponseInfo (377) */ interface StagingXcmV4QueryResponseInfo extends Struct { readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name StagingXcmV4AssetAssetFilter (379) */ + /** @name StagingXcmV4AssetAssetFilter (378) */ interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: StagingXcmV4AssetAssets; @@ -4815,7 +4811,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name StagingXcmV4AssetWildAsset (380) */ + /** @name StagingXcmV4AssetWildAsset (379) */ interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4834,14 +4830,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name StagingXcmV4AssetWildFungibility (381) */ + /** @name StagingXcmV4AssetWildFungibility (380) */ interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedAssets (382) */ + /** @name XcmVersionedAssets (381) */ interface XcmVersionedAssets extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiassetMultiAssets; @@ -4852,7 +4848,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name StagingXcmExecutorAssetTransferTransferType (394) */ + /** @name StagingXcmExecutorAssetTransferTransferType (393) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -4862,7 +4858,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (395) */ + /** @name XcmVersionedAssetId (394) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -4871,110 +4867,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name SnowbridgePalletOutboundQueueCall (396) */ - interface SnowbridgePalletOutboundQueueCall extends Enum { - readonly isSetOperatingMode: boolean; - readonly asSetOperatingMode: { - readonly mode: SnowbridgeCoreOperatingModeBasicOperatingMode; - } & Struct; - readonly type: "SetOperatingMode"; - } - - /** @name SnowbridgeCoreOperatingModeBasicOperatingMode (397) */ - interface SnowbridgeCoreOperatingModeBasicOperatingMode extends Enum { - readonly isNormal: boolean; - readonly isHalted: boolean; - readonly type: "Normal" | "Halted"; - } - - /** @name SnowbridgePalletSystemCall (398) */ - interface SnowbridgePalletSystemCall extends Enum { - readonly isUpgrade: boolean; - readonly asUpgrade: { - readonly implAddress: H160; - readonly implCodeHash: H256; - readonly initializer: Option; - } & Struct; - readonly isSetOperatingMode: boolean; - readonly asSetOperatingMode: { - readonly mode: SnowbridgeCoreOutboundV1OperatingMode; - } & Struct; - readonly isSetPricingParameters: boolean; - readonly asSetPricingParameters: { - readonly params: SnowbridgeCorePricingPricingParameters; - } & Struct; - readonly isCreateAgent: boolean; - readonly isCreateChannel: boolean; - readonly asCreateChannel: { - readonly mode: SnowbridgeCoreOutboundV1OperatingMode; - } & Struct; - readonly isUpdateChannel: boolean; - readonly asUpdateChannel: { - readonly mode: SnowbridgeCoreOutboundV1OperatingMode; - } & Struct; - readonly isForceUpdateChannel: boolean; - readonly asForceUpdateChannel: { - readonly channelId: SnowbridgeCoreChannelId; - readonly mode: SnowbridgeCoreOutboundV1OperatingMode; - } & Struct; - readonly isTransferNativeFromAgent: boolean; - readonly asTransferNativeFromAgent: { - readonly recipient: H160; - readonly amount: u128; - } & Struct; - readonly isForceTransferNativeFromAgent: boolean; - readonly asForceTransferNativeFromAgent: { - readonly location: XcmVersionedLocation; - readonly recipient: H160; - readonly amount: u128; - } & Struct; - readonly isSetTokenTransferFees: boolean; - readonly asSetTokenTransferFees: { - readonly createAssetXcm: u128; - readonly transferAssetXcm: u128; - readonly registerToken: U256; - } & Struct; - readonly type: - | "Upgrade" - | "SetOperatingMode" - | "SetPricingParameters" - | "CreateAgent" - | "CreateChannel" - | "UpdateChannel" - | "ForceUpdateChannel" - | "TransferNativeFromAgent" - | "ForceTransferNativeFromAgent" - | "SetTokenTransferFees"; - } - - /** @name SnowbridgeCoreOutboundV1Initializer (401) */ - interface SnowbridgeCoreOutboundV1Initializer extends Struct { - readonly params: Bytes; - readonly maximumRequiredGas: u64; - } - - /** @name SnowbridgeCoreOutboundV1OperatingMode (402) */ - interface SnowbridgeCoreOutboundV1OperatingMode extends Enum { - readonly isNormal: boolean; - readonly isRejectingOutboundMessages: boolean; - readonly type: "Normal" | "RejectingOutboundMessages"; - } - - /** @name SnowbridgeCorePricingPricingParameters (403) */ - interface SnowbridgeCorePricingPricingParameters extends Struct { - readonly exchangeRate: u128; - readonly rewards: SnowbridgeCorePricingRewards; - readonly feePerGas: U256; - readonly multiplier: u128; - } - - /** @name SnowbridgeCorePricingRewards (404) */ - interface SnowbridgeCorePricingRewards extends Struct { - readonly local: u128; - readonly remote: U256; - } - - /** @name PalletMigrationsCall (407) */ + /** @name PalletMigrationsCall (395) */ interface PalletMigrationsCall extends Enum { readonly isForceSetCursor: boolean; readonly asForceSetCursor: { @@ -4994,7 +4887,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ForceSetCursor" | "ForceSetActiveCursor" | "ForceOnboardMbms" | "ClearHistoric"; } - /** @name PalletMigrationsMigrationCursor (409) */ + /** @name PalletMigrationsMigrationCursor (397) */ interface PalletMigrationsMigrationCursor extends Enum { readonly isActive: boolean; readonly asActive: PalletMigrationsActiveCursor; @@ -5002,14 +4895,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Stuck"; } - /** @name PalletMigrationsActiveCursor (411) */ + /** @name PalletMigrationsActiveCursor (399) */ interface PalletMigrationsActiveCursor extends Struct { readonly index: u32; readonly innerCursor: Option; readonly startedAt: u32; } - /** @name PalletMigrationsHistoricCleanupSelector (413) */ + /** @name PalletMigrationsHistoricCleanupSelector (401) */ interface PalletMigrationsHistoricCleanupSelector extends Enum { readonly isSpecific: boolean; readonly asSpecific: Vec; @@ -5021,7 +4914,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Specific" | "Wildcard"; } - /** @name PalletBeefyCall (416) */ + /** @name PalletBeefyCall (404) */ interface PalletBeefyCall extends Enum { readonly isReportDoubleVoting: boolean; readonly asReportDoubleVoting: { @@ -5067,40 +4960,40 @@ declare module "@polkadot/types/lookup" { | "ReportFutureBlockVotingUnsigned"; } - /** @name SpConsensusBeefyDoubleVotingProof (417) */ + /** @name SpConsensusBeefyDoubleVotingProof (405) */ interface SpConsensusBeefyDoubleVotingProof extends Struct { readonly first: SpConsensusBeefyVoteMessage; readonly second: SpConsensusBeefyVoteMessage; } - /** @name SpConsensusBeefyEcdsaCryptoSignature (418) */ + /** @name SpConsensusBeefyEcdsaCryptoSignature (406) */ interface SpConsensusBeefyEcdsaCryptoSignature extends U8aFixed {} - /** @name SpConsensusBeefyVoteMessage (419) */ + /** @name SpConsensusBeefyVoteMessage (407) */ interface SpConsensusBeefyVoteMessage extends Struct { readonly commitment: SpConsensusBeefyCommitment; readonly id: SpConsensusBeefyEcdsaCryptoPublic; readonly signature: SpConsensusBeefyEcdsaCryptoSignature; } - /** @name SpConsensusBeefyCommitment (420) */ + /** @name SpConsensusBeefyCommitment (408) */ interface SpConsensusBeefyCommitment extends Struct { readonly payload: SpConsensusBeefyPayload; readonly blockNumber: u32; readonly validatorSetId: u64; } - /** @name SpConsensusBeefyPayload (421) */ + /** @name SpConsensusBeefyPayload (409) */ interface SpConsensusBeefyPayload extends Vec> {} - /** @name SpConsensusBeefyForkVotingProof (424) */ + /** @name SpConsensusBeefyForkVotingProof (412) */ interface SpConsensusBeefyForkVotingProof extends Struct { readonly vote: SpConsensusBeefyVoteMessage; readonly ancestryProof: SpMmrPrimitivesAncestryProof; readonly header: SpRuntimeHeader; } - /** @name SpMmrPrimitivesAncestryProof (425) */ + /** @name SpMmrPrimitivesAncestryProof (413) */ interface SpMmrPrimitivesAncestryProof extends Struct { readonly prevPeaks: Vec; readonly prevLeafCount: u64; @@ -5108,12 +5001,12 @@ declare module "@polkadot/types/lookup" { readonly items: Vec>; } - /** @name SpConsensusBeefyFutureBlockVotingProof (428) */ + /** @name SpConsensusBeefyFutureBlockVotingProof (416) */ interface SpConsensusBeefyFutureBlockVotingProof extends Struct { readonly vote: SpConsensusBeefyVoteMessage; } - /** @name SnowbridgePalletEthereumClientCall (429) */ + /** @name SnowbridgePalletEthereumClientCall (417) */ interface SnowbridgePalletEthereumClientCall extends Enum { readonly isForceCheckpoint: boolean; readonly asForceCheckpoint: { @@ -5130,7 +5023,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ForceCheckpoint" | "Submit" | "SetOperatingMode"; } - /** @name SnowbridgeBeaconPrimitivesUpdatesCheckpointUpdate (430) */ + /** @name SnowbridgeBeaconPrimitivesUpdatesCheckpointUpdate (418) */ interface SnowbridgeBeaconPrimitivesUpdatesCheckpointUpdate extends Struct { readonly header: SnowbridgeBeaconPrimitivesBeaconHeader; readonly currentSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee; @@ -5140,7 +5033,7 @@ declare module "@polkadot/types/lookup" { readonly blockRootsBranch: Vec; } - /** @name SnowbridgeBeaconPrimitivesBeaconHeader (431) */ + /** @name SnowbridgeBeaconPrimitivesBeaconHeader (419) */ interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct { readonly slot: u64; readonly proposerIndex: u64; @@ -5149,16 +5042,16 @@ declare module "@polkadot/types/lookup" { readonly bodyRoot: H256; } - /** @name SnowbridgeBeaconPrimitivesSyncCommittee (432) */ + /** @name SnowbridgeBeaconPrimitivesSyncCommittee (420) */ interface SnowbridgeBeaconPrimitivesSyncCommittee extends Struct { readonly pubkeys: Vec; readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey; } - /** @name SnowbridgeBeaconPrimitivesPublicKey (434) */ + /** @name SnowbridgeBeaconPrimitivesPublicKey (422) */ interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {} - /** @name SnowbridgeBeaconPrimitivesUpdatesUpdate (436) */ + /** @name SnowbridgeBeaconPrimitivesUpdatesUpdate (424) */ interface SnowbridgeBeaconPrimitivesUpdatesUpdate extends Struct { readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader; readonly syncAggregate: SnowbridgeBeaconPrimitivesSyncAggregate; @@ -5170,22 +5063,29 @@ declare module "@polkadot/types/lookup" { readonly blockRootsBranch: Vec; } - /** @name SnowbridgeBeaconPrimitivesSyncAggregate (437) */ + /** @name SnowbridgeBeaconPrimitivesSyncAggregate (425) */ interface SnowbridgeBeaconPrimitivesSyncAggregate extends Struct { readonly syncCommitteeBits: U8aFixed; readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature; } - /** @name SnowbridgeBeaconPrimitivesSignature (438) */ + /** @name SnowbridgeBeaconPrimitivesSignature (426) */ interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {} - /** @name SnowbridgeBeaconPrimitivesUpdatesNextSyncCommitteeUpdate (441) */ + /** @name SnowbridgeBeaconPrimitivesUpdatesNextSyncCommitteeUpdate (429) */ interface SnowbridgeBeaconPrimitivesUpdatesNextSyncCommitteeUpdate extends Struct { readonly nextSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee; readonly nextSyncCommitteeBranch: Vec; } - /** @name PolkadotRuntimeCommonParasSudoWrapperPalletCall (442) */ + /** @name SnowbridgeCoreOperatingModeBasicOperatingMode (430) */ + interface SnowbridgeCoreOperatingModeBasicOperatingMode extends Enum { + readonly isNormal: boolean; + readonly isHalted: boolean; + readonly type: "Normal" | "Halted"; + } + + /** @name PolkadotRuntimeCommonParasSudoWrapperPalletCall (431) */ interface PolkadotRuntimeCommonParasSudoWrapperPalletCall extends Enum { readonly isSudoScheduleParaInitialize: boolean; readonly asSudoScheduleParaInitialize: { @@ -5225,14 +5125,14 @@ declare module "@polkadot/types/lookup" { | "SudoEstablishHrmpChannel"; } - /** @name PolkadotRuntimeParachainsParasParaGenesisArgs (443) */ + /** @name PolkadotRuntimeParachainsParasParaGenesisArgs (432) */ interface PolkadotRuntimeParachainsParasParaGenesisArgs extends Struct { readonly genesisHead: Bytes; readonly validationCode: Bytes; readonly paraKind: bool; } - /** @name PalletRootTestingCall (444) */ + /** @name PalletRootTestingCall (433) */ interface PalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { @@ -5242,7 +5142,7 @@ declare module "@polkadot/types/lookup" { readonly type: "FillBlock" | "TriggerDefensive"; } - /** @name PalletSudoCall (445) */ + /** @name PalletSudoCall (434) */ interface PalletSudoCall extends Enum { readonly isSudo: boolean; readonly asSudo: { @@ -5266,17 +5166,17 @@ declare module "@polkadot/types/lookup" { readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey"; } - /** @name SpRuntimeBlakeTwo256 (446) */ + /** @name SpRuntimeBlakeTwo256 (435) */ type SpRuntimeBlakeTwo256 = Null; - /** @name PalletConvictionVotingTally (448) */ + /** @name PalletConvictionVotingTally (437) */ interface PalletConvictionVotingTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly support: u128; } - /** @name PalletRankedCollectiveEvent (449) */ + /** @name PalletRankedCollectiveEvent (438) */ interface PalletRankedCollectiveEvent extends Enum { readonly isMemberAdded: boolean; readonly asMemberAdded: { @@ -5307,7 +5207,7 @@ declare module "@polkadot/types/lookup" { readonly type: "MemberAdded" | "RankChanged" | "MemberRemoved" | "Voted" | "MemberExchanged"; } - /** @name PalletRankedCollectiveVoteRecord (450) */ + /** @name PalletRankedCollectiveVoteRecord (439) */ interface PalletRankedCollectiveVoteRecord extends Enum { readonly isAye: boolean; readonly asAye: u32; @@ -5316,14 +5216,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Aye" | "Nay"; } - /** @name PalletRankedCollectiveTally (451) */ + /** @name PalletRankedCollectiveTally (440) */ interface PalletRankedCollectiveTally extends Struct { readonly bareAyes: u32; readonly ayes: u32; readonly nays: u32; } - /** @name PalletWhitelistEvent (453) */ + /** @name PalletWhitelistEvent (442) */ interface PalletWhitelistEvent extends Enum { readonly isCallWhitelisted: boolean; readonly asCallWhitelisted: { @@ -5341,26 +5241,26 @@ declare module "@polkadot/types/lookup" { readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name FrameSupportDispatchPostDispatchInfo (455) */ + /** @name FrameSupportDispatchPostDispatchInfo (444) */ interface FrameSupportDispatchPostDispatchInfo extends Struct { readonly actualWeight: Option; readonly paysFee: FrameSupportDispatchPays; } - /** @name SpRuntimeDispatchErrorWithPostInfo (457) */ + /** @name SpRuntimeDispatchErrorWithPostInfo (446) */ interface SpRuntimeDispatchErrorWithPostInfo extends Struct { readonly postInfo: FrameSupportDispatchPostDispatchInfo; readonly error: SpRuntimeDispatchError; } - /** @name PolkadotRuntimeParachainsInclusionPalletEvent (458) */ + /** @name PolkadotRuntimeParachainsInclusionPalletEvent (447) */ interface PolkadotRuntimeParachainsInclusionPalletEvent extends Enum { readonly isCandidateBacked: boolean; - readonly asCandidateBacked: ITuple<[PolkadotPrimitivesV7CandidateReceipt, Bytes, u32, u32]>; + readonly asCandidateBacked: ITuple<[PolkadotPrimitivesV8CandidateReceipt, Bytes, u32, u32]>; readonly isCandidateIncluded: boolean; - readonly asCandidateIncluded: ITuple<[PolkadotPrimitivesV7CandidateReceipt, Bytes, u32, u32]>; + readonly asCandidateIncluded: ITuple<[PolkadotPrimitivesV8CandidateReceipt, Bytes, u32, u32]>; readonly isCandidateTimedOut: boolean; - readonly asCandidateTimedOut: ITuple<[PolkadotPrimitivesV7CandidateReceipt, Bytes, u32]>; + readonly asCandidateTimedOut: ITuple<[PolkadotPrimitivesV8CandidateReceipt, Bytes, u32]>; readonly isUpwardMessagesReceived: boolean; readonly asUpwardMessagesReceived: { readonly from: u32; @@ -5369,13 +5269,13 @@ declare module "@polkadot/types/lookup" { readonly type: "CandidateBacked" | "CandidateIncluded" | "CandidateTimedOut" | "UpwardMessagesReceived"; } - /** @name PolkadotPrimitivesV7CandidateReceipt (459) */ - interface PolkadotPrimitivesV7CandidateReceipt extends Struct { - readonly descriptor: PolkadotPrimitivesV7CandidateDescriptor; + /** @name PolkadotPrimitivesV8CandidateReceipt (448) */ + interface PolkadotPrimitivesV8CandidateReceipt extends Struct { + readonly descriptor: PolkadotPrimitivesV8CandidateDescriptor; readonly commitmentsHash: H256; } - /** @name PolkadotRuntimeParachainsParasPalletEvent (462) */ + /** @name PolkadotRuntimeParachainsParasPalletEvent (451) */ interface PolkadotRuntimeParachainsParasPalletEvent extends Enum { readonly isCurrentCodeUpdated: boolean; readonly asCurrentCodeUpdated: u32; @@ -5404,7 +5304,7 @@ declare module "@polkadot/types/lookup" { | "PvfCheckRejected"; } - /** @name PolkadotRuntimeParachainsHrmpPalletEvent (463) */ + /** @name PolkadotRuntimeParachainsHrmpPalletEvent (452) */ interface PolkadotRuntimeParachainsHrmpPalletEvent extends Enum { readonly isOpenChannelRequested: boolean; readonly asOpenChannelRequested: { @@ -5457,7 +5357,7 @@ declare module "@polkadot/types/lookup" { | "OpenChannelDepositsUpdated"; } - /** @name PolkadotRuntimeParachainsDisputesPalletEvent (464) */ + /** @name PolkadotRuntimeParachainsDisputesPalletEvent (453) */ interface PolkadotRuntimeParachainsDisputesPalletEvent extends Enum { readonly isDisputeInitiated: boolean; readonly asDisputeInitiated: ITuple<[H256, PolkadotRuntimeParachainsDisputesDisputeLocation]>; @@ -5468,51 +5368,51 @@ declare module "@polkadot/types/lookup" { readonly type: "DisputeInitiated" | "DisputeConcluded" | "Revert"; } - /** @name PolkadotRuntimeParachainsDisputesDisputeLocation (465) */ + /** @name PolkadotRuntimeParachainsDisputesDisputeLocation (454) */ interface PolkadotRuntimeParachainsDisputesDisputeLocation extends Enum { readonly isLocal: boolean; readonly isRemote: boolean; readonly type: "Local" | "Remote"; } - /** @name PolkadotRuntimeParachainsDisputesDisputeResult (466) */ + /** @name PolkadotRuntimeParachainsDisputesDisputeResult (455) */ interface PolkadotRuntimeParachainsDisputesDisputeResult extends Enum { readonly isValid: boolean; readonly isInvalid: boolean; readonly type: "Valid" | "Invalid"; } - /** @name PalletMessageQueueEvent (467) */ + /** @name PalletMessageQueueEvent (456) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { readonly id: H256; - readonly origin: DancelightRuntimeAggregateMessageOrigin; + readonly origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; readonly error: FrameSupportMessagesProcessMessageError; } & Struct; readonly isProcessed: boolean; readonly asProcessed: { readonly id: H256; - readonly origin: DancelightRuntimeAggregateMessageOrigin; + readonly origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; readonly weightUsed: SpWeightsWeightV2Weight; readonly success: bool; } & Struct; readonly isOverweightEnqueued: boolean; readonly asOverweightEnqueued: { readonly id: U8aFixed; - readonly origin: DancelightRuntimeAggregateMessageOrigin; + readonly origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; readonly pageIndex: u32; readonly messageIndex: u32; } & Struct; readonly isPageReaped: boolean; readonly asPageReaped: { - readonly origin: DancelightRuntimeAggregateMessageOrigin; + readonly origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; readonly index: u32; } & Struct; readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (468) */ + /** @name FrameSupportMessagesProcessMessageError (457) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -5524,8 +5424,8 @@ declare module "@polkadot/types/lookup" { readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield" | "StackLimitReached"; } - /** @name PolkadotRuntimeParachainsAssignerOnDemandPalletEvent (469) */ - interface PolkadotRuntimeParachainsAssignerOnDemandPalletEvent extends Enum { + /** @name PolkadotRuntimeParachainsOnDemandPalletEvent (458) */ + interface PolkadotRuntimeParachainsOnDemandPalletEvent extends Enum { readonly isOnDemandOrderPlaced: boolean; readonly asOnDemandOrderPlaced: { readonly paraId: u32; @@ -5539,7 +5439,7 @@ declare module "@polkadot/types/lookup" { readonly type: "OnDemandOrderPlaced" | "SpotPriceSet"; } - /** @name PolkadotRuntimeCommonParasRegistrarPalletEvent (470) */ + /** @name PolkadotRuntimeCommonParasRegistrarPalletEvent (459) */ interface PolkadotRuntimeCommonParasRegistrarPalletEvent extends Enum { readonly isRegistered: boolean; readonly asRegistered: { @@ -5563,7 +5463,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Registered" | "Deregistered" | "Reserved" | "Swapped"; } - /** @name PalletUtilityEvent (471) */ + /** @name PalletUtilityEvent (460) */ interface PalletUtilityEvent extends Enum { readonly isBatchInterrupted: boolean; readonly asBatchInterrupted: { @@ -5590,7 +5490,7 @@ declare module "@polkadot/types/lookup" { | "DispatchedAs"; } - /** @name PalletIdentityEvent (473) */ + /** @name PalletIdentityEvent (462) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -5696,7 +5596,7 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name PalletSchedulerEvent (474) */ + /** @name PalletSchedulerEvent (463) */ interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { @@ -5758,7 +5658,7 @@ declare module "@polkadot/types/lookup" { | "PermanentlyOverweight"; } - /** @name PalletProxyEvent (476) */ + /** @name PalletProxyEvent (465) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -5794,7 +5694,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name PalletMultisigEvent (477) */ + /** @name PalletMultisigEvent (466) */ interface PalletMultisigEvent extends Enum { readonly isNewMultisig: boolean; readonly asNewMultisig: { @@ -5827,7 +5727,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletPreimageEvent (478) */ + /** @name PalletPreimageEvent (467) */ interface PalletPreimageEvent extends Enum { readonly isNoted: boolean; readonly asNoted: { @@ -5844,7 +5744,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Noted" | "Requested" | "Cleared"; } - /** @name PalletAssetRateEvent (479) */ + /** @name PalletAssetRateEvent (468) */ interface PalletAssetRateEvent extends Enum { readonly isAssetRateCreated: boolean; readonly asAssetRateCreated: { @@ -5864,7 +5764,7 @@ declare module "@polkadot/types/lookup" { readonly type: "AssetRateCreated" | "AssetRateRemoved" | "AssetRateUpdated"; } - /** @name PalletXcmEvent (480) */ + /** @name PalletXcmEvent (469) */ interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: { @@ -6029,7 +5929,7 @@ declare module "@polkadot/types/lookup" { | "VersionMigrationFinished"; } - /** @name StagingXcmV4TraitsOutcome (481) */ + /** @name StagingXcmV4TraitsOutcome (470) */ interface StagingXcmV4TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: { @@ -6047,84 +5947,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name SnowbridgePalletOutboundQueueEvent (482) */ - interface SnowbridgePalletOutboundQueueEvent extends Enum { - readonly isMessageQueued: boolean; - readonly asMessageQueued: { - readonly id: H256; - } & Struct; - readonly isMessageAccepted: boolean; - readonly asMessageAccepted: { - readonly id: H256; - readonly nonce: u64; - } & Struct; - readonly isMessagesCommitted: boolean; - readonly asMessagesCommitted: { - readonly root: H256; - readonly count: u64; - } & Struct; - readonly isOperatingModeChanged: boolean; - readonly asOperatingModeChanged: { - readonly mode: SnowbridgeCoreOperatingModeBasicOperatingMode; - } & Struct; - readonly type: "MessageQueued" | "MessageAccepted" | "MessagesCommitted" | "OperatingModeChanged"; - } - - /** @name SnowbridgePalletSystemEvent (483) */ - interface SnowbridgePalletSystemEvent extends Enum { - readonly isUpgrade: boolean; - readonly asUpgrade: { - readonly implAddress: H160; - readonly implCodeHash: H256; - readonly initializerParamsHash: Option; - } & Struct; - readonly isCreateAgent: boolean; - readonly asCreateAgent: { - readonly location: StagingXcmV4Location; - readonly agentId: H256; - } & Struct; - readonly isCreateChannel: boolean; - readonly asCreateChannel: { - readonly channelId: SnowbridgeCoreChannelId; - readonly agentId: H256; - } & Struct; - readonly isUpdateChannel: boolean; - readonly asUpdateChannel: { - readonly channelId: SnowbridgeCoreChannelId; - readonly mode: SnowbridgeCoreOutboundV1OperatingMode; - } & Struct; - readonly isSetOperatingMode: boolean; - readonly asSetOperatingMode: { - readonly mode: SnowbridgeCoreOutboundV1OperatingMode; - } & Struct; - readonly isTransferNativeFromAgent: boolean; - readonly asTransferNativeFromAgent: { - readonly agentId: H256; - readonly recipient: H160; - readonly amount: u128; - } & Struct; - readonly isSetTokenTransferFees: boolean; - readonly asSetTokenTransferFees: { - readonly createAssetXcm: u128; - readonly transferAssetXcm: u128; - readonly registerToken: U256; - } & Struct; - readonly isPricingParametersChanged: boolean; - readonly asPricingParametersChanged: { - readonly params: SnowbridgeCorePricingPricingParameters; - } & Struct; - readonly type: - | "Upgrade" - | "CreateAgent" - | "CreateChannel" - | "UpdateChannel" - | "SetOperatingMode" - | "TransferNativeFromAgent" - | "SetTokenTransferFees" - | "PricingParametersChanged"; - } - - /** @name PalletMigrationsEvent (484) */ + /** @name PalletMigrationsEvent (471) */ interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; @@ -6157,7 +5980,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name SnowbridgePalletEthereumClientEvent (486) */ + /** @name SnowbridgePalletEthereumClientEvent (473) */ interface SnowbridgePalletEthereumClientEvent extends Enum { readonly isBeaconHeaderImported: boolean; readonly asBeaconHeaderImported: { @@ -6175,13 +5998,13 @@ declare module "@polkadot/types/lookup" { readonly type: "BeaconHeaderImported" | "SyncCommitteeUpdated" | "OperatingModeChanged"; } - /** @name PalletRootTestingEvent (487) */ + /** @name PalletRootTestingEvent (474) */ interface PalletRootTestingEvent extends Enum { readonly isDefensiveTestCall: boolean; readonly type: "DefensiveTestCall"; } - /** @name PalletSudoEvent (488) */ + /** @name PalletSudoEvent (475) */ interface PalletSudoEvent extends Enum { readonly isSudid: boolean; readonly asSudid: { @@ -6200,7 +6023,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Sudid" | "KeyChanged" | "KeyRemoved" | "SudoAsDone"; } - /** @name FrameSystemPhase (489) */ + /** @name FrameSystemPhase (476) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6209,33 +6032,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (491) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (478) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (493) */ + /** @name FrameSystemCodeUpgradeAuthorization (480) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (494) */ + /** @name FrameSystemLimitsBlockWeights (481) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (495) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (482) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (496) */ + /** @name FrameSystemLimitsWeightsPerClass (483) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6243,25 +6066,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (497) */ + /** @name FrameSystemLimitsBlockLength (484) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (498) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (485) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (499) */ + /** @name SpWeightsRuntimeDbWeight (486) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (500) */ + /** @name SpVersionRuntimeVersion (487) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6273,7 +6096,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (504) */ + /** @name FrameSystemError (491) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6296,7 +6119,7 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name SpConsensusBabeDigestsPreDigest (511) */ + /** @name SpConsensusBabeDigestsPreDigest (498) */ interface SpConsensusBabeDigestsPreDigest extends Enum { readonly isPrimary: boolean; readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest; @@ -6307,39 +6130,39 @@ declare module "@polkadot/types/lookup" { readonly type: "Primary" | "SecondaryPlain" | "SecondaryVRF"; } - /** @name SpConsensusBabeDigestsPrimaryPreDigest (512) */ + /** @name SpConsensusBabeDigestsPrimaryPreDigest (499) */ interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct { readonly authorityIndex: u32; readonly slot: u64; readonly vrfSignature: SpCoreSr25519VrfVrfSignature; } - /** @name SpCoreSr25519VrfVrfSignature (513) */ + /** @name SpCoreSr25519VrfVrfSignature (500) */ interface SpCoreSr25519VrfVrfSignature extends Struct { readonly preOutput: U8aFixed; readonly proof: U8aFixed; } - /** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (514) */ + /** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (501) */ interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct { readonly authorityIndex: u32; readonly slot: u64; } - /** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (515) */ + /** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (502) */ interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct { readonly authorityIndex: u32; readonly slot: u64; readonly vrfSignature: SpCoreSr25519VrfVrfSignature; } - /** @name SpConsensusBabeBabeEpochConfiguration (516) */ + /** @name SpConsensusBabeBabeEpochConfiguration (503) */ interface SpConsensusBabeBabeEpochConfiguration extends Struct { readonly c: ITuple<[u64, u64]>; readonly allowedSlots: SpConsensusBabeAllowedSlots; } - /** @name PalletBabeError (520) */ + /** @name PalletBabeError (507) */ interface PalletBabeError extends Enum { readonly isInvalidEquivocationProof: boolean; readonly isInvalidKeyOwnershipProof: boolean; @@ -6352,14 +6175,14 @@ declare module "@polkadot/types/lookup" { | "InvalidConfiguration"; } - /** @name PalletBalancesBalanceLock (522) */ + /** @name PalletBalancesBalanceLock (509) */ interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } - /** @name PalletBalancesReasons (523) */ + /** @name PalletBalancesReasons (510) */ interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; @@ -6367,13 +6190,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Fee" | "Misc" | "All"; } - /** @name PalletBalancesReserveData (526) */ + /** @name PalletBalancesReserveData (513) */ interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } - /** @name DancelightRuntimeRuntimeHoldReason (530) */ + /** @name DancelightRuntimeRuntimeHoldReason (517) */ interface DancelightRuntimeRuntimeHoldReason extends Enum { readonly isContainerRegistrar: boolean; readonly asContainerRegistrar: PalletRegistrarHoldReason; @@ -6384,31 +6207,31 @@ declare module "@polkadot/types/lookup" { readonly type: "ContainerRegistrar" | "DataPreservers" | "Preimage"; } - /** @name PalletRegistrarHoldReason (531) */ + /** @name PalletRegistrarHoldReason (518) */ interface PalletRegistrarHoldReason extends Enum { readonly isRegistrarDeposit: boolean; readonly type: "RegistrarDeposit"; } - /** @name PalletDataPreserversHoldReason (532) */ + /** @name PalletDataPreserversHoldReason (519) */ interface PalletDataPreserversHoldReason extends Enum { readonly isProfileDeposit: boolean; readonly type: "ProfileDeposit"; } - /** @name PalletPreimageHoldReason (533) */ + /** @name PalletPreimageHoldReason (520) */ interface PalletPreimageHoldReason extends Enum { readonly isPreimage: boolean; readonly type: "Preimage"; } - /** @name FrameSupportTokensMiscIdAmount (536) */ + /** @name FrameSupportTokensMiscIdAmount (523) */ interface FrameSupportTokensMiscIdAmount extends Struct { readonly id: Null; readonly amount: u128; } - /** @name PalletBalancesError (538) */ + /** @name PalletBalancesError (525) */ interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; @@ -6437,26 +6260,26 @@ declare module "@polkadot/types/lookup" { | "DeltaZero"; } - /** @name PalletTransactionPaymentReleases (539) */ + /** @name PalletTransactionPaymentReleases (526) */ interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } - /** @name SpStakingOffenceOffenceDetails (540) */ + /** @name SpStakingOffenceOffenceDetails (527) */ interface SpStakingOffenceOffenceDetails extends Struct { readonly offender: ITuple<[AccountId32, Null]>; readonly reporters: Vec; } - /** @name PalletRegistrarDepositInfo (552) */ + /** @name PalletRegistrarDepositInfo (539) */ interface PalletRegistrarDepositInfo extends Struct { readonly creator: AccountId32; readonly deposit: u128; } - /** @name PalletRegistrarError (553) */ + /** @name PalletRegistrarError (540) */ interface PalletRegistrarError extends Enum { readonly isParaIdAlreadyRegistered: boolean; readonly isParaIdNotRegistered: boolean; @@ -6495,7 +6318,7 @@ declare module "@polkadot/types/lookup" { | "WasmCodeNecessary"; } - /** @name PalletConfigurationHostConfiguration (554) */ + /** @name PalletConfigurationHostConfiguration (541) */ interface PalletConfigurationHostConfiguration extends Struct { readonly maxCollators: u32; readonly minOrchestratorCollators: u32; @@ -6508,13 +6331,13 @@ declare module "@polkadot/types/lookup" { readonly maxParachainCoresPercentage: Option; } - /** @name PalletConfigurationError (557) */ + /** @name PalletConfigurationError (544) */ interface PalletConfigurationError extends Enum { readonly isInvalidNewValue: boolean; readonly type: "InvalidNewValue"; } - /** @name PalletInvulnerablesError (559) */ + /** @name PalletInvulnerablesError (546) */ interface PalletInvulnerablesError extends Enum { readonly isTooManyInvulnerables: boolean; readonly isAlreadyInvulnerable: boolean; @@ -6529,26 +6352,26 @@ declare module "@polkadot/types/lookup" { | "UnableToDeriveCollatorId"; } - /** @name DpCollatorAssignmentAssignedCollatorsAccountId32 (560) */ + /** @name DpCollatorAssignmentAssignedCollatorsAccountId32 (547) */ interface DpCollatorAssignmentAssignedCollatorsAccountId32 extends Struct { readonly orchestratorChain: Vec; readonly containerChains: BTreeMap>; } - /** @name DpCollatorAssignmentAssignedCollatorsPublic (565) */ + /** @name DpCollatorAssignmentAssignedCollatorsPublic (552) */ interface DpCollatorAssignmentAssignedCollatorsPublic extends Struct { readonly orchestratorChain: Vec; readonly containerChains: BTreeMap>; } - /** @name TpTraitsContainerChainBlockInfo (573) */ + /** @name TpTraitsContainerChainBlockInfo (560) */ interface TpTraitsContainerChainBlockInfo extends Struct { readonly blockNumber: u32; readonly author: AccountId32; readonly latestSlotNumber: u64; } - /** @name PalletAuthorNotingError (574) */ + /** @name PalletAuthorNotingError (561) */ interface PalletAuthorNotingError extends Enum { readonly isFailedReading: boolean; readonly isFailedDecodingHeader: boolean; @@ -6567,7 +6390,7 @@ declare module "@polkadot/types/lookup" { | "NonAuraDigest"; } - /** @name PalletServicesPaymentError (575) */ + /** @name PalletServicesPaymentError (562) */ interface PalletServicesPaymentError extends Enum { readonly isInsufficientFundsToPurchaseCredits: boolean; readonly isInsufficientCredits: boolean; @@ -6575,7 +6398,7 @@ declare module "@polkadot/types/lookup" { readonly type: "InsufficientFundsToPurchaseCredits" | "InsufficientCredits" | "CreditPriceTooExpensive"; } - /** @name PalletDataPreserversRegisteredProfile (576) */ + /** @name PalletDataPreserversRegisteredProfile (563) */ interface PalletDataPreserversRegisteredProfile extends Struct { readonly account: AccountId32; readonly deposit: u128; @@ -6583,7 +6406,7 @@ declare module "@polkadot/types/lookup" { readonly assignment: Option>; } - /** @name PalletDataPreserversError (582) */ + /** @name PalletDataPreserversError (569) */ interface PalletDataPreserversError extends Enum { readonly isNoBootNodes: boolean; readonly isUnknownProfileId: boolean; @@ -6608,13 +6431,13 @@ declare module "@polkadot/types/lookup" { | "CantDeleteAssignedProfile"; } - /** @name TpTraitsActiveEraInfo (585) */ + /** @name TpTraitsActiveEraInfo (572) */ interface TpTraitsActiveEraInfo extends Struct { readonly index: u32; readonly start: Option; } - /** @name PalletExternalValidatorsError (587) */ + /** @name PalletExternalValidatorsError (574) */ interface PalletExternalValidatorsError extends Enum { readonly isTooManyWhitelisted: boolean; readonly isAlreadyWhitelisted: boolean; @@ -6629,7 +6452,7 @@ declare module "@polkadot/types/lookup" { | "UnableToDeriveValidatorId"; } - /** @name PalletExternalValidatorSlashesSlash (590) */ + /** @name PalletExternalValidatorSlashesSlash (577) */ interface PalletExternalValidatorSlashesSlash extends Struct { readonly validator: AccountId32; readonly reporters: Vec; @@ -6638,7 +6461,7 @@ declare module "@polkadot/types/lookup" { readonly confirmed: bool; } - /** @name PalletExternalValidatorSlashesError (591) */ + /** @name PalletExternalValidatorSlashesError (578) */ interface PalletExternalValidatorSlashesError extends Enum { readonly isEmptyTargets: boolean; readonly isInvalidSlashIndex: boolean; @@ -6647,8 +6470,6 @@ declare module "@polkadot/types/lookup" { readonly isProvidedNonSlashableEra: boolean; readonly isDeferPeriodIsOver: boolean; readonly isErrorComputingSlash: boolean; - readonly isEthereumValidateFail: boolean; - readonly isEthereumDeliverFail: boolean; readonly type: | "EmptyTargets" | "InvalidSlashIndex" @@ -6656,21 +6477,19 @@ declare module "@polkadot/types/lookup" { | "ProvidedFutureEra" | "ProvidedNonSlashableEra" | "DeferPeriodIsOver" - | "ErrorComputingSlash" - | "EthereumValidateFail" - | "EthereumDeliverFail"; + | "ErrorComputingSlash"; } - /** @name PalletExternalValidatorsRewardsEraRewardPoints (592) */ + /** @name PalletExternalValidatorsRewardsEraRewardPoints (579) */ interface PalletExternalValidatorsRewardsEraRewardPoints extends Struct { readonly total: u32; readonly individual: BTreeMap; } - /** @name SpCoreCryptoKeyTypeId (599) */ + /** @name SpCoreCryptoKeyTypeId (586) */ interface SpCoreCryptoKeyTypeId extends U8aFixed {} - /** @name PalletSessionError (600) */ + /** @name PalletSessionError (587) */ interface PalletSessionError extends Enum { readonly isInvalidProof: boolean; readonly isNoAssociatedValidatorId: boolean; @@ -6680,7 +6499,7 @@ declare module "@polkadot/types/lookup" { readonly type: "InvalidProof" | "NoAssociatedValidatorId" | "DuplicatedKey" | "NoKeys" | "NoAccount"; } - /** @name PalletGrandpaStoredState (601) */ + /** @name PalletGrandpaStoredState (588) */ interface PalletGrandpaStoredState extends Enum { readonly isLive: boolean; readonly isPendingPause: boolean; @@ -6697,7 +6516,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Live" | "PendingPause" | "Paused" | "PendingResume"; } - /** @name PalletGrandpaStoredPendingChange (602) */ + /** @name PalletGrandpaStoredPendingChange (589) */ interface PalletGrandpaStoredPendingChange extends Struct { readonly scheduledAt: u32; readonly delay: u32; @@ -6705,7 +6524,7 @@ declare module "@polkadot/types/lookup" { readonly forced: Option; } - /** @name PalletGrandpaError (604) */ + /** @name PalletGrandpaError (591) */ interface PalletGrandpaError extends Enum { readonly isPauseFailed: boolean; readonly isResumeFailed: boolean; @@ -6724,13 +6543,13 @@ declare module "@polkadot/types/lookup" { | "DuplicateOffenceReport"; } - /** @name PalletInflationRewardsChainsToRewardValue (607) */ + /** @name PalletInflationRewardsChainsToRewardValue (594) */ interface PalletInflationRewardsChainsToRewardValue extends Struct { readonly paraIds: Vec; readonly rewardsPerChain: u128; } - /** @name PalletTreasuryProposal (608) */ + /** @name PalletTreasuryProposal (595) */ interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId32; readonly value: u128; @@ -6738,7 +6557,7 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; } - /** @name PalletTreasurySpendStatus (610) */ + /** @name PalletTreasurySpendStatus (597) */ interface PalletTreasurySpendStatus extends Struct { readonly assetKind: Null; readonly amount: u128; @@ -6748,7 +6567,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletTreasuryPaymentState; } - /** @name PalletTreasuryPaymentState (611) */ + /** @name PalletTreasuryPaymentState (598) */ interface PalletTreasuryPaymentState extends Enum { readonly isPending: boolean; readonly isAttempted: boolean; @@ -6759,10 +6578,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name FrameSupportPalletId (613) */ + /** @name FrameSupportPalletId (600) */ interface FrameSupportPalletId extends U8aFixed {} - /** @name PalletTreasuryError (614) */ + /** @name PalletTreasuryError (601) */ interface PalletTreasuryError extends Enum { readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; @@ -6789,7 +6608,7 @@ declare module "@polkadot/types/lookup" { | "Inconclusive"; } - /** @name PalletConvictionVotingVoteVoting (616) */ + /** @name PalletConvictionVotingVoteVoting (603) */ interface PalletConvictionVotingVoteVoting extends Enum { readonly isCasting: boolean; readonly asCasting: PalletConvictionVotingVoteCasting; @@ -6798,23 +6617,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Casting" | "Delegating"; } - /** @name PalletConvictionVotingVoteCasting (617) */ + /** @name PalletConvictionVotingVoteCasting (604) */ interface PalletConvictionVotingVoteCasting extends Struct { readonly votes: Vec>; readonly delegations: PalletConvictionVotingDelegations; readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingDelegations (621) */ + /** @name PalletConvictionVotingDelegations (608) */ interface PalletConvictionVotingDelegations extends Struct { readonly votes: u128; readonly capital: u128; } - /** @name PalletConvictionVotingVotePriorLock (622) */ + /** @name PalletConvictionVotingVotePriorLock (609) */ interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletConvictionVotingVoteDelegating (623) */ + /** @name PalletConvictionVotingVoteDelegating (610) */ interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; readonly target: AccountId32; @@ -6823,7 +6642,7 @@ declare module "@polkadot/types/lookup" { readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingError (627) */ + /** @name PalletConvictionVotingError (614) */ interface PalletConvictionVotingError extends Enum { readonly isNotOngoing: boolean; readonly isNotVoter: boolean; @@ -6852,7 +6671,7 @@ declare module "@polkadot/types/lookup" { | "BadClass"; } - /** @name PalletReferendaReferendumInfoConvictionVotingTally (628) */ + /** @name PalletReferendaReferendumInfoConvictionVotingTally (615) */ interface PalletReferendaReferendumInfoConvictionVotingTally extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatusConvictionVotingTally; @@ -6869,7 +6688,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatusConvictionVotingTally (629) */ + /** @name PalletReferendaReferendumStatusConvictionVotingTally (616) */ interface PalletReferendaReferendumStatusConvictionVotingTally extends Struct { readonly track: u16; readonly origin: DancelightRuntimeOriginCaller; @@ -6884,19 +6703,19 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletReferendaDeposit (630) */ + /** @name PalletReferendaDeposit (617) */ interface PalletReferendaDeposit extends Struct { readonly who: AccountId32; readonly amount: u128; } - /** @name PalletReferendaDecidingStatus (633) */ + /** @name PalletReferendaDecidingStatus (620) */ interface PalletReferendaDecidingStatus extends Struct { readonly since: u32; readonly confirming: Option; } - /** @name PalletReferendaTrackInfo (641) */ + /** @name PalletReferendaTrackInfo (628) */ interface PalletReferendaTrackInfo extends Struct { readonly name: Text; readonly maxDeciding: u32; @@ -6909,7 +6728,7 @@ declare module "@polkadot/types/lookup" { readonly minSupport: PalletReferendaCurve; } - /** @name PalletReferendaCurve (642) */ + /** @name PalletReferendaCurve (629) */ interface PalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { @@ -6933,7 +6752,7 @@ declare module "@polkadot/types/lookup" { readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletReferendaError (645) */ + /** @name PalletReferendaError (632) */ interface PalletReferendaError extends Enum { readonly isNotOngoing: boolean; readonly isHasDeposit: boolean; @@ -6966,12 +6785,12 @@ declare module "@polkadot/types/lookup" { | "PreimageStoredWithDifferentLength"; } - /** @name PalletRankedCollectiveMemberRecord (646) */ + /** @name PalletRankedCollectiveMemberRecord (633) */ interface PalletRankedCollectiveMemberRecord extends Struct { readonly rank: u16; } - /** @name PalletRankedCollectiveError (650) */ + /** @name PalletRankedCollectiveError (637) */ interface PalletRankedCollectiveError extends Enum { readonly isAlreadyMember: boolean; readonly isNotMember: boolean; @@ -6998,7 +6817,7 @@ declare module "@polkadot/types/lookup" { | "TooManyMembers"; } - /** @name PalletReferendaReferendumInfoRankedCollectiveTally (651) */ + /** @name PalletReferendaReferendumInfoRankedCollectiveTally (638) */ interface PalletReferendaReferendumInfoRankedCollectiveTally extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatusRankedCollectiveTally; @@ -7015,7 +6834,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatusRankedCollectiveTally (652) */ + /** @name PalletReferendaReferendumStatusRankedCollectiveTally (639) */ interface PalletReferendaReferendumStatusRankedCollectiveTally extends Struct { readonly track: u16; readonly origin: DancelightRuntimeOriginCaller; @@ -7030,7 +6849,7 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletWhitelistError (655) */ + /** @name PalletWhitelistError (642) */ interface PalletWhitelistError extends Enum { readonly isUnavailablePreImage: boolean; readonly isUndecodableCall: boolean; @@ -7045,7 +6864,7 @@ declare module "@polkadot/types/lookup" { | "CallAlreadyWhitelisted"; } - /** @name PolkadotRuntimeParachainsConfigurationHostConfiguration (656) */ + /** @name PolkadotRuntimeParachainsConfigurationHostConfiguration (643) */ interface PolkadotRuntimeParachainsConfigurationHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -7056,7 +6875,7 @@ declare module "@polkadot/types/lookup" { readonly hrmpMaxMessageNumPerCandidate: u32; readonly validationUpgradeCooldown: u32; readonly validationUpgradeDelay: u32; - readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; + readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams; readonly maxPovSize: u32; readonly maxDownwardMessageSize: u32; readonly hrmpMaxParachainOutboundChannels: u32; @@ -7066,7 +6885,7 @@ declare module "@polkadot/types/lookup" { readonly hrmpChannelMaxTotalSize: u32; readonly hrmpMaxParachainInboundChannels: u32; readonly hrmpChannelMaxMessageSize: u32; - readonly executorParams: PolkadotPrimitivesV7ExecutorParams; + readonly executorParams: PolkadotPrimitivesV8ExecutorParams; readonly codeRetentionPeriod: u32; readonly maxValidators: Option; readonly disputePeriod: u32; @@ -7080,28 +6899,28 @@ declare module "@polkadot/types/lookup" { readonly minimumValidationUpgradeDelay: u32; readonly minimumBackingVotes: u32; readonly nodeFeatures: BitVec; - readonly approvalVotingParams: PolkadotPrimitivesV7ApprovalVotingParams; - readonly schedulerParams: PolkadotPrimitivesVstagingSchedulerParams; + readonly approvalVotingParams: PolkadotPrimitivesV8ApprovalVotingParams; + readonly schedulerParams: PolkadotPrimitivesV8SchedulerParams; } - /** @name PolkadotRuntimeParachainsConfigurationPalletError (659) */ + /** @name PolkadotRuntimeParachainsConfigurationPalletError (646) */ interface PolkadotRuntimeParachainsConfigurationPalletError extends Enum { readonly isInvalidNewValue: boolean; readonly type: "InvalidNewValue"; } - /** @name PolkadotRuntimeParachainsSharedAllowedRelayParentsTracker (662) */ + /** @name PolkadotRuntimeParachainsSharedAllowedRelayParentsTracker (649) */ interface PolkadotRuntimeParachainsSharedAllowedRelayParentsTracker extends Struct { readonly buffer: Vec>; readonly latestNumber: u32; } - /** @name PolkadotRuntimeParachainsInclusionCandidatePendingAvailability (666) */ + /** @name PolkadotRuntimeParachainsInclusionCandidatePendingAvailability (653) */ interface PolkadotRuntimeParachainsInclusionCandidatePendingAvailability extends Struct { readonly core: u32; readonly hash_: H256; - readonly descriptor: PolkadotPrimitivesV7CandidateDescriptor; - readonly commitments: PolkadotPrimitivesV7CandidateCommitments; + readonly descriptor: PolkadotPrimitivesV8CandidateDescriptor; + readonly commitments: PolkadotPrimitivesV8CandidateCommitments; readonly availabilityVotes: BitVec; readonly backers: BitVec; readonly relayParentNumber: u32; @@ -7109,7 +6928,7 @@ declare module "@polkadot/types/lookup" { readonly backingGroup: u32; } - /** @name PolkadotRuntimeParachainsInclusionPalletError (667) */ + /** @name PolkadotRuntimeParachainsInclusionPalletError (654) */ interface PolkadotRuntimeParachainsInclusionPalletError extends Enum { readonly isValidatorIndexOutOfBounds: boolean; readonly isUnscheduledCandidate: boolean; @@ -7121,7 +6940,6 @@ declare module "@polkadot/types/lookup" { readonly isInvalidGroupIndex: boolean; readonly isInsufficientBacking: boolean; readonly isInvalidBacking: boolean; - readonly isNotCollatorSigned: boolean; readonly isValidationDataHashMismatch: boolean; readonly isIncorrectDownwardMessageHandling: boolean; readonly isInvalidUpwardMessages: boolean; @@ -7140,7 +6958,6 @@ declare module "@polkadot/types/lookup" { | "InvalidGroupIndex" | "InsufficientBacking" | "InvalidBacking" - | "NotCollatorSigned" | "ValidationDataHashMismatch" | "IncorrectDownwardMessageHandling" | "InvalidUpwardMessages" @@ -7150,16 +6967,16 @@ declare module "@polkadot/types/lookup" { | "ParaHeadMismatch"; } - /** @name PolkadotPrimitivesV7ScrapedOnChainVotes (668) */ - interface PolkadotPrimitivesV7ScrapedOnChainVotes extends Struct { + /** @name PolkadotPrimitivesV8ScrapedOnChainVotes (655) */ + interface PolkadotPrimitivesV8ScrapedOnChainVotes extends Struct { readonly session: u32; readonly backingValidatorsPerCandidate: Vec< - ITuple<[PolkadotPrimitivesV7CandidateReceipt, Vec>]> + ITuple<[PolkadotPrimitivesV8CandidateReceipt, Vec>]> >; - readonly disputes: Vec; + readonly disputes: Vec; } - /** @name PolkadotRuntimeParachainsParasInherentPalletError (673) */ + /** @name PolkadotRuntimeParachainsParasInherentPalletError (660) */ interface PolkadotRuntimeParachainsParasInherentPalletError extends Enum { readonly isTooManyInclusionInherents: boolean; readonly isInvalidParentHeader: boolean; @@ -7174,7 +6991,7 @@ declare module "@polkadot/types/lookup" { | "UnscheduledCandidate"; } - /** @name PolkadotRuntimeParachainsSchedulerPalletCoreOccupied (676) */ + /** @name PolkadotRuntimeParachainsSchedulerPalletCoreOccupied (663) */ interface PolkadotRuntimeParachainsSchedulerPalletCoreOccupied extends Enum { readonly isFree: boolean; readonly isParas: boolean; @@ -7182,14 +6999,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Free" | "Paras"; } - /** @name PolkadotRuntimeParachainsSchedulerPalletParasEntry (677) */ + /** @name PolkadotRuntimeParachainsSchedulerPalletParasEntry (664) */ interface PolkadotRuntimeParachainsSchedulerPalletParasEntry extends Struct { readonly assignment: PolkadotRuntimeParachainsSchedulerCommonAssignment; readonly availabilityTimeouts: u32; readonly ttl: u32; } - /** @name PolkadotRuntimeParachainsSchedulerCommonAssignment (678) */ + /** @name PolkadotRuntimeParachainsSchedulerCommonAssignment (665) */ interface PolkadotRuntimeParachainsSchedulerCommonAssignment extends Enum { readonly isPool: boolean; readonly asPool: { @@ -7201,7 +7018,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pool" | "Bulk"; } - /** @name PolkadotRuntimeParachainsParasPvfCheckActiveVoteState (683) */ + /** @name PolkadotRuntimeParachainsParasPvfCheckActiveVoteState (670) */ interface PolkadotRuntimeParachainsParasPvfCheckActiveVoteState extends Struct { readonly votesAccept: BitVec; readonly votesReject: BitVec; @@ -7210,7 +7027,7 @@ declare module "@polkadot/types/lookup" { readonly causes: Vec; } - /** @name PolkadotRuntimeParachainsParasPvfCheckCause (685) */ + /** @name PolkadotRuntimeParachainsParasPvfCheckCause (672) */ interface PolkadotRuntimeParachainsParasPvfCheckCause extends Enum { readonly isOnboarding: boolean; readonly asOnboarding: u32; @@ -7223,14 +7040,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Onboarding" | "Upgrade"; } - /** @name PolkadotRuntimeParachainsParasUpgradeStrategy (686) */ + /** @name PolkadotRuntimeParachainsParasUpgradeStrategy (673) */ interface PolkadotRuntimeParachainsParasUpgradeStrategy extends Enum { readonly isSetGoAheadSignal: boolean; readonly isApplyAtExpectedBlock: boolean; readonly type: "SetGoAheadSignal" | "ApplyAtExpectedBlock"; } - /** @name PolkadotRuntimeParachainsParasParaLifecycle (688) */ + /** @name PolkadotRuntimeParachainsParasParaLifecycle (675) */ interface PolkadotRuntimeParachainsParasParaLifecycle extends Enum { readonly isOnboarding: boolean; readonly isParathread: boolean; @@ -7249,32 +7066,32 @@ declare module "@polkadot/types/lookup" { | "OffboardingParachain"; } - /** @name PolkadotRuntimeParachainsParasParaPastCodeMeta (690) */ + /** @name PolkadotRuntimeParachainsParasParaPastCodeMeta (677) */ interface PolkadotRuntimeParachainsParasParaPastCodeMeta extends Struct { readonly upgradeTimes: Vec; readonly lastPruned: Option; } - /** @name PolkadotRuntimeParachainsParasReplacementTimes (692) */ + /** @name PolkadotRuntimeParachainsParasReplacementTimes (679) */ interface PolkadotRuntimeParachainsParasReplacementTimes extends Struct { readonly expectedAt: u32; readonly activatedAt: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (694) */ - interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { + /** @name PolkadotPrimitivesV8UpgradeGoAhead (681) */ + interface PolkadotPrimitivesV8UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (695) */ - interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { + /** @name PolkadotPrimitivesV8UpgradeRestriction (682) */ + interface PolkadotPrimitivesV8UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name PolkadotRuntimeParachainsParasPalletError (696) */ + /** @name PolkadotRuntimeParachainsParasPalletError (683) */ interface PolkadotRuntimeParachainsParasPalletError extends Enum { readonly isNotRegistered: boolean; readonly isCannotOnboard: boolean; @@ -7305,20 +7122,20 @@ declare module "@polkadot/types/lookup" { | "InvalidCode"; } - /** @name PolkadotRuntimeParachainsInitializerBufferedSessionChange (698) */ + /** @name PolkadotRuntimeParachainsInitializerBufferedSessionChange (685) */ interface PolkadotRuntimeParachainsInitializerBufferedSessionChange extends Struct { - readonly validators: Vec; - readonly queued: Vec; + readonly validators: Vec; + readonly queued: Vec; readonly sessionIndex: u32; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (700) */ + /** @name PolkadotCorePrimitivesInboundDownwardMessage (687) */ interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } - /** @name PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest (701) */ + /** @name PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest (688) */ interface PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest extends Struct { readonly confirmed: bool; readonly age: u32; @@ -7328,7 +7145,7 @@ declare module "@polkadot/types/lookup" { readonly maxTotalSize: u32; } - /** @name PolkadotRuntimeParachainsHrmpHrmpChannel (703) */ + /** @name PolkadotRuntimeParachainsHrmpHrmpChannel (690) */ interface PolkadotRuntimeParachainsHrmpHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -7340,13 +7157,13 @@ declare module "@polkadot/types/lookup" { readonly recipientDeposit: u128; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (705) */ + /** @name PolkadotCorePrimitivesInboundHrmpMessage (692) */ interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } - /** @name PolkadotRuntimeParachainsHrmpPalletError (708) */ + /** @name PolkadotRuntimeParachainsHrmpPalletError (695) */ interface PolkadotRuntimeParachainsHrmpPalletError extends Enum { readonly isOpenHrmpChannelToSelf: boolean; readonly isOpenHrmpChannelInvalidRecipient: boolean; @@ -7391,15 +7208,15 @@ declare module "@polkadot/types/lookup" { | "ChannelCreationNotAuthorized"; } - /** @name PolkadotPrimitivesV7SessionInfo (710) */ - interface PolkadotPrimitivesV7SessionInfo extends Struct { + /** @name PolkadotPrimitivesV8SessionInfo (697) */ + interface PolkadotPrimitivesV8SessionInfo extends Struct { readonly activeValidatorIndices: Vec; readonly randomSeed: U8aFixed; readonly disputePeriod: u32; - readonly validators: PolkadotPrimitivesV7IndexedVecValidatorIndex; + readonly validators: PolkadotPrimitivesV8IndexedVecValidatorIndex; readonly discoveryKeys: Vec; - readonly assignmentKeys: Vec; - readonly validatorGroups: PolkadotPrimitivesV7IndexedVecGroupIndex; + readonly assignmentKeys: Vec; + readonly validatorGroups: PolkadotPrimitivesV8IndexedVecGroupIndex; readonly nCores: u32; readonly zerothDelayTrancheWidth: u32; readonly relayVrfModuloSamples: u32; @@ -7408,21 +7225,21 @@ declare module "@polkadot/types/lookup" { readonly neededApprovals: u32; } - /** @name PolkadotPrimitivesV7IndexedVecValidatorIndex (711) */ - interface PolkadotPrimitivesV7IndexedVecValidatorIndex extends Vec {} + /** @name PolkadotPrimitivesV8IndexedVecValidatorIndex (698) */ + interface PolkadotPrimitivesV8IndexedVecValidatorIndex extends Vec {} - /** @name PolkadotPrimitivesV7IndexedVecGroupIndex (712) */ - interface PolkadotPrimitivesV7IndexedVecGroupIndex extends Vec> {} + /** @name PolkadotPrimitivesV8IndexedVecGroupIndex (699) */ + interface PolkadotPrimitivesV8IndexedVecGroupIndex extends Vec> {} - /** @name PolkadotPrimitivesV7DisputeState (714) */ - interface PolkadotPrimitivesV7DisputeState extends Struct { + /** @name PolkadotPrimitivesV8DisputeState (701) */ + interface PolkadotPrimitivesV8DisputeState extends Struct { readonly validatorsFor: BitVec; readonly validatorsAgainst: BitVec; readonly start: u32; readonly concludedAt: Option; } - /** @name PolkadotRuntimeParachainsDisputesPalletError (716) */ + /** @name PolkadotRuntimeParachainsDisputesPalletError (703) */ interface PolkadotRuntimeParachainsDisputesPalletError extends Enum { readonly isDuplicateDisputeStatementSets: boolean; readonly isAncientDisputeStatement: boolean; @@ -7445,13 +7262,13 @@ declare module "@polkadot/types/lookup" { | "UnconfirmedDispute"; } - /** @name PolkadotPrimitivesV7SlashingPendingSlashes (717) */ - interface PolkadotPrimitivesV7SlashingPendingSlashes extends Struct { - readonly keys_: BTreeMap; - readonly kind: PolkadotPrimitivesV7SlashingSlashingOffenceKind; + /** @name PolkadotPrimitivesV8SlashingPendingSlashes (704) */ + interface PolkadotPrimitivesV8SlashingPendingSlashes extends Struct { + readonly keys_: BTreeMap; + readonly kind: PolkadotPrimitivesV8SlashingSlashingOffenceKind; } - /** @name PolkadotRuntimeParachainsDisputesSlashingPalletError (721) */ + /** @name PolkadotRuntimeParachainsDisputesSlashingPalletError (708) */ interface PolkadotRuntimeParachainsDisputesSlashingPalletError extends Enum { readonly isInvalidKeyOwnershipProof: boolean; readonly isInvalidSessionIndex: boolean; @@ -7468,7 +7285,7 @@ declare module "@polkadot/types/lookup" { | "DuplicateSlashingReport"; } - /** @name PalletMessageQueueBookState (722) */ + /** @name PalletMessageQueueBookState (709) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7478,13 +7295,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (724) */ + /** @name PalletMessageQueueNeighbours (711) */ interface PalletMessageQueueNeighbours extends Struct { - readonly prev: DancelightRuntimeAggregateMessageOrigin; - readonly next: DancelightRuntimeAggregateMessageOrigin; + readonly prev: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; + readonly next: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (726) */ + /** @name PalletMessageQueuePage (713) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7494,7 +7311,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (728) */ + /** @name PalletMessageQueueError (715) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7517,47 +7334,47 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PolkadotRuntimeParachainsAssignerOnDemandTypesCoreAffinityCount (729) */ - interface PolkadotRuntimeParachainsAssignerOnDemandTypesCoreAffinityCount extends Struct { + /** @name PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount (716) */ + interface PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount extends Struct { readonly coreIndex: u32; readonly count: u32; } - /** @name PolkadotRuntimeParachainsAssignerOnDemandTypesQueueStatusType (730) */ - interface PolkadotRuntimeParachainsAssignerOnDemandTypesQueueStatusType extends Struct { + /** @name PolkadotRuntimeParachainsOnDemandTypesQueueStatusType (717) */ + interface PolkadotRuntimeParachainsOnDemandTypesQueueStatusType extends Struct { readonly traffic: u128; readonly nextIndex: u32; readonly smallestIndex: u32; readonly freedIndices: BinaryHeapReverseQueueIndex; } - /** @name BinaryHeapReverseQueueIndex (732) */ + /** @name BinaryHeapReverseQueueIndex (719) */ interface BinaryHeapReverseQueueIndex extends Vec {} - /** @name BinaryHeapEnqueuedOrder (735) */ - interface BinaryHeapEnqueuedOrder extends Vec {} + /** @name BinaryHeapEnqueuedOrder (722) */ + interface BinaryHeapEnqueuedOrder extends Vec {} - /** @name PolkadotRuntimeParachainsAssignerOnDemandTypesEnqueuedOrder (736) */ - interface PolkadotRuntimeParachainsAssignerOnDemandTypesEnqueuedOrder extends Struct { + /** @name PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder (723) */ + interface PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder extends Struct { readonly paraId: u32; readonly idx: u32; } - /** @name PolkadotRuntimeParachainsAssignerOnDemandPalletError (740) */ - interface PolkadotRuntimeParachainsAssignerOnDemandPalletError extends Enum { + /** @name PolkadotRuntimeParachainsOnDemandPalletError (727) */ + interface PolkadotRuntimeParachainsOnDemandPalletError extends Enum { readonly isQueueFull: boolean; readonly isSpotPriceHigherThanMaxAmount: boolean; readonly type: "QueueFull" | "SpotPriceHigherThanMaxAmount"; } - /** @name PolkadotRuntimeCommonParasRegistrarParaInfo (741) */ + /** @name PolkadotRuntimeCommonParasRegistrarParaInfo (728) */ interface PolkadotRuntimeCommonParasRegistrarParaInfo extends Struct { readonly manager: AccountId32; readonly deposit: u128; readonly locked: Option; } - /** @name PolkadotRuntimeCommonParasRegistrarPalletError (743) */ + /** @name PolkadotRuntimeCommonParasRegistrarPalletError (730) */ interface PolkadotRuntimeCommonParasRegistrarPalletError extends Enum { readonly isNotRegistered: boolean; readonly isAlreadyRegistered: boolean; @@ -7590,33 +7407,33 @@ declare module "@polkadot/types/lookup" { | "CannotSwap"; } - /** @name PalletUtilityError (744) */ + /** @name PalletUtilityError (731) */ interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } - /** @name PalletIdentityRegistration (746) */ + /** @name PalletIdentityRegistration (733) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (755) */ + /** @name PalletIdentityRegistrarInfo (742) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId32; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (757) */ + /** @name PalletIdentityAuthorityProperties (744) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (759) */ + /** @name PalletIdentityError (746) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -7673,7 +7490,7 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletSchedulerScheduled (762) */ + /** @name PalletSchedulerScheduled (749) */ interface PalletSchedulerScheduled extends Struct { readonly maybeId: Option; readonly priority: u8; @@ -7682,14 +7499,14 @@ declare module "@polkadot/types/lookup" { readonly origin: DancelightRuntimeOriginCaller; } - /** @name PalletSchedulerRetryConfig (764) */ + /** @name PalletSchedulerRetryConfig (751) */ interface PalletSchedulerRetryConfig extends Struct { readonly totalRetries: u8; readonly remaining: u8; readonly period: u32; } - /** @name PalletSchedulerError (765) */ + /** @name PalletSchedulerError (752) */ interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; @@ -7699,21 +7516,21 @@ declare module "@polkadot/types/lookup" { readonly type: "FailedToSchedule" | "NotFound" | "TargetBlockNumberInPast" | "RescheduleNoChange" | "Named"; } - /** @name PalletProxyProxyDefinition (768) */ + /** @name PalletProxyProxyDefinition (755) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId32; readonly proxyType: DancelightRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (772) */ + /** @name PalletProxyAnnouncement (759) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId32; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (774) */ + /** @name PalletProxyError (761) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -7734,7 +7551,7 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMultisigMultisig (776) */ + /** @name PalletMultisigMultisig (763) */ interface PalletMultisigMultisig extends Struct { readonly when: PalletMultisigTimepoint; readonly deposit: u128; @@ -7742,7 +7559,7 @@ declare module "@polkadot/types/lookup" { readonly approvals: Vec; } - /** @name PalletMultisigError (778) */ + /** @name PalletMultisigError (765) */ interface PalletMultisigError extends Enum { readonly isMinimumThreshold: boolean; readonly isAlreadyApproved: boolean; @@ -7775,7 +7592,7 @@ declare module "@polkadot/types/lookup" { | "AlreadyStored"; } - /** @name PalletPreimageOldRequestStatus (779) */ + /** @name PalletPreimageOldRequestStatus (766) */ interface PalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7791,7 +7608,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageRequestStatus (782) */ + /** @name PalletPreimageRequestStatus (769) */ interface PalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7807,7 +7624,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageError (787) */ + /** @name PalletPreimageError (774) */ interface PalletPreimageError extends Enum { readonly isTooBig: boolean; readonly isAlreadyNoted: boolean; @@ -7817,7 +7634,6 @@ declare module "@polkadot/types/lookup" { readonly isNotRequested: boolean; readonly isTooMany: boolean; readonly isTooFew: boolean; - readonly isNoCost: boolean; readonly type: | "TooBig" | "AlreadyNoted" @@ -7826,11 +7642,10 @@ declare module "@polkadot/types/lookup" { | "Requested" | "NotRequested" | "TooMany" - | "TooFew" - | "NoCost"; + | "TooFew"; } - /** @name PalletAssetRateError (788) */ + /** @name PalletAssetRateError (775) */ interface PalletAssetRateError extends Enum { readonly isUnknownAssetKind: boolean; readonly isAlreadyExists: boolean; @@ -7838,7 +7653,7 @@ declare module "@polkadot/types/lookup" { readonly type: "UnknownAssetKind" | "AlreadyExists" | "Overflow"; } - /** @name PalletXcmQueryStatus (789) */ + /** @name PalletXcmQueryStatus (776) */ interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { @@ -7860,7 +7675,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name XcmVersionedResponse (793) */ + /** @name XcmVersionedResponse (780) */ interface XcmVersionedResponse extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Response; @@ -7871,7 +7686,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmVersionMigrationStage (799) */ + /** @name PalletXcmVersionMigrationStage (786) */ interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; @@ -7885,7 +7700,7 @@ declare module "@polkadot/types/lookup" { | "MigrateAndNotifyOldTargets"; } - /** @name PalletXcmRemoteLockedFungibleRecord (801) */ + /** @name PalletXcmRemoteLockedFungibleRecord (788) */ interface PalletXcmRemoteLockedFungibleRecord extends Struct { readonly amount: u128; readonly owner: XcmVersionedLocation; @@ -7893,7 +7708,7 @@ declare module "@polkadot/types/lookup" { readonly consumers: Vec>; } - /** @name PalletXcmError (808) */ + /** @name PalletXcmError (795) */ interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; @@ -7946,69 +7761,7 @@ declare module "@polkadot/types/lookup" { | "LocalExecutionIncomplete"; } - /** @name SnowbridgePalletOutboundQueueCommittedMessage (810) */ - interface SnowbridgePalletOutboundQueueCommittedMessage extends Struct { - readonly channelId: SnowbridgeCoreChannelId; - readonly nonce: Compact; - readonly command: u8; - readonly params: Bytes; - readonly maxDispatchGas: Compact; - readonly maxFeePerGas: Compact; - readonly reward: Compact; - readonly id: H256; - } - - /** @name SnowbridgePalletOutboundQueueError (811) */ - interface SnowbridgePalletOutboundQueueError extends Enum { - readonly isMessageTooLarge: boolean; - readonly isHalted: boolean; - readonly isInvalidChannel: boolean; - readonly type: "MessageTooLarge" | "Halted" | "InvalidChannel"; - } - - /** @name SnowbridgeCoreChannel (812) */ - interface SnowbridgeCoreChannel extends Struct { - readonly agentId: H256; - readonly paraId: u32; - } - - /** @name SnowbridgePalletSystemError (813) */ - interface SnowbridgePalletSystemError extends Enum { - readonly isLocationConversionFailed: boolean; - readonly isAgentAlreadyCreated: boolean; - readonly isNoAgent: boolean; - readonly isChannelAlreadyCreated: boolean; - readonly isNoChannel: boolean; - readonly isUnsupportedLocationVersion: boolean; - readonly isInvalidLocation: boolean; - readonly isSend: boolean; - readonly asSend: SnowbridgeCoreOutboundSendError; - readonly isInvalidTokenTransferFees: boolean; - readonly isInvalidPricingParameters: boolean; - readonly isInvalidUpgradeParameters: boolean; - readonly type: - | "LocationConversionFailed" - | "AgentAlreadyCreated" - | "NoAgent" - | "ChannelAlreadyCreated" - | "NoChannel" - | "UnsupportedLocationVersion" - | "InvalidLocation" - | "Send" - | "InvalidTokenTransferFees" - | "InvalidPricingParameters" - | "InvalidUpgradeParameters"; - } - - /** @name SnowbridgeCoreOutboundSendError (814) */ - interface SnowbridgeCoreOutboundSendError extends Enum { - readonly isMessageTooLarge: boolean; - readonly isHalted: boolean; - readonly isInvalidChannel: boolean; - readonly type: "MessageTooLarge" | "Halted" | "InvalidChannel"; - } - - /** @name PalletMigrationsError (815) */ + /** @name PalletMigrationsError (796) */ interface PalletMigrationsError extends Enum { readonly isPreimageMissing: boolean; readonly isWrongUpperBound: boolean; @@ -8017,7 +7770,7 @@ declare module "@polkadot/types/lookup" { readonly type: "PreimageMissing" | "WrongUpperBound" | "PreimageIsTooBig" | "PreimageAlreadyExists"; } - /** @name PalletBeefyError (819) */ + /** @name PalletBeefyError (800) */ interface PalletBeefyError extends Enum { readonly isInvalidKeyOwnershipProof: boolean; readonly isInvalidDoubleVotingProof: boolean; @@ -8036,50 +7789,50 @@ declare module "@polkadot/types/lookup" { | "InvalidConfiguration"; } - /** @name SpConsensusBeefyMmrBeefyAuthoritySet (820) */ + /** @name SpConsensusBeefyMmrBeefyAuthoritySet (801) */ interface SpConsensusBeefyMmrBeefyAuthoritySet extends Struct { readonly id: u64; readonly len: u32; readonly keysetCommitment: H256; } - /** @name SnowbridgeBeaconPrimitivesCompactBeaconState (821) */ + /** @name SnowbridgeBeaconPrimitivesCompactBeaconState (802) */ interface SnowbridgeBeaconPrimitivesCompactBeaconState extends Struct { readonly slot: Compact; readonly blockRootsRoot: H256; } - /** @name SnowbridgeBeaconPrimitivesSyncCommitteePrepared (822) */ + /** @name SnowbridgeBeaconPrimitivesSyncCommitteePrepared (803) */ interface SnowbridgeBeaconPrimitivesSyncCommitteePrepared extends Struct { readonly root: H256; readonly pubkeys: Vec; readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey; } - /** @name SnowbridgeMilagroBlsKeysPublicKey (824) */ + /** @name SnowbridgeMilagroBlsKeysPublicKey (805) */ interface SnowbridgeMilagroBlsKeysPublicKey extends Struct { readonly point: SnowbridgeAmclBls381Ecp; } - /** @name SnowbridgeAmclBls381Ecp (825) */ + /** @name SnowbridgeAmclBls381Ecp (806) */ interface SnowbridgeAmclBls381Ecp extends Struct { readonly x: SnowbridgeAmclBls381Fp; readonly y: SnowbridgeAmclBls381Fp; readonly z: SnowbridgeAmclBls381Fp; } - /** @name SnowbridgeAmclBls381Fp (826) */ + /** @name SnowbridgeAmclBls381Fp (807) */ interface SnowbridgeAmclBls381Fp extends Struct { readonly x: SnowbridgeAmclBls381Big; readonly xes: i32; } - /** @name SnowbridgeAmclBls381Big (827) */ + /** @name SnowbridgeAmclBls381Big (808) */ interface SnowbridgeAmclBls381Big extends Struct { readonly w: Vec; } - /** @name SnowbridgeBeaconPrimitivesForkVersions (830) */ + /** @name SnowbridgeBeaconPrimitivesForkVersions (811) */ interface SnowbridgeBeaconPrimitivesForkVersions extends Struct { readonly genesis: SnowbridgeBeaconPrimitivesFork; readonly altair: SnowbridgeBeaconPrimitivesFork; @@ -8088,13 +7841,13 @@ declare module "@polkadot/types/lookup" { readonly deneb: SnowbridgeBeaconPrimitivesFork; } - /** @name SnowbridgeBeaconPrimitivesFork (831) */ + /** @name SnowbridgeBeaconPrimitivesFork (812) */ interface SnowbridgeBeaconPrimitivesFork extends Struct { readonly version: U8aFixed; readonly epoch: u64; } - /** @name SnowbridgePalletEthereumClientError (832) */ + /** @name SnowbridgePalletEthereumClientError (813) */ interface SnowbridgePalletEthereumClientError extends Enum { readonly isSkippedSyncCommitteePeriod: boolean; readonly isSyncCommitteeUpdateRequired: boolean; @@ -8150,7 +7903,7 @@ declare module "@polkadot/types/lookup" { | "Halted"; } - /** @name SnowbridgeBeaconPrimitivesBlsBlsError (833) */ + /** @name SnowbridgeBeaconPrimitivesBlsBlsError (814) */ interface SnowbridgeBeaconPrimitivesBlsBlsError extends Enum { readonly isInvalidSignature: boolean; readonly isInvalidPublicKey: boolean; @@ -8163,7 +7916,7 @@ declare module "@polkadot/types/lookup" { | "SignatureVerificationFailed"; } - /** @name PolkadotRuntimeCommonParasSudoWrapperPalletError (834) */ + /** @name PolkadotRuntimeCommonParasSudoWrapperPalletError (815) */ interface PolkadotRuntimeCommonParasSudoWrapperPalletError extends Enum { readonly isParaDoesntExist: boolean; readonly isParaAlreadyExists: boolean; @@ -8186,45 +7939,45 @@ declare module "@polkadot/types/lookup" { | "TooManyCores"; } - /** @name PalletSudoError (835) */ + /** @name PalletSudoError (816) */ interface PalletSudoError extends Enum { readonly isRequireSudo: boolean; readonly type: "RequireSudo"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (838) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (819) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (839) */ + /** @name FrameSystemExtensionsCheckSpecVersion (820) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (840) */ + /** @name FrameSystemExtensionsCheckTxVersion (821) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (841) */ + /** @name FrameSystemExtensionsCheckGenesis (822) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (844) */ + /** @name FrameSystemExtensionsCheckNonce (825) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (845) */ + /** @name FrameSystemExtensionsCheckWeight (826) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (846) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (827) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (847) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (828) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (848) */ + /** @name FrameMetadataHashExtensionMode (829) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name DancelightRuntimeRuntime (849) */ + /** @name DancelightRuntimeRuntime (830) */ type DancelightRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/flashbox/interfaces/augment-api-query.ts b/typescript-api/src/flashbox/interfaces/augment-api-query.ts index 147f8285e..4eaf3d0eb 100644 --- a/typescript-api/src/flashbox/interfaces/augment-api-query.ts +++ b/typescript-api/src/flashbox/interfaces/augment-api-query.ts @@ -57,10 +57,10 @@ import type { PalletTreasuryProposal, PalletTreasurySpendStatus, PolkadotCorePrimitivesOutboundHrmpMessage, - PolkadotPrimitivesV7AbridgedHostConfiguration, - PolkadotPrimitivesV7PersistedValidationData, - PolkadotPrimitivesV7UpgradeGoAhead, - PolkadotPrimitivesV7UpgradeRestriction, + PolkadotPrimitivesV8AbridgedHostConfiguration, + PolkadotPrimitivesV8PersistedValidationData, + PolkadotPrimitivesV8UpgradeGoAhead, + PolkadotPrimitivesV8UpgradeRestriction, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpTrieStorageProof, @@ -466,7 +466,7 @@ declare module "@polkadot/api-base/types/storage" { */ hostConfiguration: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -590,7 +590,7 @@ declare module "@polkadot/api-base/types/storage" { * This storage item is a mirror of the corresponding value for the current parachain from the relay-chain. This * value is ephemeral which means it doesn't hit the storage. This value is set after the inherent. */ - upgradeGoAhead: AugmentedQuery Observable>, []> & + upgradeGoAhead: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * An option which indicates if the relay-chain restricts signalling a validation code upgrade. In other words, if @@ -601,7 +601,7 @@ declare module "@polkadot/api-base/types/storage" { */ upgradeRestrictionSignal: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; @@ -621,7 +621,7 @@ declare module "@polkadot/api-base/types/storage" { */ validationData: AugmentedQuery< ApiType, - () => Observable>, + () => Observable>, [] > & QueryableStorageEntry; diff --git a/typescript-api/src/flashbox/interfaces/augment-api-tx.ts b/typescript-api/src/flashbox/interfaces/augment-api-tx.ts index 17d534bdc..bd432e77f 100644 --- a/typescript-api/src/flashbox/interfaces/augment-api-tx.ts +++ b/typescript-api/src/flashbox/interfaces/augment-api-tx.ts @@ -693,7 +693,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `max_fee`: The maximum fee that may be paid. This should just be auto-populated as: * * ```nocompile - * Self::registrars().get(reg_index).unwrap().fee; + * Registrars::::get().get(reg_index).unwrap().fee * ``` * * Emits `JudgementRequested` if successful. @@ -1075,36 +1075,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; parachainSystem: { - /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. - * - * The `check_version` parameter sets a boolean flag for whether or not the runtime's spec version and name should - * be verified on upgrade. Since the authorization only has a hash, it cannot actually perform the verification. - * - * This call requires Root origin. - */ - authorizeUpgrade: AugmentedSubmittable< - ( - codeHash: H256 | string | Uint8Array, - checkVersion: bool | boolean | Uint8Array - ) => SubmittableExtrinsic, - [H256, bool] - >; - /** - * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. - * - * If the authorization required a version check, this call will ensure the spec name remains unchanged and that - * the spec version has increased. - * - * Note that this function will not apply the new `code`, but only attempt to schedule the upgrade with the Relay - * Chain. - * - * All origins are allowed. - */ - enactAuthorizedUpgrade: AugmentedSubmittable< - (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; /** * Set the current validation data. * diff --git a/typescript-api/src/flashbox/interfaces/lookup.ts b/typescript-api/src/flashbox/interfaces/lookup.ts index 229c9d593..0e77e6548 100644 --- a/typescript-api/src/flashbox/interfaces/lookup.ts +++ b/typescript-api/src/flashbox/interfaces/lookup.ts @@ -894,7 +894,7 @@ export default { CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", - consumedGoAheadSignal: "Option", + consumedGoAheadSignal: "Option", }, /** Lookup100: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { @@ -907,25 +907,25 @@ export default { msgCount: "u32", totalBytes: "u32", }, - /** Lookup107: polkadot_primitives::v7::UpgradeGoAhead */ - PolkadotPrimitivesV7UpgradeGoAhead: { + /** Lookup107: polkadot_primitives::v8::UpgradeGoAhead */ + PolkadotPrimitivesV8UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, /** Lookup108: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", - consumedGoAheadSignal: "Option", + consumedGoAheadSignal: "Option", }, - /** Lookup110: polkadot_primitives::v7::PersistedValidationData */ - PolkadotPrimitivesV7PersistedValidationData: { + /** Lookup110: polkadot_primitives::v8::PersistedValidationData */ + PolkadotPrimitivesV8PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup113: polkadot_primitives::v7::UpgradeRestriction */ - PolkadotPrimitivesV7UpgradeRestriction: { + /** Lookup113: polkadot_primitives::v8::UpgradeRestriction */ + PolkadotPrimitivesV8UpgradeRestriction: { _enum: ["Present"], }, /** Lookup114: sp_trie::storage_proof::StorageProof */ @@ -937,16 +937,16 @@ export default { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: "CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity", - ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", - egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", + ingressChannels: "Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>", + egressChannels: "Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>", }, /** Lookup117: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup120: polkadot_primitives::v7::AbridgedHrmpChannel */ - PolkadotPrimitivesV7AbridgedHrmpChannel: { + /** Lookup120: polkadot_primitives::v8::AbridgedHrmpChannel */ + PolkadotPrimitivesV8AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", maxMessageSize: "u32", @@ -954,8 +954,8 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup121: polkadot_primitives::v7::AbridgedHostConfiguration */ - PolkadotPrimitivesV7AbridgedHostConfiguration: { + /** Lookup121: polkadot_primitives::v8::AbridgedHostConfiguration */ + PolkadotPrimitivesV8AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", maxUpwardQueueCount: "u32", @@ -965,10 +965,10 @@ export default { hrmpMaxMessageNumPerCandidate: "u32", validationUpgradeCooldown: "u32", validationUpgradeDelay: "u32", - asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", + asyncBackingParams: "PolkadotPrimitivesV8AsyncBackingAsyncBackingParams", }, - /** Lookup122: polkadot_primitives::v7::async_backing::AsyncBackingParams */ - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { + /** Lookup122: polkadot_primitives::v8::async_backing::AsyncBackingParams */ + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, @@ -986,18 +986,11 @@ export default { sudo_send_upward_message: { message: "Bytes", }, - authorize_upgrade: { - codeHash: "H256", - checkVersion: "bool", - }, - enact_authorized_upgrade: { - code: "Bytes", - }, }, }, /** Lookup131: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { - validationData: "PolkadotPrimitivesV7PersistedValidationData", + validationData: "PolkadotPrimitivesV8PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", diff --git a/typescript-api/src/flashbox/interfaces/registry.ts b/typescript-api/src/flashbox/interfaces/registry.ts index a296a1cd0..0ece31420 100644 --- a/typescript-api/src/flashbox/interfaces/registry.ts +++ b/typescript-api/src/flashbox/interfaces/registry.ts @@ -164,12 +164,12 @@ import type { PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, - PolkadotPrimitivesV7AbridgedHostConfiguration, - PolkadotPrimitivesV7AbridgedHrmpChannel, - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams, - PolkadotPrimitivesV7PersistedValidationData, - PolkadotPrimitivesV7UpgradeGoAhead, - PolkadotPrimitivesV7UpgradeRestriction, + PolkadotPrimitivesV8AbridgedHostConfiguration, + PolkadotPrimitivesV8AbridgedHrmpChannel, + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams, + PolkadotPrimitivesV8PersistedValidationData, + PolkadotPrimitivesV8UpgradeGoAhead, + PolkadotPrimitivesV8UpgradeRestriction, SpArithmeticArithmeticError, SpCoreCryptoKeyTypeId, SpCoreVoid, @@ -351,12 +351,12 @@ declare module "@polkadot/types/types/registry" { PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage; PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage; PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage; - PolkadotPrimitivesV7AbridgedHostConfiguration: PolkadotPrimitivesV7AbridgedHostConfiguration; - PolkadotPrimitivesV7AbridgedHrmpChannel: PolkadotPrimitivesV7AbridgedHrmpChannel; - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; - PolkadotPrimitivesV7PersistedValidationData: PolkadotPrimitivesV7PersistedValidationData; - PolkadotPrimitivesV7UpgradeGoAhead: PolkadotPrimitivesV7UpgradeGoAhead; - PolkadotPrimitivesV7UpgradeRestriction: PolkadotPrimitivesV7UpgradeRestriction; + PolkadotPrimitivesV8AbridgedHostConfiguration: PolkadotPrimitivesV8AbridgedHostConfiguration; + PolkadotPrimitivesV8AbridgedHrmpChannel: PolkadotPrimitivesV8AbridgedHrmpChannel; + PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams; + PolkadotPrimitivesV8PersistedValidationData: PolkadotPrimitivesV8PersistedValidationData; + PolkadotPrimitivesV8UpgradeGoAhead: PolkadotPrimitivesV8UpgradeGoAhead; + PolkadotPrimitivesV8UpgradeRestriction: PolkadotPrimitivesV8UpgradeRestriction; SpArithmeticArithmeticError: SpArithmeticArithmeticError; SpCoreCryptoKeyTypeId: SpCoreCryptoKeyTypeId; SpCoreVoid: SpCoreVoid; diff --git a/typescript-api/src/flashbox/interfaces/types-lookup.ts b/typescript-api/src/flashbox/interfaces/types-lookup.ts index 322abaf5c..b8ee8a465 100644 --- a/typescript-api/src/flashbox/interfaces/types-lookup.ts +++ b/typescript-api/src/flashbox/interfaces/types-lookup.ts @@ -1257,7 +1257,7 @@ declare module "@polkadot/types/lookup" { interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; - readonly consumedGoAheadSignal: Option; + readonly consumedGoAheadSignal: Option; } /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (100) */ @@ -1273,8 +1273,8 @@ declare module "@polkadot/types/lookup" { readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (107) */ - interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { + /** @name PolkadotPrimitivesV8UpgradeGoAhead (107) */ + interface PolkadotPrimitivesV8UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; @@ -1284,19 +1284,19 @@ declare module "@polkadot/types/lookup" { interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; - readonly consumedGoAheadSignal: Option; + readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7PersistedValidationData (110) */ - interface PolkadotPrimitivesV7PersistedValidationData extends Struct { + /** @name PolkadotPrimitivesV8PersistedValidationData (110) */ + interface PolkadotPrimitivesV8PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; readonly relayParentStorageRoot: H256; readonly maxPovSize: u32; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (113) */ - interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { + /** @name PolkadotPrimitivesV8UpgradeRestriction (113) */ + interface PolkadotPrimitivesV8UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } @@ -1310,8 +1310,8 @@ declare module "@polkadot/types/lookup" { interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; - readonly ingressChannels: Vec>; - readonly egressChannels: Vec>; + readonly ingressChannels: Vec>; + readonly egressChannels: Vec>; } /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (117) */ @@ -1320,8 +1320,8 @@ declare module "@polkadot/types/lookup" { readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (120) */ - interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { + /** @name PolkadotPrimitivesV8AbridgedHrmpChannel (120) */ + interface PolkadotPrimitivesV8AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; readonly maxMessageSize: u32; @@ -1330,8 +1330,8 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (121) */ - interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { + /** @name PolkadotPrimitivesV8AbridgedHostConfiguration (121) */ + interface PolkadotPrimitivesV8AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; readonly maxUpwardQueueCount: u32; @@ -1341,11 +1341,11 @@ declare module "@polkadot/types/lookup" { readonly hrmpMaxMessageNumPerCandidate: u32; readonly validationUpgradeCooldown: u32; readonly validationUpgradeDelay: u32; - readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; + readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (122) */ - interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { + /** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (122) */ + interface PolkadotPrimitivesV8AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } @@ -1366,21 +1366,12 @@ declare module "@polkadot/types/lookup" { readonly asSudoSendUpwardMessage: { readonly message: Bytes; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; - readonly checkVersion: bool; - } & Struct; - readonly isEnactAuthorizedUpgrade: boolean; - readonly asEnactAuthorizedUpgrade: { - readonly code: Bytes; - } & Struct; - readonly type: "SetValidationData" | "SudoSendUpwardMessage" | "AuthorizeUpgrade" | "EnactAuthorizedUpgrade"; + readonly type: "SetValidationData" | "SudoSendUpwardMessage"; } /** @name CumulusPrimitivesParachainInherentParachainInherentData (131) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { - readonly validationData: PolkadotPrimitivesV7PersistedValidationData; + readonly validationData: PolkadotPrimitivesV8PersistedValidationData; readonly relayChainState: SpTrieStorageProof; readonly downwardMessages: Vec; readonly horizontalMessages: BTreeMap>;