difftreelog
Merge pull request #756 from UniqueNetwork/feature/upgrade-polkadot-v0.9.33
in: master
Feature/upgrade polkadot v0.9.33
64 files changed
.docker/additional/xcm-rococo/.envdiffbeforeafterboth--- a/.docker/additional/xcm-rococo/.env
+++ b/.docker/additional/xcm-rococo/.env
@@ -1,16 +1,16 @@
-RUST_TOOLCHAIN=nightly-2022-07-24
+RUST_TOOLCHAIN=nightly-2022-10-09
UNIQUE_BRANCH="develop"
-POLKADOT_BUILD_BRANCH=release-v0.9.30
+POLKADOT_BUILD_BRANCH=release-v0.9.34
-KARURA_BUILD_BRANCH=2.9.1
-ACALA_BUILD_BRANCH=2.9.2
+KARURA_BUILD_BRANCH=release-karura-2.9.5
+ACALA_BUILD_BRANCH=2.9.6
-MOONRIVER_BUILD_BRANCH=runtime-1701
-MOONBEAM_BUILD_BRANCH=runtime-1701
+MOONRIVER_BUILD_BRANCH=v0.26.1
+MOONBEAM_BUILD_BRANCH=v0.26.1
-STATEMINE_BUILD_BRANCH=parachains-v9270
-STATEMINT_BUILD_BRANCH=release-parachains-v9230
-WESTMINT_BUILD_BRANCH=parachains-v9270
+STATEMINE_BUILD_BRANCH=parachains-v9271
+STATEMINT_BUILD_BRANCH=parachains-v9271
+WESTMINT_BUILD_BRANCH=parachains-v9290
POLKADOT_LAUNCH_BRANCH="unique-network"
.envdiffbeforeafterboth--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
-RUST_TOOLCHAIN=nightly-2022-07-24
-POLKADOT_BUILD_BRANCH=release-v0.9.30
+RUST_TOOLCHAIN=nightly-2022-10-09
+POLKADOT_BUILD_BRANCH=release-v0.9.34
POLKADOT_MAINNET_BRANCH=release-v0.9.29
STATEMINT_BUILD_BRANCH=release-parachains-v9271
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -42,8 +42,8 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
- "cfg-if 1.0.0",
- "cipher 0.3.0",
+ "cfg-if",
+ "cipher",
"cpufeatures",
"opaque-debug 0.3.0",
]
@@ -56,7 +56,7 @@
dependencies = [
"aead",
"aes",
- "cipher 0.3.0",
+ "cipher",
"ctr",
"ghash",
"subtle",
@@ -192,11 +192,11 @@
[[package]]
name = "async-channel"
-version = "1.7.1"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
+checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
- "concurrent-queue 1.2.4",
+ "concurrent-queue",
"event-listener",
"futures-core",
]
@@ -209,7 +209,7 @@
dependencies = [
"async-lock",
"async-task",
- "concurrent-queue 2.0.0",
+ "concurrent-queue",
"fastrand",
"futures-lite",
"slab",
@@ -232,13 +232,13 @@
[[package]]
name = "async-io"
-version = "1.10.0"
+version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8121296a9f05be7f34aa4196b1747243b3b62e048bb7906f644f3fbfc490cf7"
+checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
dependencies = [
"async-lock",
"autocfg",
- "concurrent-queue 1.2.4",
+ "concurrent-queue",
"futures-lite",
"libc",
"log",
@@ -247,7 +247,7 @@
"slab",
"socket2",
"waker-fn",
- "winapi",
+ "windows-sys 0.42.0",
]
[[package]]
@@ -262,20 +262,20 @@
[[package]]
name = "async-process"
-version = "1.5.0"
+version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"
+checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"
dependencies = [
"async-io",
+ "async-lock",
"autocfg",
"blocking",
- "cfg-if 1.0.0",
+ "cfg-if",
"event-listener",
"futures-lite",
"libc",
- "once_cell",
"signal-hook",
- "winapi",
+ "windows-sys 0.42.0",
]
[[package]]
@@ -308,9 +308,9 @@
[[package]]
name = "async-std-resolver"
-version = "0.21.2"
+version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"
+checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723"
dependencies = [
"async-std",
"async-trait",
@@ -329,9 +329,9 @@
[[package]]
name = "async-trait"
-version = "0.1.58"
+version = "0.1.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
+checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"
dependencies = [
"proc-macro2",
"quote",
@@ -363,7 +363,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
- "hermit-abi",
+ "hermit-abi 0.1.19",
"libc",
"winapi",
]
@@ -408,9 +408,9 @@
dependencies = [
"addr2line",
"cc",
- "cfg-if 1.0.0",
+ "cfg-if",
"libc",
- "miniz_oxide",
+ "miniz_oxide 0.5.4",
"object",
"rustc-demangle",
]
@@ -457,7 +457,7 @@
[[package]]
name = "beefy-gadget"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"async-trait",
@@ -494,7 +494,7 @@
[[package]]
name = "beefy-gadget-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"beefy-gadget",
"beefy-primitives",
@@ -514,33 +514,31 @@
[[package]]
name = "beefy-merkle-tree"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"beefy-primitives",
"sp-api",
+ "sp-runtime",
]
[[package]]
name = "beefy-primitives"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"scale-info",
+ "serde",
"sp-api",
"sp-application-crypto",
"sp-core",
+ "sp-io",
+ "sp-mmr-primitives",
"sp-runtime",
"sp-std",
]
[[package]]
-name = "bimap"
-version = "0.6.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"
-
-[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -551,9 +549,9 @@
[[package]]
name = "bindgen"
-version = "0.59.2"
+version = "0.60.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
+checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
dependencies = [
"bitflags",
"cexpr",
@@ -641,14 +639,14 @@
[[package]]
name = "blake3"
-version = "1.3.2"
+version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "895adc16c8b3273fbbc32685a7d55227705eda08c01e77704020f3491924b44b"
+checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
dependencies = [
"arrayref",
"arrayvec 0.7.2",
"cc",
- "cfg-if 1.0.0",
+ "cfg-if",
"constant_time_eq 0.2.4",
"digest 0.10.6",
]
@@ -694,16 +692,16 @@
[[package]]
name = "blocking"
-version = "1.2.0"
+version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
+checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
dependencies = [
"async-channel",
+ "async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
- "once_cell",
]
[[package]]
@@ -803,12 +801,6 @@
]
[[package]]
-name = "cache-padded"
-version = "1.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
-
-[[package]]
name = "camino"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -868,12 +860,6 @@
[[package]]
name = "cfg-if"
-version = "0.1.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
-
-[[package]]
-name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
@@ -890,8 +876,8 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
dependencies = [
- "cfg-if 1.0.0",
- "cipher 0.3.0",
+ "cfg-if",
+ "cipher",
"cpufeatures",
"zeroize",
]
@@ -904,7 +890,7 @@
dependencies = [
"aead",
"chacha20",
- "cipher 0.3.0",
+ "cipher",
"poly1305",
"zeroize",
]
@@ -919,7 +905,7 @@
"js-sys",
"num-integer",
"num-traits",
- "time 0.1.44",
+ "time 0.1.45",
"wasm-bindgen",
"winapi",
]
@@ -947,22 +933,12 @@
]
[[package]]
-name = "cipher"
-version = "0.4.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
-dependencies = [
- "crypto-common",
- "inout",
-]
-
-[[package]]
name = "ckb-merkle-mountain-range"
-version = "0.3.2"
+version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"
+checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"
dependencies = [
- "cfg-if 0.1.10",
+ "cfg-if",
]
[[package]]
@@ -973,31 +949,29 @@
dependencies = [
"glob",
"libc",
- "libloading 0.7.4",
+ "libloading",
]
[[package]]
name = "clap"
-version = "3.2.23"
+version = "4.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
+checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
dependencies = [
- "atty",
"bitflags",
"clap_derive",
"clap_lex",
- "indexmap",
+ "is-terminal",
"once_cell",
"strsim",
"termcolor",
- "textwrap",
]
[[package]]
name = "clap_derive"
-version = "3.2.18"
+version = "4.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
+checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
dependencies = [
"heck",
"proc-macro-error",
@@ -1008,20 +982,11 @@
[[package]]
name = "clap_lex"
-version = "0.2.4"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
+checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
dependencies = [
"os_str_bytes",
-]
-
-[[package]]
-name = "cmake"
-version = "0.1.49"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
-dependencies = [
- "cc",
]
[[package]]
@@ -1055,15 +1020,6 @@
"strum",
"strum_macros",
"unicode-width",
-]
-
-[[package]]
-name = "concurrent-queue"
-version = "1.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
-dependencies = [
- "cache-padded",
]
[[package]]
@@ -1090,9 +1046,9 @@
[[package]]
name = "const-oid"
-version = "0.7.1"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
+checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"
[[package]]
name = "constant_time_eq"
@@ -1143,7 +1099,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
]
[[package]]
@@ -1259,7 +1215,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
]
[[package]]
@@ -1268,7 +1224,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"crossbeam-utils",
]
@@ -1278,7 +1234,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
@@ -1290,7 +1246,7 @@
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
dependencies = [
"autocfg",
- "cfg-if 1.0.0",
+ "cfg-if",
"crossbeam-utils",
"memoffset 0.7.1",
"scopeguard",
@@ -1302,7 +1258,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"crossbeam-utils",
]
@@ -1312,7 +1268,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
]
[[package]]
@@ -1323,9 +1279,9 @@
[[package]]
name = "crypto-bigint"
-version = "0.3.2"
+version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"
+checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
dependencies = [
"generic-array 0.14.6",
"rand_core 0.6.4",
@@ -1379,24 +1335,13 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
dependencies = [
- "cipher 0.3.0",
-]
-
-[[package]]
-name = "cuckoofilter"
-version = "0.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"
-dependencies = [
- "byteorder",
- "fnv",
- "rand 0.7.3",
+ "cipher",
]
[[package]]
name = "cumulus-client-cli"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"clap",
"parity-scale-codec 3.2.1",
@@ -1411,12 +1356,11 @@
[[package]]
name = "cumulus-client-collator"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-client-consensus-common",
"cumulus-client-network",
"cumulus-primitives-core",
- "cumulus-relay-chain-interface",
"futures 0.3.25",
"parity-scale-codec 3.2.1",
"parking_lot 0.12.1",
@@ -1435,7 +1379,7 @@
[[package]]
name = "cumulus-client-consensus-aura"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"async-trait",
"cumulus-client-consensus-common",
@@ -1464,7 +1408,7 @@
[[package]]
name = "cumulus-client-consensus-common"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"async-trait",
"cumulus-relay-chain-interface",
@@ -1474,7 +1418,6 @@
"polkadot-primitives",
"sc-client-api",
"sc-consensus",
- "sp-api",
"sp-blockchain",
"sp-consensus",
"sp-runtime",
@@ -1485,11 +1428,10 @@
[[package]]
name = "cumulus-client-network"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"async-trait",
"cumulus-relay-chain-interface",
- "derive_more",
"futures 0.3.25",
"futures-timer",
"parity-scale-codec 3.2.1",
@@ -1498,7 +1440,6 @@
"polkadot-parachain",
"polkadot-primitives",
"sc-client-api",
- "sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
@@ -1510,7 +1451,7 @@
[[package]]
name = "cumulus-client-pov-recovery"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
@@ -1524,7 +1465,6 @@
"rand 0.8.5",
"sc-client-api",
"sc-consensus",
- "sp-api",
"sp-consensus",
"sp-maybe-compressed-blob",
"sp-runtime",
@@ -1534,7 +1474,7 @@
[[package]]
name = "cumulus-client-service"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-client-cli",
"cumulus-client-collator",
@@ -1543,34 +1483,27 @@
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
"parking_lot 0.12.1",
- "polkadot-overseer",
"polkadot-primitives",
"sc-client-api",
"sc-consensus",
- "sc-consensus-babe",
"sc-service",
- "sc-telemetry",
- "sc-tracing",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
- "tracing",
]
[[package]]
name = "cumulus-pallet-aura-ext"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
- "frame-executive",
"frame-support",
"frame-system",
"pallet-aura",
"parity-scale-codec 3.2.1",
"scale-info",
- "serde",
"sp-application-crypto",
"sp-consensus-aura",
"sp-runtime",
@@ -1580,7 +1513,7 @@
[[package]]
name = "cumulus-pallet-dmp-queue"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1592,13 +1525,12 @@
"sp-runtime",
"sp-std",
"xcm",
- "xcm-executor",
]
[[package]]
name = "cumulus-pallet-parachain-system"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"bytes",
"cumulus-pallet-parachain-system-proc-macro",
@@ -1609,11 +1541,9 @@
"frame-system",
"impl-trait-for-tuples",
"log",
- "pallet-balances",
"parity-scale-codec 3.2.1",
"polkadot-parachain",
"scale-info",
- "serde",
"sp-core",
"sp-externalities",
"sp-inherents",
@@ -1623,13 +1553,12 @@
"sp-std",
"sp-trie",
"sp-version",
- "xcm",
]
[[package]]
name = "cumulus-pallet-parachain-system-proc-macro"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -1640,14 +1569,13 @@
[[package]]
name = "cumulus-pallet-xcm"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"frame-system",
"parity-scale-codec 3.2.1",
"scale-info",
- "serde",
"sp-io",
"sp-runtime",
"sp-std",
@@ -1657,7 +1585,7 @@
[[package]]
name = "cumulus-pallet-xcmp-queue"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1675,9 +1603,8 @@
[[package]]
name = "cumulus-primitives-core"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
- "frame-support",
"parity-scale-codec 3.2.1",
"polkadot-core-primitives",
"polkadot-parachain",
@@ -1691,7 +1618,7 @@
[[package]]
name = "cumulus-primitives-parachain-inherent"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -1714,7 +1641,7 @@
[[package]]
name = "cumulus-primitives-timestamp"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-primitives-core",
"futures 0.3.25",
@@ -1727,18 +1654,14 @@
[[package]]
name = "cumulus-primitives-utility"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"log",
"parity-scale-codec 3.2.1",
- "polkadot-core-primitives",
- "polkadot-parachain",
- "polkadot-primitives",
"sp-runtime",
"sp-std",
- "sp-trie",
"xcm",
"xcm-builder",
"xcm-executor",
@@ -1747,7 +1670,7 @@
[[package]]
name = "cumulus-relay-chain-inprocess-interface"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -1759,47 +1682,83 @@
"polkadot-service",
"sc-cli",
"sc-client-api",
- "sc-consensus-babe",
- "sc-network",
"sc-sysinfo",
"sc-telemetry",
"sc-tracing",
"sp-api",
- "sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"sp-state-machine",
- "tracing",
]
[[package]]
name = "cumulus-relay-chain-interface"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"async-trait",
"cumulus-primitives-core",
- "derive_more",
"futures 0.3.25",
"jsonrpsee-core",
"parity-scale-codec 3.2.1",
- "parking_lot 0.12.1",
"polkadot-overseer",
"polkadot-service",
"sc-client-api",
"sp-api",
"sp-blockchain",
- "sp-core",
- "sp-runtime",
"sp-state-machine",
"thiserror",
]
[[package]]
+name = "cumulus-relay-chain-minimal-node"
+version = "0.1.0"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
+dependencies = [
+ "array-bytes",
+ "async-trait",
+ "cumulus-primitives-core",
+ "cumulus-relay-chain-interface",
+ "cumulus-relay-chain-rpc-interface",
+ "futures 0.3.25",
+ "lru",
+ "polkadot-availability-distribution",
+ "polkadot-core-primitives",
+ "polkadot-network-bridge",
+ "polkadot-node-core-av-store",
+ "polkadot-node-network-protocol",
+ "polkadot-node-subsystem-util",
+ "polkadot-overseer",
+ "polkadot-primitives",
+ "polkadot-service",
+ "sc-authority-discovery",
+ "sc-client-api",
+ "sc-consensus",
+ "sc-keystore",
+ "sc-network",
+ "sc-network-common",
+ "sc-network-light",
+ "sc-network-sync",
+ "sc-service",
+ "sc-telemetry",
+ "sc-tracing",
+ "sc-transaction-pool",
+ "sc-transaction-pool-api",
+ "sp-api",
+ "sp-blockchain",
+ "sp-consensus",
+ "sp-consensus-babe",
+ "sp-runtime",
+ "tokio",
+ "tracing",
+ "url",
+]
+
+[[package]]
name = "cumulus-relay-chain-rpc-interface"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"async-trait",
"backoff",
@@ -1809,11 +1768,12 @@
"futures-timer",
"jsonrpsee",
"parity-scale-codec 3.2.1",
- "parking_lot 0.12.1",
"polkadot-service",
"sc-client-api",
"sc-rpc-api",
"sp-api",
+ "sp-authority-discovery",
+ "sp-consensus-babe",
"sp-core",
"sp-runtime",
"sp-state-machine",
@@ -1826,7 +1786,7 @@
[[package]]
name = "cumulus-test-relay-sproof-builder"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-primitives-core",
"parity-scale-codec 3.2.1",
@@ -1877,9 +1837,9 @@
[[package]]
name = "cxx"
-version = "1.0.82"
+version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
+checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf"
dependencies = [
"cc",
"cxxbridge-flags",
@@ -1889,9 +1849,9 @@
[[package]]
name = "cxx-build"
-version = "1.0.82"
+version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
+checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39"
dependencies = [
"cc",
"codespan-reporting",
@@ -1904,15 +1864,15 @@
[[package]]
name = "cxxbridge-flags"
-version = "1.0.82"
+version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
+checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.82"
+version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
+checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6"
dependencies = [
"proc-macro2",
"quote",
@@ -1921,9 +1881,9 @@
[[package]]
name = "data-encoding"
-version = "2.3.2"
+version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
+checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "data-encoding-macro"
@@ -1947,11 +1907,12 @@
[[package]]
name = "der"
-version = "0.5.1"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
+checksum = "13dd2ae565c0a381dde7fade45fce95984c568bdcb4700a4fdbe3175e0380b2f"
dependencies = [
"const-oid",
+ "zeroize",
]
[[package]]
@@ -1979,6 +1940,12 @@
]
[[package]]
+name = "difflib"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
+
+[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2022,7 +1989,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"dirs-sys-next",
]
@@ -2059,6 +2026,12 @@
]
[[package]]
+name = "downcast"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
+
+[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2099,9 +2072,9 @@
[[package]]
name = "ecdsa"
-version = "0.13.4"
+version = "0.14.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"
+checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
dependencies = [
"der",
"elliptic-curve",
@@ -2154,13 +2127,14 @@
[[package]]
name = "elliptic-curve"
-version = "0.11.12"
+version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"
+checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
dependencies = [
"base16ct",
"crypto-bigint",
"der",
+ "digest 0.10.6",
"ff",
"generic-array 0.14.6",
"group",
@@ -2178,9 +2152,9 @@
[[package]]
name = "enum-as-inner"
-version = "0.4.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
+checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
dependencies = [
"heck",
"proc-macro2",
@@ -2234,9 +2208,9 @@
[[package]]
name = "environmental"
-version = "1.1.3"
+version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"
+checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"
[[package]]
name = "errno"
@@ -2266,7 +2240,21 @@
checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"
dependencies = [
"crunchy",
- "fixed-hash",
+ "fixed-hash 0.7.0",
+ "impl-codec",
+ "impl-rlp",
+ "scale-info",
+ "tiny-keccak",
+]
+
+[[package]]
+name = "ethbloom"
+version = "0.13.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"
+dependencies = [
+ "crunchy",
+ "fixed-hash 0.8.0",
"impl-codec",
"impl-rlp",
"impl-serde",
@@ -2281,12 +2269,27 @@
checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"
dependencies = [
"bytes",
- "ethereum-types",
+ "ethereum-types 0.13.1",
+ "hash-db",
+ "hash256-std-hasher",
+ "rlp",
+ "rlp-derive",
+ "sha3",
+ "triehash",
+]
+
+[[package]]
+name = "ethereum"
+version = "0.14.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"
+dependencies = [
+ "bytes",
+ "ethereum-types 0.14.1",
"hash-db",
"hash256-std-hasher",
"parity-scale-codec 3.2.1",
"rlp",
- "rlp-derive",
"scale-info",
"serde",
"sha3",
@@ -2299,12 +2302,27 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"
dependencies = [
- "ethbloom",
- "fixed-hash",
+ "ethbloom 0.12.1",
+ "fixed-hash 0.7.0",
"impl-codec",
"impl-rlp",
+ "primitive-types 0.11.1",
+ "scale-info",
+ "uint",
+]
+
+[[package]]
+name = "ethereum-types"
+version = "0.14.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"
+dependencies = [
+ "ethbloom 0.13.0",
+ "fixed-hash 0.8.0",
+ "impl-codec",
+ "impl-rlp",
"impl-serde",
- "primitive-types",
+ "primitive-types 0.12.1",
"scale-info",
"uint",
]
@@ -2318,17 +2336,17 @@
[[package]]
name = "evm"
version = "0.35.0"
-source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"
+source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
dependencies = [
"auto_impl",
"environmental",
- "ethereum",
+ "ethereum 0.14.0",
"evm-core",
"evm-gasometer",
"evm-runtime",
"log",
"parity-scale-codec 3.2.1",
- "primitive-types",
+ "primitive-types 0.12.1",
"rlp",
"scale-info",
"serde",
@@ -2339,7 +2357,7 @@
name = "evm-coder"
version = "0.1.5"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"evm-coder-procedural",
"evm-core",
"frame-support",
@@ -2347,7 +2365,7 @@
"hex-literal",
"impl-trait-for-tuples",
"pallet-evm",
- "primitive-types",
+ "primitive-types 0.12.1",
"sha3-const",
"similar-asserts",
"sp-std",
@@ -2369,10 +2387,10 @@
[[package]]
name = "evm-core"
version = "0.35.0"
-source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"
+source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
dependencies = [
"parity-scale-codec 3.2.1",
- "primitive-types",
+ "primitive-types 0.12.1",
"scale-info",
"serde",
]
@@ -2380,23 +2398,23 @@
[[package]]
name = "evm-gasometer"
version = "0.35.0"
-source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"
+source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
dependencies = [
"environmental",
"evm-core",
"evm-runtime",
- "primitive-types",
+ "primitive-types 0.12.1",
]
[[package]]
name = "evm-runtime"
version = "0.35.0"
-source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"
+source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
dependencies = [
"auto_impl",
"environmental",
"evm-core",
- "primitive-types",
+ "primitive-types 0.12.1",
"sha3",
]
@@ -2483,7 +2501,7 @@
[[package]]
name = "fc-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
"async-trait",
"fc-db",
@@ -2502,12 +2520,12 @@
[[package]]
name = "fc-db"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
"fp-storage",
"kvdb-rocksdb",
"log",
- "parity-db",
+ "parity-db 0.3.17",
"parity-scale-codec 3.2.1",
"parking_lot 0.12.1",
"sc-client-db",
@@ -2520,7 +2538,7 @@
[[package]]
name = "fc-mapping-sync"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
"fc-db",
"fp-consensus",
@@ -2537,10 +2555,10 @@
[[package]]
name = "fc-rpc"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
- "ethereum",
- "ethereum-types",
+ "ethereum 0.14.0",
+ "ethereum-types 0.14.1",
"evm",
"fc-db",
"fc-rpc-core",
@@ -2553,7 +2571,7 @@
"jsonrpsee",
"libsecp256k1",
"log",
- "lru 0.8.1",
+ "lru",
"parity-scale-codec 3.2.1",
"prometheus",
"rand 0.8.5",
@@ -2580,10 +2598,10 @@
[[package]]
name = "fc-rpc-core"
version = "1.1.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
- "ethereum",
- "ethereum-types",
+ "ethereum 0.14.0",
+ "ethereum-types 0.14.1",
"jsonrpsee",
"rlp",
"rustc-hex",
@@ -2602,9 +2620,9 @@
[[package]]
name = "ff"
-version = "0.11.1"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"
+checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
dependencies = [
"rand_core 0.6.4",
"subtle",
@@ -2626,7 +2644,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"libc",
"redox_syscall",
"windows-sys 0.42.0",
@@ -2655,6 +2673,17 @@
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
dependencies = [
"byteorder",
+ "rustc-hex",
+ "static_assertions",
+]
+
+[[package]]
+name = "fixed-hash"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
+dependencies = [
+ "byteorder",
"rand 0.8.5",
"rustc-hex",
"static_assertions",
@@ -2668,13 +2697,13 @@
[[package]]
name = "flate2"
-version = "1.0.24"
+version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
+checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
dependencies = [
"crc32fast",
"libz-sys",
- "miniz_oxide",
+ "miniz_oxide 0.6.2",
]
[[package]]
@@ -2695,6 +2724,15 @@
]
[[package]]
+name = "float-cmp"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
+dependencies = [
+ "num-traits",
+]
+
+[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2703,7 +2741,7 @@
[[package]]
name = "fork-tree"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
]
@@ -2720,9 +2758,9 @@
[[package]]
name = "fp-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"parity-scale-codec 3.2.1",
"sp-core",
"sp-runtime",
@@ -2732,10 +2770,10 @@
[[package]]
name = "fp-ethereum"
version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
- "ethereum",
- "ethereum-types",
+ "ethereum 0.14.0",
+ "ethereum-types 0.14.1",
"fp-evm",
"frame-support",
"num_enum",
@@ -2747,7 +2785,7 @@
[[package]]
name = "fp-evm"
version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
"evm",
"frame-support",
@@ -2761,7 +2799,7 @@
[[package]]
name = "fp-evm-mapping"
version = "0.1.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
"frame-support",
"sp-core",
@@ -2770,10 +2808,10 @@
[[package]]
name = "fp-rpc"
version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
- "ethereum",
- "ethereum-types",
+ "ethereum 0.14.0",
+ "ethereum-types 0.14.1",
"fp-evm",
"parity-scale-codec 3.2.1",
"scale-info",
@@ -2787,9 +2825,9 @@
[[package]]
name = "fp-self-contained"
version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"frame-support",
"parity-scale-codec 3.2.1",
"parity-util-mem",
@@ -2801,16 +2839,22 @@
[[package]]
name = "fp-storage"
version = "2.0.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
"parity-scale-codec 3.2.1",
"serde",
]
[[package]]
+name = "fragile"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
+
+[[package]]
name = "frame-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -2833,7 +2877,7 @@
[[package]]
name = "frame-benchmarking-cli"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"Inflector",
"array-bytes",
@@ -2874,6 +2918,7 @@
"sp-keystore",
"sp-runtime",
"sp-state-machine",
+ "sp-std",
"sp-storage",
"sp-trie",
"tempfile",
@@ -2884,7 +2929,7 @@
[[package]]
name = "frame-election-provider-solution-type"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -2895,7 +2940,7 @@
[[package]]
name = "frame-election-provider-support"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-election-provider-solution-type",
"frame-support",
@@ -2911,7 +2956,7 @@
[[package]]
name = "frame-executive"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -2931,7 +2976,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"parity-scale-codec 3.2.1",
"scale-info",
"serde",
@@ -2940,7 +2985,7 @@
[[package]]
name = "frame-support"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"bitflags",
"frame-metadata",
@@ -2972,7 +3017,7 @@
[[package]]
name = "frame-support-procedural"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"Inflector",
"cfg-expr",
@@ -2986,7 +3031,7 @@
[[package]]
name = "frame-support-procedural-tools"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
@@ -2998,7 +3043,7 @@
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"proc-macro2",
"quote",
@@ -3008,7 +3053,7 @@
[[package]]
name = "frame-system"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"log",
@@ -3026,7 +3071,7 @@
[[package]]
name = "frame-system-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -3041,7 +3086,7 @@
[[package]]
name = "frame-system-rpc-runtime-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"sp-api",
@@ -3050,7 +3095,7 @@
[[package]]
name = "frame-try-runtime"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"parity-scale-codec 3.2.1",
@@ -3064,18 +3109,6 @@
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
-
-[[package]]
-name = "fs-swap"
-version = "0.2.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"
-dependencies = [
- "lazy_static",
- "libc",
- "libloading 0.5.2",
- "winapi",
-]
[[package]]
name = "fs2"
@@ -3278,7 +3311,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"js-sys",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
@@ -3291,7 +3324,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
@@ -3338,9 +3371,9 @@
[[package]]
name = "gloo-timers"
-version = "0.2.4"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
+checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"
dependencies = [
"futures-channel",
"futures-core",
@@ -3350,9 +3383,9 @@
[[package]]
name = "group"
-version = "0.11.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"
+checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
dependencies = [
"ff",
"rand_core 0.6.4",
@@ -3432,6 +3465,15 @@
]
[[package]]
+name = "hermit-abi"
+version = "0.2.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
+dependencies = [
+ "libc",
+]
+
+[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3444,12 +3486,6 @@
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
[[package]]
-name = "hex_fmt"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
-
-[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3470,6 +3506,15 @@
]
[[package]]
+name = "hmac"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
+dependencies = [
+ "digest 0.10.6",
+]
+
+[[package]]
name = "hmac-drbg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3627,9 +3672,9 @@
[[package]]
name = "if-watch"
-version = "1.1.1"
+version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"
+checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"
dependencies = [
"async-io",
"core-foundation",
@@ -3663,9 +3708,9 @@
[[package]]
name = "impl-serde"
-version = "0.3.2"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"
+checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"
dependencies = [
"serde",
]
@@ -3690,15 +3735,6 @@
"autocfg",
"hashbrown",
"serde",
-]
-
-[[package]]
-name = "inout"
-version = "0.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
-dependencies = [
- "generic-array 0.14.6",
]
[[package]]
@@ -3707,7 +3743,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
]
[[package]]
@@ -3733,9 +3769,9 @@
[[package]]
name = "io-lifetimes"
-version = "1.0.1"
+version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
+checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
dependencies = [
"libc",
"windows-sys 0.42.0",
@@ -3766,6 +3802,18 @@
checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"
[[package]]
+name = "is-terminal"
+version = "0.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"
+dependencies = [
+ "hermit-abi 0.2.6",
+ "io-lifetimes 1.0.3",
+ "rustix 0.36.5",
+ "windows-sys 0.42.0",
+]
+
+[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3944,14 +3992,14 @@
[[package]]
name = "k256"
-version = "0.10.4"
+version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"
+checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"ecdsa",
"elliptic-curve",
- "sec1",
+ "sha2 0.10.6",
]
[[package]]
@@ -3965,8 +4013,8 @@
[[package]]
name = "kusama-runtime"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"beefy-primitives",
"bitvec 1.0.1",
@@ -3989,6 +4037,7 @@
"pallet-bounties",
"pallet-child-bounties",
"pallet-collective",
+ "pallet-conviction-voting",
"pallet-democracy",
"pallet-election-provider-multi-phase",
"pallet-election-provider-support-benchmarking",
@@ -4008,13 +4057,14 @@
"pallet-offences-benchmarking",
"pallet-preimage",
"pallet-proxy",
+ "pallet-ranked-collective",
"pallet-recovery",
+ "pallet-referenda",
"pallet-scheduler",
"pallet-session",
"pallet-session-benchmarking",
"pallet-society",
"pallet-staking",
- "pallet-staking-reward-fn",
"pallet-timestamp",
"pallet-tips",
"pallet-transaction-payment",
@@ -4022,6 +4072,7 @@
"pallet-treasury",
"pallet-utility",
"pallet-vesting",
+ "pallet-whitelist",
"pallet-xcm",
"pallet-xcm-benchmarks",
"parity-scale-codec 3.2.1",
@@ -4059,14 +4110,16 @@
[[package]]
name = "kusama-runtime-constants"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
+ "sp-core",
"sp-runtime",
+ "sp-weights",
]
[[package]]
@@ -4080,9 +4133,9 @@
[[package]]
name = "kvdb"
-version = "0.11.0"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"
+checksum = "585089ceadba0197ffe9af6740ab350b325e3c1f5fccfbc3522e0250c750409b"
dependencies = [
"parity-util-mem",
"smallvec",
@@ -4090,9 +4143,9 @@
[[package]]
name = "kvdb-memorydb"
-version = "0.11.0"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"
+checksum = "40d109c87bfb7759edd2a49b2649c1afe25af785d930ad6a38479b4dc70dd873"
dependencies = [
"kvdb",
"parity-util-mem",
@@ -4101,15 +4154,13 @@
[[package]]
name = "kvdb-rocksdb"
-version = "0.15.2"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"
+checksum = "c076cc2cdbac89b9910c853a36c957d3862a779f31c2661174222cefb49ee597"
dependencies = [
- "fs-swap",
"kvdb",
"log",
"num_cpus",
- "owning_ref",
"parity-util-mem",
"parking_lot 0.12.1",
"regex",
@@ -4131,19 +4182,9 @@
[[package]]
name = "libc"
-version = "0.2.137"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
-
-[[package]]
-name = "libloading"
-version = "0.5.2"
+version = "0.2.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
-dependencies = [
- "cc",
- "winapi",
-]
+checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
[[package]]
name = "libloading"
@@ -4151,7 +4192,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"winapi",
]
@@ -4163,9 +4204,9 @@
[[package]]
name = "libp2p"
-version = "0.46.1"
+version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"
+checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"
dependencies = [
"bytes",
"futures 0.3.25",
@@ -4173,12 +4214,8 @@
"getrandom 0.2.8",
"instant",
"lazy_static",
- "libp2p-autonat",
"libp2p-core",
- "libp2p-deflate",
"libp2p-dns",
- "libp2p-floodsub",
- "libp2p-gossipsub",
"libp2p-identify",
"libp2p-kad",
"libp2p-mdns",
@@ -4186,49 +4223,24 @@
"libp2p-mplex",
"libp2p-noise",
"libp2p-ping",
- "libp2p-plaintext",
- "libp2p-pnet",
- "libp2p-relay",
- "libp2p-rendezvous",
"libp2p-request-response",
"libp2p-swarm",
"libp2p-swarm-derive",
"libp2p-tcp",
- "libp2p-uds",
"libp2p-wasm-ext",
"libp2p-websocket",
"libp2p-yamux",
"multiaddr",
"parking_lot 0.12.1",
"pin-project",
- "rand 0.7.3",
"smallvec",
]
[[package]]
-name = "libp2p-autonat"
-version = "0.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"
-dependencies = [
- "async-trait",
- "futures 0.3.25",
- "futures-timer",
- "instant",
- "libp2p-core",
- "libp2p-request-response",
- "libp2p-swarm",
- "log",
- "prost 0.10.4",
- "prost-build 0.10.4",
- "rand 0.8.5",
-]
-
-[[package]]
name = "libp2p-core"
-version = "0.34.0"
+version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"
+checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"
dependencies = [
"asn1_der",
"bs58",
@@ -4239,17 +4251,15 @@
"futures-timer",
"instant",
"lazy_static",
- "libsecp256k1",
"log",
"multiaddr",
"multihash",
"multistream-select",
"parking_lot 0.12.1",
"pin-project",
- "prost 0.10.4",
- "prost-build 0.10.4",
+ "prost",
+ "prost-build",
"rand 0.8.5",
- "ring",
"rw-stream-sink",
"sha2 0.10.6",
"smallvec",
@@ -4257,24 +4267,13 @@
"unsigned-varint",
"void",
"zeroize",
-]
-
-[[package]]
-name = "libp2p-deflate"
-version = "0.34.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"
-dependencies = [
- "flate2",
- "futures 0.3.25",
- "libp2p-core",
]
[[package]]
name = "libp2p-dns"
-version = "0.34.0"
+version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"
+checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"
dependencies = [
"async-std-resolver",
"futures 0.3.25",
@@ -4283,59 +4282,13 @@
"parking_lot 0.12.1",
"smallvec",
"trust-dns-resolver",
-]
-
-[[package]]
-name = "libp2p-floodsub"
-version = "0.37.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"
-dependencies = [
- "cuckoofilter",
- "fnv",
- "futures 0.3.25",
- "libp2p-core",
- "libp2p-swarm",
- "log",
- "prost 0.10.4",
- "prost-build 0.10.4",
- "rand 0.7.3",
- "smallvec",
]
[[package]]
-name = "libp2p-gossipsub"
-version = "0.39.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"
-dependencies = [
- "asynchronous-codec",
- "base64",
- "byteorder",
- "bytes",
- "fnv",
- "futures 0.3.25",
- "hex_fmt",
- "instant",
- "libp2p-core",
- "libp2p-swarm",
- "log",
- "prometheus-client",
- "prost 0.10.4",
- "prost-build 0.10.4",
- "rand 0.7.3",
- "regex",
- "sha2 0.10.6",
- "smallvec",
- "unsigned-varint",
- "wasm-timer",
-]
-
-[[package]]
name = "libp2p-identify"
-version = "0.37.0"
+version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"
+checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"
dependencies = [
"asynchronous-codec",
"futures 0.3.25",
@@ -4343,9 +4296,9 @@
"libp2p-core",
"libp2p-swarm",
"log",
- "lru 0.7.8",
- "prost 0.10.4",
- "prost-build 0.10.4",
+ "lru",
+ "prost",
+ "prost-build",
"prost-codec",
"smallvec",
"thiserror",
@@ -4354,9 +4307,9 @@
[[package]]
name = "libp2p-kad"
-version = "0.38.0"
+version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"
+checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"
dependencies = [
"arrayvec 0.7.2",
"asynchronous-codec",
@@ -4369,9 +4322,9 @@
"libp2p-core",
"libp2p-swarm",
"log",
- "prost 0.10.4",
- "prost-build 0.10.4",
- "rand 0.7.3",
+ "prost",
+ "prost-build",
+ "rand 0.8.5",
"sha2 0.10.6",
"smallvec",
"thiserror",
@@ -4382,16 +4335,15 @@
[[package]]
name = "libp2p-mdns"
-version = "0.38.0"
+version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"
+checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"
dependencies = [
"async-io",
"data-encoding",
"dns-parser",
"futures 0.3.25",
"if-watch",
- "lazy_static",
"libp2p-core",
"libp2p-swarm",
"log",
@@ -4403,25 +4355,23 @@
[[package]]
name = "libp2p-metrics"
-version = "0.7.0"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"
+checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"
dependencies = [
"libp2p-core",
- "libp2p-gossipsub",
"libp2p-identify",
"libp2p-kad",
"libp2p-ping",
- "libp2p-relay",
"libp2p-swarm",
"prometheus-client",
]
[[package]]
name = "libp2p-mplex"
-version = "0.34.0"
+version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"
+checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"
dependencies = [
"asynchronous-codec",
"bytes",
@@ -4430,16 +4380,16 @@
"log",
"nohash-hasher",
"parking_lot 0.12.1",
- "rand 0.7.3",
+ "rand 0.8.5",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "libp2p-noise"
-version = "0.37.0"
+version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"
+checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"
dependencies = [
"bytes",
"curve25519-dalek 3.2.0",
@@ -4447,8 +4397,8 @@
"lazy_static",
"libp2p-core",
"log",
- "prost 0.10.4",
- "prost-build 0.10.4",
+ "prost",
+ "prost-build",
"rand 0.8.5",
"sha2 0.10.6",
"snow",
@@ -4459,105 +4409,25 @@
[[package]]
name = "libp2p-ping"
-version = "0.37.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"
-dependencies = [
- "futures 0.3.25",
- "futures-timer",
- "instant",
- "libp2p-core",
- "libp2p-swarm",
- "log",
- "rand 0.7.3",
- "void",
-]
-
-[[package]]
-name = "libp2p-plaintext"
-version = "0.34.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"
-dependencies = [
- "asynchronous-codec",
- "bytes",
- "futures 0.3.25",
- "libp2p-core",
- "log",
- "prost 0.10.4",
- "prost-build 0.10.4",
- "unsigned-varint",
- "void",
-]
-
-[[package]]
-name = "libp2p-pnet"
-version = "0.22.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"
-dependencies = [
- "futures 0.3.25",
- "log",
- "pin-project",
- "rand 0.8.5",
- "salsa20",
- "sha3",
-]
-
-[[package]]
-name = "libp2p-relay"
-version = "0.10.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"
-dependencies = [
- "asynchronous-codec",
- "bytes",
- "either",
- "futures 0.3.25",
- "futures-timer",
- "instant",
- "libp2p-core",
- "libp2p-swarm",
- "log",
- "pin-project",
- "prost 0.10.4",
- "prost-build 0.10.4",
- "prost-codec",
- "rand 0.8.5",
- "smallvec",
- "static_assertions",
- "thiserror",
- "void",
-]
-
-[[package]]
-name = "libp2p-rendezvous"
-version = "0.7.0"
+version = "0.40.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"
+checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"
dependencies = [
- "asynchronous-codec",
- "bimap",
"futures 0.3.25",
"futures-timer",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
- "prost 0.10.4",
- "prost-build 0.10.4",
"rand 0.8.5",
- "sha2 0.10.6",
- "thiserror",
- "unsigned-varint",
"void",
]
[[package]]
name = "libp2p-request-response"
-version = "0.19.0"
+version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"
+checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"
dependencies = [
"async-trait",
"bytes",
@@ -4566,16 +4436,16 @@
"libp2p-core",
"libp2p-swarm",
"log",
- "rand 0.7.3",
+ "rand 0.8.5",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "libp2p-swarm"
-version = "0.37.0"
+version = "0.40.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"
+checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"
dependencies = [
"either",
"fnv",
@@ -4585,7 +4455,7 @@
"libp2p-core",
"log",
"pin-project",
- "rand 0.7.3",
+ "rand 0.8.5",
"smallvec",
"thiserror",
"void",
@@ -4593,25 +4463,25 @@
[[package]]
name = "libp2p-swarm-derive"
-version = "0.28.0"
+version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"
+checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"
dependencies = [
+ "heck",
"quote",
"syn",
]
[[package]]
name = "libp2p-tcp"
-version = "0.34.0"
+version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"
+checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"
dependencies = [
"async-io",
"futures 0.3.25",
"futures-timer",
"if-watch",
- "ipnet",
"libc",
"libp2p-core",
"log",
@@ -4619,22 +4489,10 @@
]
[[package]]
-name = "libp2p-uds"
-version = "0.33.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"
-dependencies = [
- "async-std",
- "futures 0.3.25",
- "libp2p-core",
- "log",
-]
-
-[[package]]
name = "libp2p-wasm-ext"
-version = "0.34.0"
+version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"
+checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"
dependencies = [
"futures 0.3.25",
"js-sys",
@@ -4646,9 +4504,9 @@
[[package]]
name = "libp2p-websocket"
-version = "0.36.0"
+version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"
+checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"
dependencies = [
"either",
"futures 0.3.25",
@@ -4665,12 +4523,13 @@
[[package]]
name = "libp2p-yamux"
-version = "0.38.0"
+version = "0.41.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"
+checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"
dependencies = [
"futures 0.3.25",
"libp2p-core",
+ "log",
"parking_lot 0.12.1",
"thiserror",
"yamux",
@@ -4678,9 +4537,9 @@
[[package]]
name = "librocksdb-sys"
-version = "0.6.1+6.28.2"
+version = "0.8.0+7.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"
+checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d"
dependencies = [
"bindgen",
"bzip2-sys",
@@ -4792,9 +4651,9 @@
[[package]]
name = "linux-raw-sys"
-version = "0.1.2"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121"
+checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
[[package]]
name = "lock_api"
@@ -4812,7 +4671,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"value-bag",
]
@@ -4828,15 +4687,6 @@
[[package]]
name = "lru"
-version = "0.7.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
-dependencies = [
- "hashbrown",
-]
-
-[[package]]
-name = "lru"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
@@ -4924,7 +4774,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"
dependencies = [
- "rustix 0.36.2",
+ "rustix 0.36.5",
]
[[package]]
@@ -4956,9 +4806,9 @@
[[package]]
name = "memory-db"
-version = "0.29.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"
+checksum = "34ac11bb793c28fa095b7554466f53b3a60a2cd002afdac01bcf135cbd73a269"
dependencies = [
"hash-db",
"hashbrown",
@@ -4971,7 +4821,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"
dependencies = [
- "lru 0.8.1",
+ "lru",
]
[[package]]
@@ -5019,6 +4869,15 @@
]
[[package]]
+name = "miniz_oxide"
+version = "0.6.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
+dependencies = [
+ "adler",
+]
+
+[[package]]
name = "mio"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5031,6 +4890,33 @@
]
[[package]]
+name = "mockall"
+version = "0.11.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"
+dependencies = [
+ "cfg-if",
+ "downcast",
+ "fragile",
+ "lazy_static",
+ "mockall_derive",
+ "predicates",
+ "predicates-tree",
+]
+
+[[package]]
+name = "mockall_derive"
+version = "0.11.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"
+dependencies = [
+ "cfg-if",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "multiaddr"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5098,9 +4984,9 @@
[[package]]
name = "multistream-select"
-version = "0.11.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"
+checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"
dependencies = [
"bytes",
"futures 0.3.25",
@@ -5120,7 +5006,7 @@
"matrixmultiply",
"nalgebra-macros",
"num-complex",
- "num-rational 0.4.1",
+ "num-rational",
"num-traits",
"rand 0.8.5",
"rand_distr",
@@ -5222,12 +5108,12 @@
[[package]]
name = "nix"
-version = "0.24.2"
+version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
+checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags",
- "cfg-if 1.0.0",
+ "cfg-if",
"libc",
]
@@ -5254,15 +5140,10 @@
]
[[package]]
-name = "num-bigint"
-version = "0.2.6"
+name = "normalize-line-endings"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
-dependencies = [
- "autocfg",
- "num-integer",
- "num-traits",
-]
+checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "num-bigint"
@@ -5286,9 +5167,9 @@
[[package]]
name = "num-format"
-version = "0.4.3"
+version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"
+checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
"arrayvec 0.7.2",
"itoa",
@@ -5299,20 +5180,8 @@
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
-dependencies = [
- "autocfg",
- "num-traits",
-]
-
-[[package]]
-name = "num-rational"
-version = "0.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
"autocfg",
- "num-bigint 0.2.6",
- "num-integer",
"num-traits",
]
@@ -5323,7 +5192,7 @@
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
- "num-bigint 0.4.3",
+ "num-bigint",
"num-integer",
"num-traits",
]
@@ -5344,7 +5213,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
dependencies = [
- "hermit-abi",
+ "hermit-abi 0.1.19",
"libc",
]
@@ -5398,7 +5267,7 @@
[[package]]
name = "opal-runtime"
-version = "0.9.30"
+version = "0.9.33"
dependencies = [
"app-promotion-rpc",
"cumulus-pallet-aura-ext",
@@ -5511,8 +5380,9 @@
[[package]]
name = "orchestra"
-version = "0.0.1"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"
dependencies = [
"async-trait",
"dyn-clonable",
@@ -5527,8 +5397,9 @@
[[package]]
name = "orchestra-proc-macro"
-version = "0.0.1"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"
dependencies = [
"expander 0.0.6",
"itertools",
@@ -5551,7 +5422,7 @@
[[package]]
name = "orml-tokens"
version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
dependencies = [
"frame-support",
"frame-system",
@@ -5566,7 +5437,7 @@
[[package]]
name = "orml-traits"
version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
@@ -5584,7 +5455,7 @@
[[package]]
name = "orml-utilities"
version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
dependencies = [
"frame-support",
"parity-scale-codec 3.2.1",
@@ -5598,7 +5469,7 @@
[[package]]
name = "orml-vesting"
version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
dependencies = [
"frame-support",
"frame-system",
@@ -5613,7 +5484,7 @@
[[package]]
name = "orml-xcm-support"
version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
dependencies = [
"frame-support",
"orml-traits",
@@ -5627,7 +5498,7 @@
[[package]]
name = "orml-xtokens"
version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -5652,15 +5523,6 @@
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
[[package]]
-name = "owning_ref"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
-dependencies = [
- "stable_deref_trait",
-]
-
-[[package]]
name = "pallet-app-promotion"
version = "0.1.0"
dependencies = [
@@ -5688,7 +5550,7 @@
[[package]]
name = "pallet-aura"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -5704,7 +5566,7 @@
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -5720,7 +5582,7 @@
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -5735,7 +5597,7 @@
[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5759,7 +5621,7 @@
[[package]]
name = "pallet-bags-list"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -5779,7 +5641,7 @@
[[package]]
name = "pallet-balances"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5794,7 +5656,7 @@
[[package]]
name = "pallet-base-fee"
version = "1.0.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
"fp-evm",
"frame-support",
@@ -5809,7 +5671,7 @@
[[package]]
name = "pallet-beefy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"beefy-primitives",
"frame-support",
@@ -5825,7 +5687,7 @@
[[package]]
name = "pallet-beefy-mmr"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"beefy-merkle-tree",
@@ -5848,7 +5710,7 @@
[[package]]
name = "pallet-bounties"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5866,7 +5728,7 @@
[[package]]
name = "pallet-child-bounties"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5885,7 +5747,7 @@
[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5903,7 +5765,7 @@
name = "pallet-common"
version = "0.1.12"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"evm-coder",
"fp-evm-mapping",
"frame-benchmarking",
@@ -5938,16 +5800,35 @@
]
[[package]]
+name = "pallet-conviction-voting"
+version = "4.0.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
+dependencies = [
+ "assert_matches",
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "parity-scale-codec 3.2.1",
+ "scale-info",
+ "serde",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
+ "log",
"parity-scale-codec 3.2.1",
"scale-info",
"serde",
+ "sp-core",
"sp-io",
"sp-runtime",
"sp-std",
@@ -5956,7 +5837,7 @@
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -5980,7 +5861,7 @@
[[package]]
name = "pallet-election-provider-support-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -5993,7 +5874,7 @@
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6011,10 +5892,10 @@
[[package]]
name = "pallet-ethereum"
version = "4.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
- "ethereum",
- "ethereum-types",
+ "ethereum 0.14.0",
+ "ethereum-types 0.14.1",
"evm",
"fp-consensus",
"fp-ethereum",
@@ -6039,7 +5920,7 @@
[[package]]
name = "pallet-evm"
version = "6.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
dependencies = [
"environmental",
"evm",
@@ -6053,7 +5934,7 @@
"log",
"pallet-timestamp",
"parity-scale-codec 3.2.1",
- "primitive-types",
+ "primitive-types 0.12.1",
"rlp",
"scale-info",
"serde",
@@ -6067,7 +5948,7 @@
name = "pallet-evm-coder-substrate"
version = "0.1.3"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"evm-coder",
"frame-benchmarking",
"frame-support",
@@ -6085,7 +5966,7 @@
name = "pallet-evm-contract-helpers"
version = "0.3.0"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"evm-coder",
"fp-evm-mapping",
"frame-support",
@@ -6108,7 +5989,7 @@
name = "pallet-evm-migration"
version = "0.1.1"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"fp-evm",
"frame-benchmarking",
"frame-support",
@@ -6144,16 +6025,13 @@
[[package]]
name = "pallet-fast-unstake"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
- "pallet-balances",
- "pallet-staking",
- "pallet-timestamp",
"parity-scale-codec 3.2.1",
"scale-info",
"sp-io",
@@ -6194,7 +6072,7 @@
name = "pallet-fungible"
version = "0.1.7"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"evm-coder",
"frame-benchmarking",
"frame-support",
@@ -6214,7 +6092,7 @@
[[package]]
name = "pallet-gilt"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6229,7 +6107,7 @@
[[package]]
name = "pallet-grandpa"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6252,7 +6130,7 @@
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"enumflags2",
"frame-benchmarking",
@@ -6268,7 +6146,7 @@
[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6288,7 +6166,7 @@
[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6336,7 +6214,7 @@
[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6353,7 +6231,7 @@
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
@@ -6371,8 +6249,9 @@
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
+ "anyhow",
"jsonrpsee",
"parity-scale-codec 3.2.1",
"serde",
@@ -6386,11 +6265,12 @@
[[package]]
name = "pallet-multisig"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
+ "log",
"parity-scale-codec 3.2.1",
"scale-info",
"sp-io",
@@ -6401,7 +6281,7 @@
[[package]]
name = "pallet-nomination-pools"
version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -6418,7 +6298,7 @@
[[package]]
name = "pallet-nomination-pools-benchmarking"
version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6438,7 +6318,7 @@
[[package]]
name = "pallet-nomination-pools-runtime-api"
version = "1.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"sp-api",
@@ -6449,7 +6329,7 @@
name = "pallet-nonfungible"
version = "0.1.9"
dependencies = [
- "ethereum",
+ "ethereum 0.14.0",
"evm-coder",
"frame-benchmarking",
"frame-support",
@@ -6470,7 +6350,7 @@
[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -6487,7 +6367,7 @@
[[package]]
name = "pallet-offences-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6510,11 +6390,12 @@
[[package]]
name = "pallet-preimage"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
+ "log",
"parity-scale-codec 3.2.1",
"scale-info",
"sp-core",
@@ -6526,7 +6407,7 @@
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6541,7 +6422,7 @@
[[package]]
name = "pallet-randomness-collective-flip"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -6553,9 +6434,27 @@
]
[[package]]
+name = "pallet-ranked-collective"
+version = "4.0.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
+dependencies = [
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "log",
+ "parity-scale-codec 3.2.1",
+ "scale-info",
+ "sp-arithmetic",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6568,11 +6467,29 @@
]
[[package]]
+name = "pallet-referenda"
+version = "4.0.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
+dependencies = [
+ "assert_matches",
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "parity-scale-codec 3.2.1",
+ "scale-info",
+ "serde",
+ "sp-arithmetic",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
name = "pallet-refungible"
version = "0.2.8"
dependencies = [
"derivative",
- "ethereum",
+ "ethereum 0.14.0",
"evm-coder",
"frame-benchmarking",
"frame-support",
@@ -6634,7 +6551,7 @@
[[package]]
name = "pallet-scheduler"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6650,7 +6567,7 @@
[[package]]
name = "pallet-session"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -6671,7 +6588,7 @@
[[package]]
name = "pallet-session-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6687,7 +6604,7 @@
[[package]]
name = "pallet-society"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -6701,7 +6618,7 @@
[[package]]
name = "pallet-staking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6724,7 +6641,7 @@
[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -6735,13 +6652,30 @@
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"log",
"sp-arithmetic",
]
[[package]]
+name = "pallet-state-trie-migration"
+version = "4.0.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
+dependencies = [
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "log",
+ "parity-scale-codec 3.2.1",
+ "scale-info",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
name = "pallet-structure"
version = "0.1.2"
dependencies = [
@@ -6759,7 +6693,7 @@
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -6773,7 +6707,7 @@
[[package]]
name = "pallet-template-transaction-payment"
version = "3.0.0"
-source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"
+source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6805,7 +6739,7 @@
[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6823,7 +6757,7 @@
[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6842,7 +6776,7 @@
[[package]]
name = "pallet-transaction-payment"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-support",
"frame-system",
@@ -6858,7 +6792,7 @@
[[package]]
name = "pallet-transaction-payment-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"jsonrpsee",
"pallet-transaction-payment-rpc-runtime-api",
@@ -6868,23 +6802,25 @@
"sp-core",
"sp-rpc",
"sp-runtime",
+ "sp-weights",
]
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec 3.2.1",
"sp-api",
"sp-runtime",
+ "sp-weights",
]
[[package]]
name = "pallet-treasury"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6902,7 +6838,7 @@
name = "pallet-unique"
version = "0.2.1"
dependencies = [
- "ethereum",
+ "ethereum 0.12.0",
"evm-coder",
"frame-benchmarking",
"frame-support",
@@ -6943,7 +6879,7 @@
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6959,7 +6895,7 @@
[[package]]
name = "pallet-vesting"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6972,9 +6908,24 @@
]
[[package]]
+name = "pallet-whitelist"
+version = "4.0.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
+dependencies = [
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "parity-scale-codec 3.2.1",
+ "scale-info",
+ "sp-api",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
name = "pallet-xcm"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-support",
"frame-system",
@@ -6991,8 +6942,8 @@
[[package]]
name = "pallet-xcm-benchmarks"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -7009,14 +6960,13 @@
[[package]]
name = "parachain-info"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"frame-system",
"parity-scale-codec 3.2.1",
"scale-info",
- "serde",
]
[[package]]
@@ -7039,6 +6989,25 @@
]
[[package]]
+name = "parity-db"
+version = "0.4.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"
+dependencies = [
+ "blake2",
+ "crc32fast",
+ "fs2",
+ "hex",
+ "libc",
+ "log",
+ "lz4",
+ "memmap2",
+ "parking_lot 0.12.1",
+ "rand 0.8.5",
+ "snap",
+]
+
+[[package]]
name = "parity-scale-codec"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -7099,18 +7068,18 @@
[[package]]
name = "parity-util-mem"
-version = "0.11.0"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"
+checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"
dependencies = [
- "cfg-if 1.0.0",
- "ethereum-types",
+ "cfg-if",
+ "ethereum-types 0.14.1",
"hashbrown",
"impl-trait-for-tuples",
- "lru 0.7.8",
+ "lru",
"parity-util-mem-derive",
"parking_lot 0.12.1",
- "primitive-types",
+ "primitive-types 0.12.1",
"smallvec",
"winapi",
]
@@ -7128,15 +7097,6 @@
[[package]]
name = "parity-wasm"
-version = "0.32.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"
-dependencies = [
- "byteorder",
-]
-
-[[package]]
-name = "parity-wasm"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
@@ -7165,7 +7125,7 @@
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
- "parking_lot_core 0.9.4",
+ "parking_lot_core 0.9.5",
]
[[package]]
@@ -7174,7 +7134,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"instant",
"libc",
"redox_syscall",
@@ -7184,11 +7144,11 @@
[[package]]
name = "parking_lot_core"
-version = "0.9.4"
+version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
+checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"libc",
"redox_syscall",
"smallvec",
@@ -7233,9 +7193,9 @@
[[package]]
name = "pest"
-version = "2.4.1"
+version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a528564cc62c19a7acac4d81e01f39e53e25e17b934878f4c6d25cc2836e62f8"
+checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"
dependencies = [
"thiserror",
"ucd-trie",
@@ -7243,9 +7203,9 @@
[[package]]
name = "pest_derive"
-version = "2.4.1"
+version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d5fd9bc6500181952d34bd0b2b0163a54d794227b498be0b7afa7698d0a7b18f"
+checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"
dependencies = [
"pest",
"pest_generator",
@@ -7253,9 +7213,9 @@
[[package]]
name = "pest_generator"
-version = "2.4.1"
+version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2610d5ac5156217b4ff8e46ddcef7cdf44b273da2ac5bca2ecbfa86a330e7c4"
+checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"
dependencies = [
"pest",
"pest_meta",
@@ -7266,9 +7226,9 @@
[[package]]
name = "pest_meta"
-version = "2.4.1"
+version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "824749bf7e21dd66b36fbe26b3f45c713879cccd4a009a917ab8e045ca8246fe"
+checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"
dependencies = [
"once_cell",
"pest",
@@ -7325,13 +7285,12 @@
[[package]]
name = "pkcs8"
-version = "0.8.0"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
+checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
dependencies = [
"der",
"spki",
- "zeroize",
]
[[package]]
@@ -7348,8 +7307,8 @@
[[package]]
name = "polkadot-approval-distribution"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"polkadot-node-network-protocol",
@@ -7363,8 +7322,8 @@
[[package]]
name = "polkadot-availability-bitfield-distribution"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"polkadot-node-network-protocol",
@@ -7377,13 +7336,13 @@
[[package]]
name = "polkadot-availability-distribution"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"derive_more",
"fatality",
"futures 0.3.25",
- "lru 0.7.8",
+ "lru",
"parity-scale-codec 3.2.1",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
@@ -7400,12 +7359,12 @@
[[package]]
name = "polkadot-availability-recovery"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"fatality",
"futures 0.3.25",
- "lru 0.7.8",
+ "lru",
"parity-scale-codec 3.2.1",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
@@ -7421,8 +7380,8 @@
[[package]]
name = "polkadot-cli"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"clap",
"frame-benchmarking-cli",
@@ -7447,8 +7406,8 @@
[[package]]
name = "polkadot-client"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"beefy-primitives",
"frame-benchmarking",
@@ -7487,10 +7446,11 @@
[[package]]
name = "polkadot-collator-protocol"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"always-assert",
+ "bitvec 1.0.1",
"fatality",
"futures 0.3.25",
"futures-timer",
@@ -7508,8 +7468,8 @@
[[package]]
name = "polkadot-core-primitives"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"parity-scale-codec 3.2.1",
"parity-util-mem",
@@ -7521,13 +7481,15 @@
[[package]]
name = "polkadot-dispute-distribution"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"derive_more",
"fatality",
"futures 0.3.25",
- "lru 0.7.8",
+ "futures-timer",
+ "indexmap",
+ "lru",
"parity-scale-codec 3.2.1",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
@@ -7544,8 +7506,8 @@
[[package]]
name = "polkadot-erasure-coding"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"parity-scale-codec 3.2.1",
"polkadot-node-primitives",
@@ -7558,8 +7520,8 @@
[[package]]
name = "polkadot-gossip-support"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"futures-timer",
@@ -7578,8 +7540,8 @@
[[package]]
name = "polkadot-network-bridge"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"always-assert",
"async-trait",
@@ -7602,8 +7564,8 @@
[[package]]
name = "polkadot-node-collation-generation"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"parity-scale-codec 3.2.1",
@@ -7620,15 +7582,15 @@
[[package]]
name = "polkadot-node-core-approval-voting"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bitvec 1.0.1",
"derive_more",
"futures 0.3.25",
"futures-timer",
"kvdb",
- "lru 0.7.8",
+ "lru",
"merlin",
"parity-scale-codec 3.2.1",
"polkadot-node-jaeger",
@@ -7649,8 +7611,8 @@
[[package]]
name = "polkadot-node-core-av-store"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bitvec 1.0.1",
"futures 0.3.25",
@@ -7669,8 +7631,8 @@
[[package]]
name = "polkadot-node-core-backing"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bitvec 1.0.1",
"fatality",
@@ -7688,8 +7650,8 @@
[[package]]
name = "polkadot-node-core-bitfield-signing"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"polkadot-node-subsystem",
@@ -7703,11 +7665,12 @@
[[package]]
name = "polkadot-node-core-candidate-validation"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"async-trait",
"futures 0.3.25",
+ "futures-timer",
"parity-scale-codec 3.2.1",
"polkadot-node-core-pvf",
"polkadot-node-primitives",
@@ -7721,8 +7684,8 @@
[[package]]
name = "polkadot-node-core-chain-api"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"polkadot-node-subsystem",
@@ -7736,8 +7699,8 @@
[[package]]
name = "polkadot-node-core-chain-selection"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"futures-timer",
@@ -7753,13 +7716,13 @@
[[package]]
name = "polkadot-node-core-dispute-coordinator"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"fatality",
"futures 0.3.25",
"kvdb",
- "lru 0.7.8",
+ "lru",
"parity-scale-codec 3.2.1",
"polkadot-node-primitives",
"polkadot-node-subsystem",
@@ -7772,8 +7735,8 @@
[[package]]
name = "polkadot-node-core-parachains-inherent"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"async-trait",
"futures 0.3.25",
@@ -7789,8 +7752,8 @@
[[package]]
name = "polkadot-node-core-provisioner"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bitvec 1.0.1",
"fatality",
@@ -7807,8 +7770,8 @@
[[package]]
name = "polkadot-node-core-pvf"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"always-assert",
"assert_matches",
@@ -7839,8 +7802,8 @@
[[package]]
name = "polkadot-node-core-pvf-checker"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"polkadot-node-primitives",
@@ -7855,8 +7818,8 @@
[[package]]
name = "polkadot-node-core-runtime-api"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"futures 0.3.25",
"memory-lru",
@@ -7871,8 +7834,8 @@
[[package]]
name = "polkadot-node-jaeger"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"async-std",
"lazy_static",
@@ -7889,8 +7852,8 @@
[[package]]
name = "polkadot-node-metrics"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bs58",
"futures 0.3.25",
@@ -7908,8 +7871,8 @@
[[package]]
name = "polkadot-node-network-protocol"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"async-trait",
"derive_more",
@@ -7931,8 +7894,8 @@
[[package]]
name = "polkadot-node-primitives"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bounded-vec",
"futures 0.3.25",
@@ -7953,8 +7916,8 @@
[[package]]
name = "polkadot-node-subsystem"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
@@ -7963,8 +7926,8 @@
[[package]]
name = "polkadot-node-subsystem-types"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"async-trait",
"derive_more",
@@ -7986,8 +7949,8 @@
[[package]]
name = "polkadot-node-subsystem-util"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"async-trait",
"derive_more",
@@ -7995,8 +7958,8 @@
"futures 0.3.25",
"itertools",
"kvdb",
- "lru 0.7.8",
- "parity-db",
+ "lru",
+ "parity-db 0.4.2",
"parity-scale-codec 3.2.1",
"parity-util-mem",
"parking_lot 0.11.2",
@@ -8019,13 +7982,13 @@
[[package]]
name = "polkadot-overseer"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"async-trait",
"futures 0.3.25",
"futures-timer",
- "lru 0.7.8",
+ "lru",
"orchestra",
"parity-util-mem",
"parking_lot 0.12.1",
@@ -8042,8 +8005,8 @@
[[package]]
name = "polkadot-parachain"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"derive_more",
"frame-support",
@@ -8059,8 +8022,8 @@
[[package]]
name = "polkadot-performance-test"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"env_logger",
"kusama-runtime",
@@ -8074,11 +8037,10 @@
[[package]]
name = "polkadot-primitives"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bitvec 1.0.1",
- "frame-system",
"hex-literal",
"parity-scale-codec 3.2.1",
"parity-util-mem",
@@ -8098,14 +8060,12 @@
"sp-runtime",
"sp-staking",
"sp-std",
- "sp-trie",
- "sp-version",
]
[[package]]
name = "polkadot-rpc"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"beefy-gadget",
"beefy-gadget-rpc",
@@ -8136,8 +8096,8 @@
[[package]]
name = "polkadot-runtime"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"beefy-primitives",
"bitvec 1.0.1",
@@ -8225,8 +8185,8 @@
[[package]]
name = "polkadot-runtime-common"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"beefy-primitives",
"bitvec 1.0.1",
@@ -8245,6 +8205,7 @@
"pallet-election-provider-multi-phase",
"pallet-session",
"pallet-staking",
+ "pallet-staking-reward-fn",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-treasury",
@@ -8272,20 +8233,22 @@
[[package]]
name = "polkadot-runtime-constants"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
+ "sp-core",
"sp-runtime",
+ "sp-weights",
]
[[package]]
name = "polkadot-runtime-metrics"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bs58",
"parity-scale-codec 3.2.1",
@@ -8296,8 +8259,8 @@
[[package]]
name = "polkadot-runtime-parachains"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"bitflags",
"bitvec 1.0.1",
@@ -8339,8 +8302,8 @@
[[package]]
name = "polkadot-service"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"async-trait",
"beefy-gadget",
@@ -8352,12 +8315,12 @@
"kusama-runtime",
"kvdb",
"kvdb-rocksdb",
- "lru 0.7.8",
+ "lru",
"pallet-babe",
"pallet-im-online",
"pallet-staking",
"pallet-transaction-payment-rpc-runtime-api",
- "parity-db",
+ "parity-db 0.4.2",
"polkadot-approval-distribution",
"polkadot-availability-bitfield-distribution",
"polkadot-availability-distribution",
@@ -8443,8 +8406,8 @@
[[package]]
name = "polkadot-statement-distribution"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"arrayvec 0.5.2",
"fatality",
@@ -8464,8 +8427,8 @@
[[package]]
name = "polkadot-statement-table"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"parity-scale-codec 3.2.1",
"polkadot-primitives",
@@ -8474,8 +8437,8 @@
[[package]]
name = "polkadot-test-runtime"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"beefy-primitives",
"bitvec 1.0.1",
@@ -8535,8 +8498,8 @@
[[package]]
name = "polkadot-test-service"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-benchmarking",
"frame-system",
@@ -8589,16 +8552,16 @@
[[package]]
name = "polling"
-version = "2.4.0"
+version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"
+checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"
dependencies = [
"autocfg",
- "cfg-if 1.0.0",
+ "cfg-if",
"libc",
"log",
"wepoll-ffi",
- "winapi",
+ "windows-sys 0.42.0",
]
[[package]]
@@ -8618,7 +8581,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"cpufeatures",
"opaque-debug 0.3.0",
"universal-hash",
@@ -8631,6 +8594,36 @@
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
+name = "predicates"
+version = "2.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"
+dependencies = [
+ "difflib",
+ "float-cmp",
+ "itertools",
+ "normalize-line-endings",
+ "predicates-core",
+ "regex",
+]
+
+[[package]]
+name = "predicates-core"
+version = "1.0.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"
+
+[[package]]
+name = "predicates-tree"
+version = "1.0.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"
+dependencies = [
+ "predicates-core",
+ "termtree",
+]
+
+[[package]]
name = "prettyplease"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -8646,9 +8639,22 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"
dependencies = [
- "fixed-hash",
+ "fixed-hash 0.7.0",
"impl-codec",
"impl-rlp",
+ "scale-info",
+ "uint",
+]
+
+[[package]]
+name = "primitive-types"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"
+dependencies = [
+ "fixed-hash 0.8.0",
+ "impl-codec",
+ "impl-rlp",
"impl-serde",
"scale-info",
"uint",
@@ -8657,7 +8663,8 @@
[[package]]
name = "prioritized-metered-channel"
version = "0.2.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"
dependencies = [
"coarsetime",
"crossbeam-queue",
@@ -8719,7 +8726,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"fnv",
"lazy_static",
"memchr",
@@ -8729,74 +8736,42 @@
[[package]]
name = "prometheus-client"
-version = "0.16.0"
+version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"
+checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"
dependencies = [
"dtoa",
"itoa",
- "owning_ref",
+ "parking_lot 0.12.1",
"prometheus-client-derive-text-encode",
]
[[package]]
name = "prometheus-client-derive-text-encode"
-version = "0.2.0"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"
+checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"
dependencies = [
"proc-macro2",
"quote",
"syn",
-]
-
-[[package]]
-name = "prost"
-version = "0.10.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
-dependencies = [
- "bytes",
- "prost-derive 0.10.1",
]
[[package]]
name = "prost"
-version = "0.11.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a0841812012b2d4a6145fae9a6af1534873c32aa67fff26bd09f8fa42c83f95a"
-dependencies = [
- "bytes",
- "prost-derive 0.11.2",
-]
-
-[[package]]
-name = "prost-build"
-version = "0.10.4"
+version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"
+checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0"
dependencies = [
"bytes",
- "cfg-if 1.0.0",
- "cmake",
- "heck",
- "itertools",
- "lazy_static",
- "log",
- "multimap",
- "petgraph",
- "prost 0.10.4",
- "prost-types 0.10.1",
- "regex",
- "tempfile",
- "which",
+ "prost-derive",
]
[[package]]
name = "prost-build"
-version = "0.11.2"
+version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d8b442418ea0822409d9e7d047cbf1e7e9e1760b172bf9982cf29d517c93511"
+checksum = "e330bf1316db56b12c2bcfa399e8edddd4821965ea25ddb2c134b610b1c1c604"
dependencies = [
"bytes",
"heck",
@@ -8806,8 +8781,8 @@
"multimap",
"petgraph",
"prettyplease",
- "prost 0.11.2",
- "prost-types 0.11.2",
+ "prost",
+ "prost-types",
"regex",
"syn",
"tempfile",
@@ -8816,32 +8791,19 @@
[[package]]
name = "prost-codec"
-version = "0.1.0"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"
+checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"
dependencies = [
"asynchronous-codec",
"bytes",
- "prost 0.10.4",
+ "prost",
"thiserror",
"unsigned-varint",
]
[[package]]
name = "prost-derive"
-version = "0.10.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
-dependencies = [
- "anyhow",
- "itertools",
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
-name = "prost-derive"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "164ae68b6587001ca506d3bf7f1000bfa248d0e1217b618108fba4ec1d0cc306"
@@ -8855,22 +8817,12 @@
[[package]]
name = "prost-types"
-version = "0.10.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
-dependencies = [
- "bytes",
- "prost 0.10.4",
-]
-
-[[package]]
-name = "prost-types"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"
dependencies = [
"bytes",
- "prost 0.11.2",
+ "prost",
]
[[package]]
@@ -8884,7 +8836,7 @@
[[package]]
name = "quartz-runtime"
-version = "0.9.30"
+version = "0.9.33"
dependencies = [
"app-promotion-rpc",
"cumulus-pallet-aura-ext",
@@ -9236,10 +9188,9 @@
[[package]]
name = "remote-externalities"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"env_logger",
- "jsonrpsee",
"log",
"parity-scale-codec 3.2.1",
"serde",
@@ -9248,6 +9199,7 @@
"sp-io",
"sp-runtime",
"sp-version",
+ "substrate-rpc-client",
]
[[package]]
@@ -9271,12 +9223,12 @@
[[package]]
name = "rfc6979"
-version = "0.1.0"
+version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"
+checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
dependencies = [
"crypto-bigint",
- "hmac 0.11.0",
+ "hmac 0.12.1",
"zeroize",
]
@@ -9302,6 +9254,7 @@
checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
dependencies = [
"bytes",
+ "rlp-derive",
"rustc-hex",
]
@@ -9340,9 +9293,9 @@
[[package]]
name = "rocksdb"
-version = "0.18.0"
+version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"
+checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"
dependencies = [
"libc",
"librocksdb-sys",
@@ -9350,8 +9303,8 @@
[[package]]
name = "rococo-runtime"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"beefy-merkle-tree",
"beefy-primitives",
@@ -9390,6 +9343,7 @@
"pallet-session",
"pallet-society",
"pallet-staking",
+ "pallet-state-trie-migration",
"pallet-sudo",
"pallet-timestamp",
"pallet-tips",
@@ -9434,23 +9388,26 @@
[[package]]
name = "rococo-runtime-constants"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
+ "sp-core",
"sp-runtime",
+ "sp-weights",
]
[[package]]
name = "rpassword"
-version = "7.1.0"
+version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"
+checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
dependencies = [
"libc",
+ "rtoolbox",
"winapi",
]
@@ -9470,6 +9427,16 @@
]
[[package]]
+name = "rtoolbox"
+version = "0.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
+dependencies = [
+ "libc",
+ "winapi",
+]
+
+[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -9521,15 +9488,15 @@
[[package]]
name = "rustix"
-version = "0.36.2"
+version = "0.36.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "203974af07ea769452490ee8de3e5947971efc3a090dca8a779dd432d3fa46a7"
+checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
dependencies = [
"bitflags",
"errno",
- "io-lifetimes 1.0.1",
+ "io-lifetimes 1.0.3",
"libc",
- "linux-raw-sys 0.1.2",
+ "linux-raw-sys 0.1.3",
"windows-sys 0.42.0",
]
@@ -9599,15 +9566,6 @@
]
[[package]]
-name = "salsa20"
-version = "0.10.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
-dependencies = [
- "cipher 0.4.3",
-]
-
-[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -9619,7 +9577,7 @@
[[package]]
name = "sc-allocator"
version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"log",
"sp-core",
@@ -9630,7 +9588,7 @@
[[package]]
name = "sc-authority-discovery"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"futures 0.3.25",
@@ -9639,8 +9597,8 @@
"libp2p",
"log",
"parity-scale-codec 3.2.1",
- "prost 0.10.4",
- "prost-build 0.10.4",
+ "prost",
+ "prost-build",
"rand 0.7.3",
"sc-client-api",
"sc-network-common",
@@ -9657,7 +9615,7 @@
[[package]]
name = "sc-basic-authorship"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"futures-timer",
@@ -9680,7 +9638,7 @@
[[package]]
name = "sc-block-builder"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"sc-client-api",
@@ -9696,7 +9654,7 @@
[[package]]
name = "sc-chain-spec"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"impl-trait-for-tuples",
"memmap2",
@@ -9713,7 +9671,7 @@
[[package]]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -9724,7 +9682,7 @@
[[package]]
name = "sc-cli"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"chrono",
@@ -9764,7 +9722,7 @@
[[package]]
name = "sc-client-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"fnv",
"futures 0.3.25",
@@ -9792,7 +9750,7 @@
[[package]]
name = "sc-client-db"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"hash-db",
"kvdb",
@@ -9800,7 +9758,7 @@
"kvdb-rocksdb",
"linked-hash-map",
"log",
- "parity-db",
+ "parity-db 0.4.2",
"parity-scale-codec 3.2.1",
"parking_lot 0.12.1",
"sc-client-api",
@@ -9817,7 +9775,7 @@
[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"futures 0.3.25",
@@ -9841,7 +9799,7 @@
[[package]]
name = "sc-consensus-aura"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"futures 0.3.25",
@@ -9870,19 +9828,18 @@
[[package]]
name = "sc-consensus-babe"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"fork-tree",
"futures 0.3.25",
"log",
"merlin",
- "num-bigint 0.2.6",
- "num-rational 0.2.4",
+ "num-bigint",
+ "num-rational",
"num-traits",
"parity-scale-codec 3.2.1",
"parking_lot 0.12.1",
- "rand 0.7.3",
"sc-client-api",
"sc-consensus",
"sc-consensus-epochs",
@@ -9912,7 +9869,7 @@
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"jsonrpsee",
@@ -9934,7 +9891,7 @@
[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"fork-tree",
"parity-scale-codec 3.2.1",
@@ -9947,7 +9904,7 @@
[[package]]
name = "sc-consensus-manual-seal"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"assert_matches",
"async-trait",
@@ -9981,7 +9938,7 @@
[[package]]
name = "sc-consensus-slots"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"futures 0.3.25",
@@ -10005,10 +9962,10 @@
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"lazy_static",
- "lru 0.7.8",
+ "lru",
"parity-scale-codec 3.2.1",
"parking_lot 0.12.1",
"sc-executor-common",
@@ -10021,7 +9978,6 @@
"sp-io",
"sp-panic-handler",
"sp-runtime-interface",
- "sp-tasks",
"sp-trie",
"sp-version",
"sp-wasm-interface",
@@ -10032,7 +9988,7 @@
[[package]]
name = "sc-executor-common"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"environmental",
"parity-scale-codec 3.2.1",
@@ -10048,7 +10004,7 @@
[[package]]
name = "sc-executor-wasmi"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"log",
"parity-scale-codec 3.2.1",
@@ -10063,14 +10019,14 @@
[[package]]
name = "sc-executor-wasmtime"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"libc",
"log",
"once_cell",
"parity-scale-codec 3.2.1",
- "parity-wasm 0.45.0",
+ "parity-wasm",
"rustix 0.35.13",
"sc-allocator",
"sc-executor-common",
@@ -10083,7 +10039,7 @@
[[package]]
name = "sc-finality-grandpa"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"ahash",
"array-bytes",
@@ -10124,7 +10080,7 @@
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"finality-grandpa",
"futures 0.3.25",
@@ -10145,7 +10101,7 @@
[[package]]
name = "sc-informant"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"ansi_term",
"futures 0.3.25",
@@ -10162,7 +10118,7 @@
[[package]]
name = "sc-keystore"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"async-trait",
@@ -10177,7 +10133,7 @@
[[package]]
name = "sc-network"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"async-trait",
@@ -10195,11 +10151,11 @@
"linked-hash-map",
"linked_hash_set",
"log",
- "lru 0.7.8",
+ "lru",
"parity-scale-codec 3.2.1",
"parking_lot 0.12.1",
"pin-project",
- "prost 0.10.4",
+ "prost",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
@@ -10224,14 +10180,14 @@
[[package]]
name = "sc-network-bitswap"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"cid",
"futures 0.3.25",
"libp2p",
"log",
- "prost 0.11.2",
- "prost-build 0.11.2",
+ "prost",
+ "prost-build",
"sc-client-api",
"sc-network-common",
"sp-blockchain",
@@ -10244,7 +10200,7 @@
[[package]]
name = "sc-network-common"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"bitflags",
@@ -10254,7 +10210,7 @@
"libp2p",
"linked_hash_set",
"parity-scale-codec 3.2.1",
- "prost-build 0.10.4",
+ "prost-build",
"sc-consensus",
"sc-peerset",
"serde",
@@ -10270,14 +10226,14 @@
[[package]]
name = "sc-network-gossip"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"ahash",
"futures 0.3.25",
"futures-timer",
"libp2p",
"log",
- "lru 0.7.8",
+ "lru",
"sc-network-common",
"sc-peerset",
"sp-runtime",
@@ -10288,15 +10244,15 @@
[[package]]
name = "sc-network-light"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"futures 0.3.25",
"libp2p",
"log",
"parity-scale-codec 3.2.1",
- "prost 0.10.4",
- "prost-build 0.10.4",
+ "prost",
+ "prost-build",
"sc-client-api",
"sc-network-common",
"sc-peerset",
@@ -10309,21 +10265,23 @@
[[package]]
name = "sc-network-sync"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"fork-tree",
"futures 0.3.25",
"libp2p",
"log",
- "lru 0.7.8",
+ "lru",
+ "mockall",
"parity-scale-codec 3.2.1",
- "prost 0.10.4",
- "prost-build 0.10.4",
+ "prost",
+ "prost-build",
"sc-client-api",
"sc-consensus",
"sc-network-common",
"sc-peerset",
+ "sc-utils",
"smallvec",
"sp-arithmetic",
"sp-blockchain",
@@ -10337,7 +10295,7 @@
[[package]]
name = "sc-network-transactions"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"futures 0.3.25",
@@ -10356,7 +10314,7 @@
[[package]]
name = "sc-offchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"bytes",
@@ -10386,7 +10344,7 @@
[[package]]
name = "sc-peerset"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"libp2p",
@@ -10399,7 +10357,7 @@
[[package]]
name = "sc-proposer-metrics"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"log",
"substrate-prometheus-endpoint",
@@ -10408,7 +10366,7 @@
[[package]]
name = "sc-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"hash-db",
@@ -10438,7 +10396,7 @@
[[package]]
name = "sc-rpc-api"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"jsonrpsee",
@@ -10461,7 +10419,7 @@
[[package]]
name = "sc-rpc-server"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"jsonrpsee",
@@ -10472,9 +10430,28 @@
]
[[package]]
+name = "sc-rpc-spec-v2"
+version = "0.10.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
+dependencies = [
+ "futures 0.3.25",
+ "hex",
+ "jsonrpsee",
+ "parity-scale-codec 3.2.1",
+ "sc-chain-spec",
+ "sc-transaction-pool-api",
+ "serde",
+ "sp-api",
+ "sp-blockchain",
+ "sp-core",
+ "sp-runtime",
+ "thiserror",
+]
+
+[[package]]
name = "sc-service"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"directories",
@@ -10506,6 +10483,7 @@
"sc-offchain",
"sc-rpc",
"sc-rpc-server",
+ "sc-rpc-spec-v2",
"sc-sysinfo",
"sc-telemetry",
"sc-tracing",
@@ -10544,7 +10522,7 @@
[[package]]
name = "sc-state-db"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"log",
"parity-scale-codec 3.2.1",
@@ -10558,7 +10536,7 @@
[[package]]
name = "sc-sync-state-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"jsonrpsee",
"parity-scale-codec 3.2.1",
@@ -10577,7 +10555,7 @@
[[package]]
name = "sc-sysinfo"
version = "6.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"libc",
@@ -10596,7 +10574,7 @@
[[package]]
name = "sc-telemetry"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"chrono",
"futures 0.3.25",
@@ -10614,7 +10592,7 @@
[[package]]
name = "sc-tracing"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"ansi_term",
"atty",
@@ -10645,7 +10623,7 @@
[[package]]
name = "sc-tracing-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -10656,8 +10634,9 @@
[[package]]
name = "sc-transaction-pool"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
+ "async-trait",
"futures 0.3.25",
"futures-timer",
"linked-hash-map",
@@ -10682,8 +10661,9 @@
[[package]]
name = "sc-transaction-pool-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
+ "async-trait",
"futures 0.3.25",
"log",
"serde",
@@ -10695,7 +10675,7 @@
[[package]]
name = "sc-utils"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"futures-timer",
@@ -10712,7 +10692,7 @@
checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"
dependencies = [
"bitvec 1.0.1",
- "cfg-if 1.0.0",
+ "cfg-if",
"derive_more",
"parity-scale-codec 3.2.1",
"scale-info-derive",
@@ -10783,10 +10763,11 @@
[[package]]
name = "sec1"
-version = "0.2.1"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"
+checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
dependencies = [
+ "base16ct",
"der",
"generic-array 0.14.6",
"pkcs8",
@@ -10879,18 +10860,18 @@
[[package]]
name = "serde"
-version = "1.0.147"
+version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
+checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.147"
+version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
+checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"
dependencies = [
"proc-macro2",
"quote",
@@ -10924,7 +10905,7 @@
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
"block-buffer 0.9.0",
- "cfg-if 1.0.0",
+ "cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
@@ -10936,7 +10917,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"cpufeatures",
"digest 0.10.6",
]
@@ -10960,7 +10941,7 @@
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
- "cfg-if 1.0.0",
+ "cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
@@ -10972,7 +10953,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"cpufeatures",
"digest 0.10.6",
]
@@ -11029,11 +11010,11 @@
[[package]]
name = "signature"
-version = "1.4.0"
+version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"
+checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
dependencies = [
- "digest 0.9.0",
+ "digest 0.10.6",
"rand_core 0.6.4",
]
@@ -11086,8 +11067,8 @@
[[package]]
name = "slot-range-helper"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"enumn",
"parity-scale-codec 3.2.1",
@@ -11163,7 +11144,7 @@
[[package]]
name = "sp-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"hash-db",
"log",
@@ -11181,7 +11162,7 @@
[[package]]
name = "sp-api-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"blake2",
"proc-macro-crate",
@@ -11193,7 +11174,7 @@
[[package]]
name = "sp-application-crypto"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"scale-info",
@@ -11206,7 +11187,7 @@
[[package]]
name = "sp-arithmetic"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"integer-sqrt",
"num-traits",
@@ -11221,7 +11202,7 @@
[[package]]
name = "sp-authority-discovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"scale-info",
@@ -11234,7 +11215,7 @@
[[package]]
name = "sp-authorship"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"parity-scale-codec 3.2.1",
@@ -11246,7 +11227,7 @@
[[package]]
name = "sp-block-builder"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"sp-api",
@@ -11258,11 +11239,11 @@
[[package]]
name = "sp-blockchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"log",
- "lru 0.7.8",
+ "lru",
"parity-scale-codec 3.2.1",
"parking_lot 0.12.1",
"sp-api",
@@ -11276,7 +11257,7 @@
[[package]]
name = "sp-consensus"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"futures 0.3.25",
@@ -11295,7 +11276,7 @@
[[package]]
name = "sp-consensus-aura"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"parity-scale-codec 3.2.1",
@@ -11313,7 +11294,7 @@
[[package]]
name = "sp-consensus-babe"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"merlin",
@@ -11336,7 +11317,7 @@
[[package]]
name = "sp-consensus-slots"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"scale-info",
@@ -11350,7 +11331,7 @@
[[package]]
name = "sp-consensus-vrf"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"scale-info",
@@ -11363,7 +11344,7 @@
[[package]]
name = "sp-core"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"base58",
@@ -11382,9 +11363,8 @@
"merlin",
"num-traits",
"parity-scale-codec 3.2.1",
- "parity-util-mem",
"parking_lot 0.12.1",
- "primitive-types",
+ "primitive-types 0.12.1",
"rand 0.7.3",
"regex",
"scale-info",
@@ -11409,7 +11389,7 @@
[[package]]
name = "sp-core-hashing"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"blake2",
"byteorder",
@@ -11423,7 +11403,7 @@
[[package]]
name = "sp-core-hashing-proc-macro"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"proc-macro2",
"quote",
@@ -11434,7 +11414,7 @@
[[package]]
name = "sp-database"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"kvdb",
"parking_lot 0.12.1",
@@ -11443,7 +11423,7 @@
[[package]]
name = "sp-debug-derive"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"proc-macro2",
"quote",
@@ -11453,7 +11433,7 @@
[[package]]
name = "sp-externalities"
version = "0.12.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"environmental",
"parity-scale-codec 3.2.1",
@@ -11464,7 +11444,7 @@
[[package]]
name = "sp-finality-grandpa"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"finality-grandpa",
"log",
@@ -11482,7 +11462,7 @@
[[package]]
name = "sp-inherents"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"impl-trait-for-tuples",
@@ -11496,7 +11476,7 @@
[[package]]
name = "sp-io"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"bytes",
"futures 0.3.25",
@@ -11522,7 +11502,7 @@
[[package]]
name = "sp-keyring"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"lazy_static",
"sp-core",
@@ -11533,7 +11513,7 @@
[[package]]
name = "sp-keystore"
version = "0.12.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"futures 0.3.25",
@@ -11550,7 +11530,7 @@
[[package]]
name = "sp-maybe-compressed-blob"
version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"thiserror",
"zstd",
@@ -11559,22 +11539,24 @@
[[package]]
name = "sp-mmr-primitives"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"log",
"parity-scale-codec 3.2.1",
+ "scale-info",
"serde",
"sp-api",
"sp-core",
"sp-debug-derive",
"sp-runtime",
"sp-std",
+ "thiserror",
]
[[package]]
name = "sp-npos-elections"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"scale-info",
@@ -11588,7 +11570,7 @@
[[package]]
name = "sp-offchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"sp-api",
"sp-core",
@@ -11598,7 +11580,7 @@
[[package]]
name = "sp-panic-handler"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"backtrace",
"lazy_static",
@@ -11608,7 +11590,7 @@
[[package]]
name = "sp-rpc"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"rustc-hash",
"serde",
@@ -11618,7 +11600,7 @@
[[package]]
name = "sp-runtime"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"either",
"hash256-std-hasher",
@@ -11641,12 +11623,12 @@
[[package]]
name = "sp-runtime-interface"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"bytes",
"impl-trait-for-tuples",
"parity-scale-codec 3.2.1",
- "primitive-types",
+ "primitive-types 0.12.1",
"sp-externalities",
"sp-runtime-interface-proc-macro",
"sp-std",
@@ -11659,7 +11641,7 @@
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"Inflector",
"proc-macro-crate",
@@ -11671,7 +11653,7 @@
[[package]]
name = "sp-sandbox"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"log",
"parity-scale-codec 3.2.1",
@@ -11685,7 +11667,7 @@
[[package]]
name = "sp-session"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"scale-info",
@@ -11699,7 +11681,7 @@
[[package]]
name = "sp-staking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"scale-info",
@@ -11710,7 +11692,7 @@
[[package]]
name = "sp-state-machine"
version = "0.12.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"hash-db",
"log",
@@ -11732,12 +11714,12 @@
[[package]]
name = "sp-std"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
[[package]]
name = "sp-storage"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"impl-serde",
"parity-scale-codec 3.2.1",
@@ -11748,22 +11730,9 @@
]
[[package]]
-name = "sp-tasks"
-version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
-dependencies = [
- "log",
- "sp-core",
- "sp-externalities",
- "sp-io",
- "sp-runtime-interface",
- "sp-std",
-]
-
-[[package]]
name = "sp-timestamp"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"futures-timer",
@@ -11779,7 +11748,7 @@
[[package]]
name = "sp-tracing"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"sp-std",
@@ -11791,7 +11760,7 @@
[[package]]
name = "sp-transaction-pool"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"sp-api",
"sp-runtime",
@@ -11800,7 +11769,7 @@
[[package]]
name = "sp-transaction-storage-proof"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"async-trait",
"log",
@@ -11816,13 +11785,13 @@
[[package]]
name = "sp-trie"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"ahash",
"hash-db",
"hashbrown",
"lazy_static",
- "lru 0.7.8",
+ "lru",
"memory-db",
"nohash-hasher",
"parity-scale-codec 3.2.1",
@@ -11839,11 +11808,11 @@
[[package]]
name = "sp-version"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"impl-serde",
"parity-scale-codec 3.2.1",
- "parity-wasm 0.45.0",
+ "parity-wasm",
"scale-info",
"serde",
"sp-core-hashing-proc-macro",
@@ -11856,7 +11825,7 @@
[[package]]
name = "sp-version-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"parity-scale-codec 3.2.1",
"proc-macro2",
@@ -11867,7 +11836,7 @@
[[package]]
name = "sp-wasm-interface"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"impl-trait-for-tuples",
"log",
@@ -11880,7 +11849,7 @@
[[package]]
name = "sp-weights"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec 3.2.1",
@@ -11901,9 +11870,9 @@
[[package]]
name = "spki"
-version = "0.5.4"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
+checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
dependencies = [
"base64ct",
"der",
@@ -12054,7 +12023,7 @@
[[package]]
name = "substrate-build-script-utils"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"platforms",
]
@@ -12062,7 +12031,7 @@
[[package]]
name = "substrate-frame-rpc-system"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"frame-system-rpc-runtime-api",
"futures 0.3.25",
@@ -12083,7 +12052,7 @@
[[package]]
name = "substrate-prometheus-endpoint"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures-util",
"hyper",
@@ -12094,9 +12063,22 @@
]
[[package]]
+name = "substrate-rpc-client"
+version = "0.10.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
+dependencies = [
+ "async-trait",
+ "jsonrpsee",
+ "log",
+ "sc-rpc-api",
+ "serde",
+ "sp-runtime",
+]
+
+[[package]]
name = "substrate-state-trie-migration-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"jsonrpsee",
"log",
@@ -12117,7 +12099,7 @@
[[package]]
name = "substrate-test-client"
version = "2.0.1"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"array-bytes",
"async-trait",
@@ -12143,7 +12125,7 @@
[[package]]
name = "substrate-test-utils"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"futures 0.3.25",
"substrate-test-utils-derive",
@@ -12153,7 +12135,7 @@
[[package]]
name = "substrate-test-utils-derive"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -12164,7 +12146,7 @@
[[package]]
name = "substrate-wasm-builder"
version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"ansi_term",
"build-helper",
@@ -12175,7 +12157,7 @@
"tempfile",
"toml",
"walkdir",
- "wasm-gc-api",
+ "wasm-opt",
]
[[package]]
@@ -12186,9 +12168,9 @@
[[package]]
name = "syn"
-version = "1.0.103"
+version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
+checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
dependencies = [
"proc-macro2",
"quote",
@@ -12246,7 +12228,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"fastrand",
"libc",
"redox_syscall",
@@ -12274,15 +12256,23 @@
]
[[package]]
+name = "termtree"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
+
+[[package]]
name = "test-runtime-constants"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
+ "sp-core",
"sp-runtime",
+ "sp-weights",
]
[[package]]
@@ -12314,12 +12304,6 @@
"up-data-structs",
"up-sponsorship",
]
-
-[[package]]
-name = "textwrap"
-version = "0.16.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]]
name = "thiserror"
@@ -12380,9 +12364,9 @@
[[package]]
name = "tikv-jemalloc-sys"
-version = "0.4.3+5.2.1-patched.2"
+version = "0.5.2+5.3.0-patched"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"
+checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"
dependencies = [
"cc",
"fs_extra",
@@ -12391,9 +12375,9 @@
[[package]]
name = "time"
-version = "0.1.44"
+version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
+checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
@@ -12463,9 +12447,9 @@
[[package]]
name = "tokio"
-version = "1.22.0"
+version = "1.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
+checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
dependencies = [
"autocfg",
"bytes",
@@ -12478,14 +12462,14 @@
"signal-hook-registry",
"socket2",
"tokio-macros",
- "winapi",
+ "windows-sys 0.42.0",
]
[[package]]
name = "tokio-macros"
-version = "1.8.0"
+version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
+checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
dependencies = [
"proc-macro2",
"quote",
@@ -12550,7 +12534,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"pin-project-lite 0.2.9",
"tracing-attributes",
"tracing-core",
@@ -12589,8 +12573,8 @@
[[package]]
name = "tracing-gum"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"polkadot-node-jaeger",
"polkadot-primitives",
@@ -12600,8 +12584,8 @@
[[package]]
name = "tracing-gum-proc-macro"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"expander 0.0.6",
"proc-macro-crate",
@@ -12688,12 +12672,12 @@
[[package]]
name = "trust-dns-proto"
-version = "0.21.2"
+version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
+checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
dependencies = [
"async-trait",
- "cfg-if 1.0.0",
+ "cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
@@ -12702,30 +12686,30 @@
"idna 0.2.3",
"ipnet",
"lazy_static",
- "log",
"rand 0.8.5",
"smallvec",
"thiserror",
"tinyvec",
+ "tracing",
"url",
]
[[package]]
name = "trust-dns-resolver"
-version = "0.21.2"
+version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
+checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"futures-util",
"ipconfig",
"lazy_static",
- "log",
"lru-cache",
"parking_lot 0.12.1",
"resolv-conf",
"smallvec",
"thiserror",
+ "tracing",
"trust-dns-proto",
]
@@ -12738,11 +12722,10 @@
[[package]]
name = "try-runtime-cli"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
dependencies = [
"clap",
"frame-try-runtime",
- "jsonrpsee",
"log",
"parity-scale-codec 3.2.1",
"remote-externalities",
@@ -12758,14 +12741,16 @@
"sp-runtime",
"sp-state-machine",
"sp-version",
+ "sp-weights",
+ "substrate-rpc-client",
"zstd",
]
[[package]]
name = "trybuild"
-version = "1.0.71"
+version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"
+checksum = "db29f438342820400f2d9acfec0d363e987a38b2950bdb50a7069ed17b2148ee"
dependencies = [
"glob",
"once_cell",
@@ -12788,7 +12773,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"digest 0.10.6",
"rand 0.8.5",
"static_assertions",
@@ -12796,9 +12781,9 @@
[[package]]
name = "typenum"
-version = "1.15.0"
+version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
+checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "uc-rpc"
@@ -12828,9 +12813,9 @@
[[package]]
name = "uint"
-version = "0.9.4"
+version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"
+checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
dependencies = [
"byteorder",
"crunchy",
@@ -12888,7 +12873,7 @@
[[package]]
name = "unique-node"
-version = "0.9.30"
+version = "0.9.33"
dependencies = [
"app-promotion-rpc",
"clap",
@@ -12902,7 +12887,7 @@
"cumulus-primitives-parachain-inherent",
"cumulus-relay-chain-inprocess-interface",
"cumulus-relay-chain-interface",
- "cumulus-relay-chain-rpc-interface",
+ "cumulus-relay-chain-minimal-node",
"fc-consensus",
"fc-db",
"fc-mapping-sync",
@@ -13027,7 +13012,7 @@
[[package]]
name = "unique-runtime"
-version = "0.9.30"
+version = "0.9.33"
dependencies = [
"app-promotion-rpc",
"cumulus-pallet-aura-ext",
@@ -13148,8 +13133,9 @@
[[package]]
name = "up-common"
-version = "0.9.30"
+version = "0.9.33"
dependencies = [
+ "cumulus-primitives-core",
"fp-rpc",
"frame-support",
"pallet-evm",
@@ -13195,7 +13181,7 @@
[[package]]
name = "up-sponsorship"
version = "0.1.0"
-source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"
+source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"
dependencies = [
"impl-trait-for-tuples",
]
@@ -13296,7 +13282,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"wasm-bindgen-macro",
]
@@ -13321,7 +13307,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
@@ -13357,26 +13343,56 @@
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
[[package]]
-name = "wasm-gc-api"
-version = "0.1.11"
+name = "wasm-instrument"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"
+checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"
dependencies = [
- "log",
- "parity-wasm 0.32.0",
- "rustc-demangle",
+ "parity-wasm",
]
[[package]]
-name = "wasm-instrument"
-version = "0.3.0"
+name = "wasm-opt"
+version = "0.110.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"
+checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"
dependencies = [
- "parity-wasm 0.45.0",
+ "anyhow",
+ "libc",
+ "strum",
+ "strum_macros",
+ "tempfile",
+ "thiserror",
+ "wasm-opt-cxx-sys",
+ "wasm-opt-sys",
]
[[package]]
+name = "wasm-opt-cxx-sys"
+version = "0.110.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"
+dependencies = [
+ "anyhow",
+ "cxx",
+ "cxx-build",
+ "wasm-opt-sys",
+]
+
+[[package]]
+name = "wasm-opt-sys"
+version = "0.110.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"
+dependencies = [
+ "anyhow",
+ "cc",
+ "cxx",
+ "cxx-build",
+ "regex",
+]
+
+[[package]]
name = "wasm-timer"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -13397,7 +13413,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"
dependencies = [
- "parity-wasm 0.45.0",
+ "parity-wasm",
"wasmi-validation",
"wasmi_core",
]
@@ -13408,7 +13424,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"
dependencies = [
- "parity-wasm 0.45.0",
+ "parity-wasm",
]
[[package]]
@@ -13420,7 +13436,7 @@
"downcast-rs",
"libm",
"memory_units",
- "num-rational 0.4.1",
+ "num-rational",
"num-traits",
]
@@ -13441,7 +13457,7 @@
dependencies = [
"anyhow",
"bincode",
- "cfg-if 1.0.0",
+ "cfg-if",
"indexmap",
"libc",
"log",
@@ -13467,7 +13483,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if",
]
[[package]]
@@ -13539,7 +13555,7 @@
"addr2line",
"anyhow",
"bincode",
- "cfg-if 1.0.0",
+ "cfg-if",
"cpp_demangle",
"gimli",
"log",
@@ -13574,7 +13590,7 @@
dependencies = [
"anyhow",
"cc",
- "cfg-if 1.0.0",
+ "cfg-if",
"indexmap",
"libc",
"log",
@@ -13643,8 +13659,8 @@
[[package]]
name = "westend-runtime"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"beefy-primitives",
"bitvec 1.0.1",
@@ -13733,14 +13749,16 @@
[[package]]
name = "westend-runtime-constants"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
+ "sp-core",
"sp-runtime",
+ "sp-weights",
]
[[package]]
@@ -13971,8 +13989,8 @@
[[package]]
name = "xcm"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"derivative",
"impl-trait-for-tuples",
@@ -13985,8 +14003,8 @@
[[package]]
name = "xcm-builder"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-support",
"frame-system",
@@ -14005,8 +14023,8 @@
[[package]]
name = "xcm-executor"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -14023,8 +14041,8 @@
[[package]]
name = "xcm-procedural"
-version = "0.9.30"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"
+version = "0.9.33"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
dependencies = [
"Inflector",
"proc-macro2",
@@ -14057,9 +14075,9 @@
[[package]]
name = "zeroize_derive"
-version = "1.3.2"
+version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
+checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
dependencies = [
"proc-macro2",
"quote",
@@ -14088,9 +14106,9 @@
[[package]]
name = "zstd-sys"
-version = "2.0.1+zstd.1.5.2"
+version = "2.0.4+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
+checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"
dependencies = [
"cc",
"libc",
Cargo.tomldiffbeforeafterboth--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,20 +20,20 @@
[workspace.dependencies.orml-vesting]
git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[workspace.dependencies.orml-xtokens]
git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[workspace.dependencies.orml-tokens]
git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[workspace.dependencies.orml-traits]
git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
README.mddiffbeforeafterboth--- a/README.md
+++ b/README.md
@@ -46,17 +46,17 @@
2. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall <toolchain>`.
-3. Install toolchain nightly-2022-07-24 and make it default:
+3. Install toolchain nightly-2022-10-09 and make it default:
```bash
-rustup toolchain install nightly-2022-07-24
-rustup default nightly-2022-07-24
+rustup toolchain install nightly-2022-10-09
+rustup default nightly-2022-10-09
```
4. Add wasm target for nightly toolchain:
```bash
-rustup target add wasm32-unknown-unknown --toolchain nightly-2022-07-24
+rustup target add wasm32-unknown-unknown --toolchain nightly-2022-10-09
```
5. Build:
@@ -90,7 +90,7 @@
```
git clone https://github.com/paritytech/polkadot.git
cd polkadot
-git checkout release-v0.9.30
+git checkout release-v0.9.33
cargo build --release
```
client/rpc/Cargo.tomldiffbeforeafterboth--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -14,9 +14,9 @@
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
anyhow = "1.0.57"
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
crates/evm-coder/Cargo.tomldiffbeforeafterboth--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -9,17 +9,17 @@
# evm-coder reexports those proc-macro
evm-coder-procedural = { path = "./procedural" }
# Evm uses primitive-types for H160, H256 and others
-primitive-types = { version = "0.11.1", default-features = false }
+primitive-types = { version = "0.12.1", default-features = false }
# Evm doesn't have reexports for log and others
-ethereum = { version = "0.12.0", default-features = false }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+ethereum = { version = "0.14.0", default-features = false }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
# Error types for execution
-evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.30" }
+evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.33" }
# We have tuple-heavy code in solidity.rs
impl-trait-for-tuples = "0.2.2"
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
[dev-dependencies]
# We want to assert some large binary blobs equality in tests
crates/evm-coder/tests/build_failed/custom_signature_over_max_size.stderrdiffbeforeafterboth--- a/crates/evm-coder/tests/build_failed/custom_signature_over_max_size.stderr
+++ b/crates/evm-coder/tests/build_failed/custom_signature_over_max_size.stderr
@@ -6,24 +6,16 @@
|
= note: `#[warn(unused_imports)]` on by default
-error: any use of this value will cause an error
+error[E0080]: evaluation of `<std::vec::Vec<MaxSize> as Name>::SIGNATURE` failed
--> tests/build_failed/custom_signature_over_max_size.rs:19:3
|
-18 | const SIGNATURE: SignatureUnit =
- | ------------------------------
19 | evm_coder::make_signature!(new nameof(T::SIGNATURE) fixed("[]"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ index out of bounds: the length is 256 but the index is 256
|
- = note: `#[deny(const_err)]` on by default
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
= note: this error originates in the macro `$crate::make_signature` which comes from the expansion of the macro `evm_coder::make_signature` (in Nightly builds, run with -Z macro-backtrace for more info)
-error: any use of this value will cause an error
+error[E0080]: evaluation of constant value failed
--> tests/build_failed/custom_signature_over_max_size.rs:30:29
|
30 | const NAME: SignatureUnit = <Vec<MaxSize>>::SIGNATURE;
- | ------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors
node/cli/Cargo.tomldiffbeforeafterboth--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -3,7 +3,7 @@
[build-dependencies.substrate-build-script-utils]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
################################################################################
# Substrate Dependecies
@@ -16,158 +16,158 @@
[dependencies.frame-benchmarking]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-benchmarking-cli]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.try-runtime-cli]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-transaction-payment-rpc]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.substrate-prometheus-endpoint]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-basic-authorship]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-chain-spec]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-cli]
features = ['wasmtime']
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-client-api]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-consensus]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-consensus-aura]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-executor]
features = ['wasmtime']
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-finality-grandpa]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-keystore]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-rpc]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-rpc-api]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-service]
features = ['wasmtime']
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-telemetry]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-transaction-pool]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-tracing]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-sysinfo]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-block-builder]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-api]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-blockchain]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-consensus]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-consensus-aura]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-core]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-finality-grandpa]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-inherents]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-keystore]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-offchain]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-runtime]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-session]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-timestamp]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-transaction-pool]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-trie]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.substrate-frame-rpc-system]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sc-network]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.serde]
features = ['derive']
@@ -178,76 +178,76 @@
[dependencies.sc-consensus-manual-seal]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
################################################################################
# Cumulus dependencies
[dependencies.cumulus-client-consensus-aura]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-client-consensus-common]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-client-collator]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-client-cli]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-client-network]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-primitives-core]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-primitives-parachain-inherent]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-client-service]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-relay-chain-interface]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-relay-chain-inprocess-interface]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
-[dependencies.cumulus-relay-chain-rpc-interface]
+[dependencies.cumulus-relay-chain-minimal-node]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
################################################################################
# Polkadot dependencies
[dependencies.polkadot-primitives]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
[dependencies.polkadot-service]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
[dependencies.polkadot-cli]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
[dependencies.polkadot-test-service]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
################################################################################
@@ -277,7 +277,7 @@
[dependencies.pallet-transaction-payment-rpc-runtime-api]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
################################################################################
# Package
@@ -291,7 +291,7 @@
license = 'GPLv3'
name = 'unique-node'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.9.30"
+version = "0.9.33"
[[bin]]
name = 'unique-collator'
@@ -305,17 +305,17 @@
log = '0.4.16'
flexi_logger = "0.22.5"
parking_lot = '0.12.1'
-clap = "3.1.2"
+clap = "4.0.9"
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
tokio = { version = "1.19.2", features = ["time"] }
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
unique-rpc = { default-features = false, path = "../rpc" }
app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
@@ -328,12 +328,14 @@
'quartz-runtime?/runtime-benchmarks',
'opal-runtime/runtime-benchmarks',
'polkadot-service/runtime-benchmarks',
+ 'polkadot-cli/runtime-benchmarks',
'sc-service/runtime-benchmarks',
]
try-runtime = [
'unique-runtime?/try-runtime',
'quartz-runtime?/try-runtime',
'opal-runtime?/try-runtime',
+ 'try-runtime-cli/try-runtime',
]
sapphire-runtime = [
'opal-runtime',
node/cli/src/cli.rsdiffbeforeafterboth--- a/node/cli/src/cli.rs
+++ b/node/cli/src/cli.rs
@@ -56,7 +56,12 @@
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
/// Try runtime
+ #[cfg(feature = "try-runtime")]
TryRuntime(try_runtime_cli::TryRuntimeCmd),
+
+ /// Try runtime. Note: `try-runtime` feature must be enabled.
+ #[cfg(not(feature = "try-runtime"))]
+ TryRuntime,
}
#[derive(Debug, Parser)]
node/cli/src/command.rsdiffbeforeafterboth--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -54,7 +54,6 @@
use codec::Encode;
use cumulus_primitives_core::ParaId;
use cumulus_client_cli::generate_genesis_block;
-use std::{future::Future, pin::Pin};
use log::info;
use sc_cli::{
ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,
@@ -410,40 +409,41 @@
}
}
}
+ #[cfg(feature = "try-runtime")]
Some(Subcommand::TryRuntime(cmd)) => {
- if cfg!(feature = "try-runtime") {
- let runner = cli.create_runner(cmd)?;
+ use std::{future::Future, pin::Pin};
+
+ let runner = cli.create_runner(cmd)?;
- // grab the task manager.
- let registry = &runner
- .config()
- .prometheus_config
- .as_ref()
- .map(|cfg| &cfg.registry);
- let task_manager =
- sc_service::TaskManager::new(runner.config().tokio_handle.clone(), *registry)
- .map_err(|e| format!("Error: {:?}", e))?;
+ // grab the task manager.
+ let registry = &runner
+ .config()
+ .prometheus_config
+ .as_ref()
+ .map(|cfg| &cfg.registry);
+ let task_manager =
+ sc_service::TaskManager::new(runner.config().tokio_handle.clone(), *registry)
+ .map_err(|e| format!("Error: {:?}", e))?;
- runner.async_run(|config| -> Result<(Pin<Box<dyn Future<Output = _>>>, _)> {
- Ok((
- match config.chain_spec.runtime_id() {
- #[cfg(feature = "unique-runtime")]
- RuntimeId::Unique => Box::pin(cmd.run::<Block, UniqueRuntimeExecutor>(config)),
+ runner.async_run(|config| -> Result<(Pin<Box<dyn Future<Output = _>>>, _)> {
+ Ok((
+ match config.chain_spec.runtime_id() {
+ #[cfg(feature = "unique-runtime")]
+ RuntimeId::Unique => Box::pin(cmd.run::<Block, UniqueRuntimeExecutor>(config)),
- #[cfg(feature = "quartz-runtime")]
- RuntimeId::Quartz => Box::pin(cmd.run::<Block, QuartzRuntimeExecutor>(config)),
+ #[cfg(feature = "quartz-runtime")]
+ RuntimeId::Quartz => Box::pin(cmd.run::<Block, QuartzRuntimeExecutor>(config)),
- RuntimeId::Opal => {
- Box::pin(cmd.run::<Block, OpalRuntimeExecutor>(config))
- }
- RuntimeId::Unknown(chain) => return Err(no_runtime_err!(chain).into()),
- },
- task_manager,
- ))
- })
- } else {
- Err("Try-runtime must be enabled by `--features try-runtime`.".into())
- }
+ RuntimeId::Opal => Box::pin(cmd.run::<Block, OpalRuntimeExecutor>(config)),
+ RuntimeId::Unknown(chain) => return Err(no_runtime_err!(chain).into()),
+ },
+ task_manager,
+ ))
+ })
+ }
+ #[cfg(not(feature = "try-runtime"))]
+ Some(Subcommand::TryRuntime) => {
+ Err("Try-runtime must be enabled by `--features try-runtime`.".into())
}
None => {
let runner = cli.create_runner(&cli.run.normalize())?;
node/cli/src/service.rsdiffbeforeafterboth--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -34,7 +34,9 @@
// Cumulus Imports
use cumulus_client_consensus_aura::{AuraConsensus, BuildAuraConsensusParams, SlotProportion};
-use cumulus_client_consensus_common::ParachainConsensus;
+use cumulus_client_consensus_common::{
+ ParachainConsensus, ParachainBlockImport as TParachainBlockImport,
+};
use cumulus_client_service::{
prepare_node_config, start_collator, start_full_node, StartCollatorParams, StartFullNodeParams,
};
@@ -43,7 +45,7 @@
use cumulus_primitives_core::ParaId;
use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain;
use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface, RelayChainResult};
-use cumulus_relay_chain_rpc_interface::{RelayChainRpcInterface, create_client_and_start_worker};
+use cumulus_relay_chain_minimal_node::build_minimal_relay_chain_node;
// Substrate Imports
use sp_api::BlockT;
@@ -188,6 +190,8 @@
sc_service::TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<ExecutorDispatch>>;
type FullBackend = sc_service::TFullBackend<Block>;
type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;
+type ParachainBlockImport<RuntimeApi, ExecutorDispatch> =
+ TParachainBlockImport<Arc<FullClient<RuntimeApi, ExecutorDispatch>>>;
/// Starts a `ServiceBuilder` for a full service.
///
@@ -333,12 +337,7 @@
)> {
match collator_options.relay_chain_rpc_url {
Some(relay_chain_url) => {
- let rpc_client = create_client_and_start_worker(relay_chain_url, task_manager).await?;
-
- Ok((
- Arc::new(RelayChainRpcInterface::new(rpc_client)) as Arc<_>,
- None,
- ))
+ build_minimal_relay_chain_node(polkadot_config, task_manager, relay_chain_url).await
}
None => build_inprocess_relay_chain(
polkadot_config,
@@ -597,7 +596,6 @@
import_queue,
relay_chain_interface,
relay_chain_slot_duration,
- collator_options,
};
start_full_node(params)?;
@@ -631,6 +629,8 @@
{
let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;
+ let block_import = ParachainBlockImport::new(client.clone());
+
cumulus_client_consensus_aura::import_queue::<
sp_consensus_aura::sr25519::AuthorityPair,
_,
@@ -639,7 +639,7 @@
_,
_,
>(cumulus_client_consensus_aura::ImportQueueParams {
- block_import: client.clone(),
+ block_import,
client: client.clone(),
create_inherent_data_providers: move |_, _| async move {
let time = sp_timestamp::InherentDataProvider::from_system_time();
@@ -726,6 +726,8 @@
telemetry.clone(),
);
+ let block_import = ParachainBlockImport::new(client.clone());
+
Ok(AuraConsensus::build::<
sp_consensus_aura::sr25519::AuthorityPair,
_,
@@ -763,7 +765,7 @@
Ok((slot, time, parachain_inherent))
}
},
- block_import: client.clone(),
+ block_import,
para_client: client,
backoff_authoring_blocks: Option::<()>::None,
sync_oracle,
node/rpc/Cargo.tomldiffbeforeafterboth--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -13,40 +13,40 @@
futures = { version = "0.3.17", features = ["compat"] }
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
tokio = { version = "1.19.2", features = ["macros", "sync"] }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
pallet-common = { default-features = false, path = "../../pallets/common" }
up-common = { path = "../../primitives/common" }
pallets/app-promotion/Cargo.tomldiffbeforeafterboth--- a/pallets/app-promotion/Cargo.toml
+++ b/pallets/app-promotion/Cargo.toml
@@ -50,17 +50,17 @@
codec = { default-features = false, features = [
'derive',
], package = 'parity-scale-codec', version = '3.1.2' }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
serde = { default-features = false, features = ['derive'], version = '1.0.130' }
################################################################################
pallets/common/Cargo.tomldiffbeforeafterboth--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -11,18 +11,18 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-ethereum = { version = "0.12.0", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+ethereum = { version = "0.14.0", default-features = false }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
serde = { version = "1.0.130", default-features = false }
scale-info = { version = "2.0.1", default-features = false, features = [
pallets/configuration/Cargo.tomldiffbeforeafterboth--- a/pallets/configuration/Cargo.toml
+++ b/pallets/configuration/Cargo.toml
@@ -10,13 +10,13 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
smallvec = "1.6.1"
xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30" }
pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -8,15 +8,15 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-ethereum = { version = "0.12.0", default-features = false }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+ethereum = { version = "0.14.0", default-features = false }
evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
[dependencies.codec]
pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -9,19 +9,19 @@
"derive",
] }
log = { default-features = false, version = "0.4.14" }
-ethereum = { version = "0.12.0", default-features = false }
+ethereum = { version = "0.14.0", default-features = false }
# Substrate
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
# Unique
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
# Locals
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallets/evm-migration/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -8,16 +8,16 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-ethereum = { version = "0.12.0", default-features = false }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+ethereum = { version = "0.14.0", default-features = false }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
[dependencies.codec]
default-features = false
pallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -8,17 +8,17 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
[dependencies.codec]
default-features = false
pallets/foreign-assets/Cargo.tomldiffbeforeafterboth--- a/pallets/foreign-assets/Cargo.toml
+++ b/pallets/foreign-assets/Cargo.toml
@@ -13,27 +13,27 @@
"derive",
] }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
-sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
-frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
-frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
+sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
+frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
+frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
pallet-common = { default-features = false, path = '../common' }
pallet-fungible = { default-features = false, path = '../fungible' }
-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }
-xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }
-xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }
+xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
+xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
+xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
orml-tokens.workspace = true
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
[dev-dependencies]
serde_json = "1.0.68"
hex = { version = "0.4" }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
[features]
default = ["std"]
pallets/fungible/Cargo.tomldiffbeforeafterboth--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -11,19 +11,19 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
pallet-common = { default-features = false, path = '../common' }
pallet-structure = { default-features = false, path = '../structure' }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
-ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+ethereum = { version = "0.14.0", default-features = false }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/inflation/Cargo.tomldiffbeforeafterboth--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -44,37 +44,37 @@
default-features = false
optional = true
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-support]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-timestamp]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-randomness-collective-flip]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-std]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.serde]
default-features = false
@@ -84,17 +84,17 @@
[dependencies.sp-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-core]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-io]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies]
scale-info = { version = "2.0.1", default-features = false, features = [
pallets/maintenance/Cargo.tomldiffbeforeafterboth--- a/pallets/maintenance/Cargo.toml
+++ b/pallets/maintenance/Cargo.toml
@@ -12,10 +12,10 @@
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
[features]
default = ["std"]
pallets/nonfungible/Cargo.tomldiffbeforeafterboth--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -11,19 +11,19 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
pallet-common = { default-features = false, path = '../common' }
pallet-structure = { default-features = false, path = '../structure' }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
-ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+ethereum = { version = "0.14.0", default-features = false }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/nonfungible/src/benchmarking.rsdiffbeforeafterboth--- a/pallets/nonfungible/src/benchmarking.rs
+++ b/pallets/nonfungible/src/benchmarking.rs
@@ -225,15 +225,15 @@
set_allowance_for_all {
bench_init!{
- owner: sub; collection: collection(owner);
- operator: cross_sub(owner); owner: cross_sub;
+ owner: sub; collection: collection(owner); owner: cross_from_sub;
+ operator: cross_sub;
};
}: {<Pallet<T>>::set_allowance_for_all(&collection, &owner, &operator, true)}
allowance_for_all {
bench_init!{
- owner: sub; collection: collection(owner);
- operator: cross_sub(owner); owner: cross_sub;
+ owner: sub; collection: collection(owner); owner: cross_from_sub;
+ operator: cross_sub;
};
}: {<Pallet<T>>::allowance_for_all(&collection, &owner, &operator)}
}
pallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth--- a/pallets/proxy-rmrk-core/Cargo.toml
+++ b/pallets/proxy-rmrk-core/Cargo.toml
@@ -11,17 +11,17 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
pallet-common = { default-features = false, path = '../common' }
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
pallet-structure = { default-features = false, path = "../../pallets/structure" }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
pallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth--- a/pallets/proxy-rmrk-equip/Cargo.toml
+++ b/pallets/proxy-rmrk-equip/Cargo.toml
@@ -11,16 +11,16 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
pallet-common = { default-features = false, path = '../common' }
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
pallets/refungible/Cargo.tomldiffbeforeafterboth--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -11,21 +11,21 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
pallet-common = { default-features = false, path = '../common' }
pallet-structure = { default-features = false, path = '../structure' }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
struct-versioning = { path = "../../crates/struct-versioning" }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-ethereum = { version = "0.12.0", default-features = false }
+ethereum = { version = "0.14.0", default-features = false }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/refungible/src/benchmarking.rsdiffbeforeafterboth--- a/pallets/refungible/src/benchmarking.rs
+++ b/pallets/refungible/src/benchmarking.rs
@@ -293,15 +293,15 @@
set_allowance_for_all {
bench_init!{
- owner: sub; collection: collection(owner);
- operator: cross_sub(owner); owner: cross_sub;
+ owner: sub; collection: collection(owner); owner: cross_from_sub;
+ operator: cross_sub;
};
}: {<Pallet<T>>::set_allowance_for_all(&collection, &owner, &operator, true)}
allowance_for_all {
bench_init!{
- owner: sub; collection: collection(owner);
- operator: cross_sub(owner); owner: cross_sub;
+ owner: sub; collection: collection(owner); owner: cross_from_sub;
+ operator: cross_sub;
};
}: {<Pallet<T>>::allowance_for_all(&collection, &owner, &operator)}
}
pallets/scheduler-v2/Cargo.tomldiffbeforeafterboth--- a/pallets/scheduler-v2/Cargo.toml
+++ b/pallets/scheduler-v2/Cargo.toml
@@ -13,18 +13,18 @@
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { version = "4.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { version = "4.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
[dev-dependencies]
-pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
[features]
default = ["std"]
pallets/scheduler-v2/src/mock.rsdiffbeforeafterboth--- a/pallets/scheduler-v2/src/mock.rs
+++ b/pallets/scheduler-v2/src/mock.rs
@@ -133,8 +133,7 @@
parameter_types! {
pub BlockWeights: frame_system::limits::BlockWeights =
frame_system::limits::BlockWeights::simple_max(
- Weight::from_ref_time(2_000_000_000_000)
- // .set_proof_size(u64::MAX),
+ Weight::from_ref_time(2_000_000_000_000).set_proof_size(u64::MAX)
);
}
impl system::Config for Test {
pallets/structure/Cargo.tomldiffbeforeafterboth--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -4,10 +4,10 @@
edition = "2021"
[dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
pallet-common = { path = "../common", default-features = false }
parity-scale-codec = { version = "3.1.2", default-features = false, features = [
"derive",
@@ -16,7 +16,7 @@
"derive",
] }
up-data-structs = { path = "../../primitives/data-structs", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
[features]
default = ["std"]
pallets/unique/Cargo.tomldiffbeforeafterboth--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -61,37 +61,37 @@
default-features = false
optional = true
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-support]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-std]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-core]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-io]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
################################################################################
# Local Dependencies
@@ -100,7 +100,7 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
pallet-common = { default-features = false, path = "../common" }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
primitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth--- a/primitives/app_promotion_rpc/Cargo.toml
+++ b/primitives/app_promotion_rpc/Cargo.toml
@@ -10,11 +10,11 @@
codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
"derive",
] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
[features]
default = ["std"]
primitives/common/Cargo.tomldiffbeforeafterboth--- a/primitives/common/Cargo.toml
+++ b/primitives/common/Cargo.toml
@@ -6,7 +6,7 @@
license = 'All Rights Reserved'
name = 'up-common'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.9.30"
+version = "0.9.33"
[features]
default = ['std']
@@ -17,40 +17,46 @@
'sp-core/std',
'sp-consensus-aura/std',
'fp-rpc/std',
+ 'cumulus-primitives-core/std',
'pallet-evm/std',
]
[dependencies.sp-std]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-support]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-core]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-consensus-aura]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.fp-rpc]
default-features = false
git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.30-2"
+branch = "unique-polkadot-v0.9.33"
+[dependencies.cumulus-primitives-core]
+default-features = false
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.33"
+
[dependencies.pallet-evm]
default-features = false
git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.30-2"
+branch = "unique-polkadot-v0.9.33"
primitives/common/src/constants.rsdiffbeforeafterboth--- a/primitives/common/src/constants.rs
+++ b/primitives/common/src/constants.rs
@@ -19,6 +19,7 @@
parameter_types,
weights::{Weight, constants::WEIGHT_PER_SECOND},
};
+use cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE;
use crate::types::{BlockNumber, Balance};
pub const MILLISECS_PER_BLOCK: u64 = 12000;
@@ -42,10 +43,10 @@
pub const UNIQUE: Balance = 100 * CENTIUNIQUE;
// Targeting 0.1 UNQ per transfer
-pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/207_163_598/*</weight2fee>*/;
+pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/175_199_920/*</weight2fee>*/;
// Targeting 0.15 UNQ per transfer via ETH
-pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_019_483_274_941/*</mingasprice>*/;
+pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_014_919_410_810/*</mingasprice>*/;
/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.
/// This is used to limit the maximal weight of a single extrinsic.
@@ -54,7 +55,9 @@
/// by Operational extrinsics.
pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75);
/// We allow for 2 seconds of compute with a 6 second average block time.
-pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND.saturating_div(2);
+pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND
+ .saturating_div(2)
+ .set_proof_size(MAX_POV_SIZE as u64);
parameter_types! {
pub const TransactionByteFee: Balance = 501 * MICROUNIQUE;
primitives/data-structs/Cargo.tomldiffbeforeafterboth--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -18,14 +18,14 @@
serde = { version = "1.0.130", features = [
'derive',
], default-features = false, optional = true }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
derivative = { version = "2.2.0", features = ["use_core"] }
struct-versioning = { path = "../../crates/struct-versioning" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
rmrk-traits = { default-features = false, path = "../rmrk-traits" }
bondrewd = { version = "0.1.14", features = [
"derive",
primitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth--- a/primitives/rmrk-rpc/Cargo.toml
+++ b/primitives/rmrk-rpc/Cargo.toml
@@ -8,10 +8,10 @@
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [
"derive",
] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
serde = { version = "1.0.130", default-features = false, features = ["derive"] }
rmrk-traits = { default-features = false, path = "../rmrk-traits" }
primitives/rpc/Cargo.tomldiffbeforeafterboth--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -10,11 +10,11 @@
codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
"derive",
] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
[features]
default = ["std"]
runtime/common/config/orml.rsdiffbeforeafterboth--- a/runtime/common/config/orml.rs
+++ b/runtime/common/config/orml.rs
@@ -95,6 +95,18 @@
}
}
+pub struct CurrencyHooks;
+impl orml_traits::currency::MutationHooks<AccountId, CurrencyId, Balance> for CurrencyHooks {
+ type OnDust = orml_tokens::TransferDust<Runtime, TreasuryAccountId>;
+ type OnSlash = ();
+ type PreTransfer = ();
+ type PostTransfer = ();
+ type PreDeposit = ();
+ type PostDeposit = ();
+ type OnNewTokenAccount = ();
+ type OnKilledTokenAccount = ();
+}
+
impl orml_vesting::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type Currency = pallet_balances::Pallet<Runtime>;
@@ -112,18 +124,13 @@
type CurrencyId = CurrencyId;
type WeightInfo = ();
type ExistentialDeposits = ExistentialDeposits;
- type OnDust = orml_tokens::TransferDust<Runtime, TreasuryAccountId>;
- type OnSlash = ();
- type OnTransfer = ();
- type OnDeposit = ();
+ type CurrencyHooks = CurrencyHooks;
type MaxLocks = MaxLocks;
type MaxReserves = MaxReserves;
// TODO: Add all module accounts
type DustRemovalWhitelist = DustRemovalWhitelist;
/// The id type for named reserves.
type ReserveIdentifier = ();
- type OnNewTokenAccount = ();
- type OnKilledTokenAccount = ();
}
impl orml_xtokens::Config for Runtime {
runtime/opal/Cargo.tomldiffbeforeafterboth--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -12,7 +12,7 @@
license = 'GPLv3'
name = 'opal-runtime'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.9.30"
+version = "0.9.33"
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
@@ -49,6 +49,7 @@
]
try-runtime = [
'frame-try-runtime',
+ 'frame-try-runtime?/try-runtime',
'frame-executive/try-runtime',
'frame-support/try-runtime',
'frame-system/try-runtime',
@@ -83,10 +84,13 @@
'pallet-app-promotion/try-runtime',
'pallet-foreign-assets/try-runtime',
'pallet-ethereum/try-runtime',
+ 'pallet-evm/try-runtime',
'pallet-evm-coder-substrate/try-runtime',
'pallet-evm-contract-helpers/try-runtime',
'pallet-evm-transaction-payment/try-runtime',
'pallet-evm-migration/try-runtime',
+ 'pallet-base-fee/try-runtime',
+ 'pallet-unique-scheduler-v2/try-runtime',
'pallet-maintenance/try-runtime',
'pallet-test-utils?/try-runtime',
]
@@ -202,39 +206,39 @@
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-try-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-executive]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-support]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system-benchmarking]
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system-rpc-runtime-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.hex-literal]
optional = true
@@ -249,12 +253,12 @@
[dependencies.pallet-aura]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
# Contracts specific packages
# [dependencies.pallet-contracts]
@@ -278,97 +282,97 @@
[dependencies.pallet-randomness-collective-flip]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-sudo]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-timestamp]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-transaction-payment]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-treasury]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-arithmetic]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-block-builder]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-core]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-consensus-aura]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-inherents]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-io]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-offchain]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-session]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-std]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-transaction-pool]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-version]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.smallvec]
version = '1.6.1'
@@ -379,46 +383,46 @@
[dependencies.parachain-info]
default-features = false
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-pallet-aura-ext]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-parachain-system]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-core]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-xcm]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-utility]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-timestamp]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
################################################################################
@@ -426,27 +430,27 @@
[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm-builder]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm-executor]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.pallet-xcm]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
################################################################################
@@ -468,7 +472,7 @@
up-rpc = { path = "../../primitives/rpc", default-features = false }
app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
pallet-inflation = { path = '../../pallets/inflation', default-features = false }
pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
up-data-structs = { path = '../../primitives/data-structs', default-features = false }
@@ -480,19 +484,19 @@
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
@@ -517,4 +521,4 @@
[build-dependencies.substrate-wasm-builder]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
runtime/opal/src/lib.rsdiffbeforeafterboth--- a/runtime/opal/src/lib.rs
+++ b/runtime/opal/src/lib.rs
@@ -57,7 +57,7 @@
spec_name: create_runtime_str!(RUNTIME_NAME),
impl_name: create_runtime_str!(RUNTIME_NAME),
authoring_version: 1,
- spec_version: 930032,
+ spec_version: 933032,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
runtime/quartz/Cargo.tomldiffbeforeafterboth--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -12,7 +12,7 @@
license = 'GPLv3'
name = 'quartz-runtime'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.30'
+version = '0.9.33'
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
@@ -186,39 +186,39 @@
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-try-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-executive]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-support]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system-benchmarking]
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system-rpc-runtime-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.hex-literal]
optional = true
@@ -233,12 +233,12 @@
[dependencies.pallet-aura]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
# Contracts specific packages
# [dependencies.pallet-contracts]
@@ -262,97 +262,97 @@
[dependencies.pallet-randomness-collective-flip]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-sudo]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-timestamp]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-transaction-payment]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-treasury]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-arithmetic]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-block-builder]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-core]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-consensus-aura]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-inherents]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-io]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-offchain]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-session]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-std]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-transaction-pool]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-version]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.smallvec]
version = '1.6.1'
@@ -363,46 +363,46 @@
[dependencies.parachain-info]
default-features = false
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-pallet-aura-ext]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-parachain-system]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-core]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-xcm]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-utility]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-timestamp]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
################################################################################
@@ -410,27 +410,27 @@
[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm-builder]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm-executor]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.pallet-xcm]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
################################################################################
@@ -459,7 +459,7 @@
pallet-unique = { path = '../../pallets/unique', default-features = false }
up-rpc = { path = "../../primitives/rpc", default-features = false }
app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
pallet-inflation = { path = '../../pallets/inflation', default-features = false }
pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
up-data-structs = { path = '../../primitives/data-structs', default-features = false }
@@ -472,18 +472,18 @@
pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
@@ -503,4 +503,4 @@
[build-dependencies.substrate-wasm-builder]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
runtime/quartz/src/lib.rsdiffbeforeafterboth--- a/runtime/quartz/src/lib.rs
+++ b/runtime/quartz/src/lib.rs
@@ -50,7 +50,7 @@
spec_name: create_runtime_str!(RUNTIME_NAME),
impl_name: create_runtime_str!(RUNTIME_NAME),
authoring_version: 1,
- spec_version: 930032,
+ spec_version: 933032,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
runtime/tests/Cargo.tomldiffbeforeafterboth--- a/runtime/tests/Cargo.toml
+++ b/runtime/tests/Cargo.toml
@@ -11,22 +11,22 @@
[dependencies]
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
pallet-common = { path = '../../pallets/common' }
pallet-structure = { path = '../../pallets/structure' }
@@ -43,4 +43,4 @@
scale-info = "*"
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
runtime/unique/Cargo.tomldiffbeforeafterboth--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -12,7 +12,7 @@
license = 'GPLv3'
name = 'unique-runtime'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.30'
+version = '0.9.33'
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
@@ -188,39 +188,39 @@
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-try-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-executive]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-support]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system-benchmarking]
default-features = false
git = "https://github.com/paritytech/substrate"
optional = true
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.frame-system-rpc-runtime-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.hex-literal]
optional = true
@@ -235,12 +235,12 @@
[dependencies.pallet-aura]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
# Contracts specific packages
# [dependencies.pallet-contracts]
@@ -264,97 +264,97 @@
[dependencies.pallet-randomness-collective-flip]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-sudo]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-timestamp]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-transaction-payment]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.pallet-treasury]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-arithmetic]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-api]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-block-builder]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-core]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-consensus-aura]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-inherents]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-io]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-offchain]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-runtime]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-session]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-std]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-transaction-pool]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.sp-version]
default-features = false
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.smallvec]
version = '1.6.1'
@@ -365,46 +365,46 @@
[dependencies.parachain-info]
default-features = false
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
[dependencies.cumulus-pallet-aura-ext]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-parachain-system]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-core]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-xcm]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-utility]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
[dependencies.cumulus-primitives-timestamp]
git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
default-features = false
################################################################################
@@ -412,27 +412,27 @@
[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm-builder]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.xcm-executor]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
[dependencies.pallet-xcm]
git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.30"
+branch = "release-v0.9.33"
default-features = false
################################################################################
@@ -466,19 +466,19 @@
pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
@@ -498,4 +498,4 @@
[build-dependencies.substrate-wasm-builder]
git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.30"
+branch = "polkadot-v0.9.33"
runtime/unique/src/lib.rsdiffbeforeafterboth--- a/runtime/unique/src/lib.rs
+++ b/runtime/unique/src/lib.rs
@@ -50,7 +50,7 @@
spec_name: create_runtime_str!(RUNTIME_NAME),
impl_name: create_runtime_str!(RUNTIME_NAME),
authoring_version: 1,
- spec_version: 930032,
+ spec_version: 933032,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
test-pallets/utils/Cargo.tomldiffbeforeafterboth--- a/test-pallets/utils/Cargo.toml
+++ b/test-pallets/utils/Cargo.toml
@@ -8,11 +8,11 @@
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
[features]
default = ["std"]
tests/package.jsondiffbeforeafterboth--- a/tests/package.json
+++ b/tests/package.json
@@ -4,7 +4,7 @@
"description": "Unique Chain Tests",
"main": "",
"devDependencies": {
- "@polkadot/typegen": "9.5.2",
+ "@polkadot/typegen": "9.9.4",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-like": "^1.1.1",
@@ -114,8 +114,8 @@
"license": "SEE LICENSE IN ../LICENSE",
"homepage": "",
"dependencies": {
- "@polkadot/api": "9.5.2",
- "@polkadot/util-crypto": "10.1.11",
+ "@polkadot/api": "9.9.4",
+ "@polkadot/util-crypto": "10.2.1",
"chai-as-promised": "^7.1.1",
"chai-like": "^1.1.1",
"csv-writer": "^1.6.0",
tests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-consts.ts
+++ b/tests/src/interfaces/augment-api-consts.ts
@@ -8,8 +8,8 @@
import type { ApiTypes, AugmentedConst } from '@polkadot/api-base/types';
import type { Option, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { Codec } from '@polkadot/types-codec/types';
-import type { H160, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';
-import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsCollectionLimits, XcmV1MultiLocation } from '@polkadot/types/lookup';
+import type { H160, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
+import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, XcmV1MultiLocation } from '@polkadot/types/lookup';
export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
@@ -110,7 +110,7 @@
/**
* The maximum weight that may be scheduled per block for any dispatchables.
**/
- maximumWeight: Weight & AugmentedConst<ApiType>;
+ maximumWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
/**
* The maximum number of scheduled calls in the queue for a single block.
**/
tests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-errors.ts
+++ b/tests/src/interfaces/augment-api-errors.ts
@@ -55,7 +55,7 @@
**/
ExistingVestingSchedule: AugmentedError<ApiType>;
/**
- * Balance too low to send value
+ * Balance too low to send value.
**/
InsufficientBalance: AugmentedError<ApiType>;
/**
@@ -386,7 +386,7 @@
**/
NotFungibleDataUsedToMintFungibleCollectionToken: AugmentedError<ApiType>;
/**
- * Setting approval for all is not allowed.
+ * Setting allowance for all is not allowed.
**/
SettingAllowanceForAllNotAllowed: AugmentedError<ApiType>;
/**
tests/src/interfaces/augment-api-events.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-events.ts
+++ b/tests/src/interfaces/augment-api-events.ts
@@ -8,8 +8,8 @@
import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
import type { ITuple } from '@polkadot/types-codec/types';
-import type { AccountId32, H160, H256, Weight } from '@polkadot/types/interfaces/runtime';
-import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
+import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
+import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, SpWeightsWeightV2Weight, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
@@ -188,11 +188,11 @@
/**
* Downward message is overweight and was placed in the overweight queue.
**/
- OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: Weight], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: Weight }>;
+ OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight }>;
/**
* Downward message from the overweight queue was executed.
**/
- OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: Weight], { overweightIndex: u64, weightUsed: Weight }>;
+ OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight], { overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight }>;
/**
* Downward message is unsupported version of XCM.
**/
@@ -200,7 +200,7 @@
/**
* The weight limit for handling downward messages was reached.
**/
- WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: Weight, requiredWeight: Weight], { messageId: U8aFixed, remainingWeight: Weight, requiredWeight: Weight }>;
+ WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: SpWeightsWeightV2Weight, requiredWeight: SpWeightsWeightV2Weight], { messageId: U8aFixed, remainingWeight: SpWeightsWeightV2Weight, requiredWeight: SpWeightsWeightV2Weight }>;
/**
* Generic event
**/
@@ -304,7 +304,7 @@
/**
* Downward messages were processed using the given weight.
**/
- DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: Weight, dmqHead: H256], { weightUsed: Weight, dmqHead: H256 }>;
+ DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], { weightUsed: SpWeightsWeightV2Weight, dmqHead: H256 }>;
/**
* Some downward messages have been received and will be processed.
**/
@@ -332,6 +332,12 @@
};
polkadotXcm: {
/**
+ * Some assets have been claimed from an asset trap
+ *
+ * \[ hash, origin, assets \]
+ **/
+ AssetsClaimed: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;
+ /**
* Some assets have been placed in an asset trap.
*
* \[ hash, origin, assets \]
@@ -392,7 +398,7 @@
*
* \[ id, pallet index, call index, actual weight, max budgeted weight \]
**/
- NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, Weight, Weight]>;
+ NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;
/**
* A given location which had a version change subscription was dropped owing to an error
* migrating the location to our new XCM format.
@@ -800,19 +806,19 @@
/**
* Some XCM failed.
**/
- Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: Weight], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: Weight }>;
+ Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight }>;
/**
* An XCM exceeded the individual message weight budget.
**/
- OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: Weight], { sender: u32, sentAt: u32, index: u64, required: Weight }>;
+ OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight], { sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight }>;
/**
* An XCM from the overweight queue was executed with the given actual weight used.
**/
- OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: Weight], { index: u64, used: Weight }>;
+ OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: SpWeightsWeightV2Weight], { index: u64, used: SpWeightsWeightV2Weight }>;
/**
* Some XCM was executed ok.
**/
- Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: Weight], { messageHash: Option<H256>, weight: Weight }>;
+ Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: SpWeightsWeightV2Weight], { messageHash: Option<H256>, weight: SpWeightsWeightV2Weight }>;
/**
* An upward message was sent to the relay chain.
**/
tests/src/interfaces/augment-api-query.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -8,8 +8,8 @@
import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';
import type { BTreeMap, Bytes, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
-import type { AccountId32, H160, H256, Weight } from '@polkadot/types/interfaces/runtime';
-import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerV2BlockAgenda, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';
+import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
+import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerV2BlockAgenda, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';
import type { Observable } from '@polkadot/types/types';
export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
@@ -566,12 +566,12 @@
* The weight we reserve at the beginning of the block for processing DMP messages. This
* overrides the amount set in the Config trait.
**/
- reservedDmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<Weight>>, []> & QueryableStorageEntry<ApiType, []>;
+ reservedDmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<SpWeightsWeightV2Weight>>, []> & QueryableStorageEntry<ApiType, []>;
/**
* The weight we reserve at the beginning of the block for processing XCMP messages. This
* overrides the amount set in the Config trait.
**/
- reservedXcmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<Weight>>, []> & QueryableStorageEntry<ApiType, []>;
+ reservedXcmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<SpWeightsWeightV2Weight>>, []> & QueryableStorageEntry<ApiType, []>;
/**
* An option which indicates if the relay-chain restricts signalling a validation code upgrade.
* In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the produced
tests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -16,7 +16,7 @@
import type { BlockHash } from '@polkadot/types/interfaces/chain';
import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';
import type { AuthorityId } from '@polkadot/types/interfaces/consensus';
-import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequest } from '@polkadot/types/interfaces/contracts';
+import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequestV1 } from '@polkadot/types/interfaces/contracts';
import type { BlockStats } from '@polkadot/types/interfaces/dev';
import type { CreatedBlock } from '@polkadot/types/interfaces/engine';
import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
@@ -24,7 +24,7 @@
import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa';
import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
-import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
+import type { FeeDetails, RuntimeDispatchInfoV1 } from '@polkadot/types/interfaces/payment';
import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
import type { AccountId, AccountId32, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime';
import type { MigrationStatusResult, ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state';
@@ -174,7 +174,7 @@
* @deprecated Use the runtime interface `api.call.contractsApi.instantiate` instead
* Instantiate a new contract
**/
- instantiate: AugmentedRpc<(request: InstantiateRequest | { origin?: any; value?: any; gasLimit?: any; storageDepositLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<ContractInstantiateResult>>;
+ instantiate: AugmentedRpc<(request: InstantiateRequestV1 | { origin?: any; value?: any; gasLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<ContractInstantiateResult>>;
/**
* @deprecated Not available in newer versions of the contracts interfaces
* Returns the projected time a given contract will be able to sustain paying its rent
@@ -426,13 +426,15 @@
};
payment: {
/**
+ * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead
* Query the detailed fee of a given encoded extrinsic
**/
queryFeeDetails: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<FeeDetails>>;
/**
+ * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead
* Retrieves the fee information for an encoded extrinsic
**/
- queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfo>>;
+ queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfoV1>>;
};
rmrk: {
/**
tests/src/interfaces/augment-api-runtime.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-runtime.ts
+++ b/tests/src/interfaces/augment-api-runtime.ts
@@ -229,7 +229,7 @@
**/
[key: string]: DecoratedCallBase<ApiType>;
};
- /** 0x37c8bb1350a9a2a8/1 */
+ /** 0x37c8bb1350a9a2a8/2 */
transactionPaymentApi: {
/**
* The transaction fee details
tests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -8,8 +8,8 @@
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
import type { Bytes, Compact, Option, U256, 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, Permill, Weight } from '@polkadot/types/interfaces/runtime';
-import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
+import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
@@ -243,7 +243,7 @@
* Events:
* - `OverweightServiced`: On success.
**/
- serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, Weight]>;
+ serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;
/**
* Generic tx
**/
@@ -383,7 +383,7 @@
* NOTE: A successful return to this does *not* imply that the `msg` was executed successfully
* to completion; only that *some* of it was executed.
**/
- execute: AugmentedSubmittable<(message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array, maxWeight: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, Weight]>;
+ execute: AugmentedSubmittable<(message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array, maxWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, u64]>;
/**
* Set a safe XCM version (the version that XCM should be encoded with if the most recent
* version a destination can accept is unknown).
@@ -953,7 +953,7 @@
* - The weight of this call is defined by the caller.
* # </weight>
**/
- sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, Weight]>;
+ sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
/**
* Generic tx
**/
@@ -1759,7 +1759,7 @@
* Events:
* - `OverweightServiced`: On success.
**/
- serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, Weight]>;
+ serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;
/**
* Suspends all XCM executions for the XCMP queue, regardless of the sender's origin.
*
@@ -1796,7 +1796,7 @@
* - `origin`: Must pass `Root`.
* - `new`: Desired value for `QueueConfigData.threshold_weight`
**/
- updateThresholdWeight: AugmentedSubmittable<(updated: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Weight]>;
+ updateThresholdWeight: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
/**
* Overwrites the speed to which the available weight approaches the maximum weight.
* A lower number results in a faster progression. A value of 1 makes the entire weight available initially.
@@ -1804,7 +1804,7 @@
* - `origin`: Must pass `Root`.
* - `new`: Desired value for `QueueConfigData.weight_restrict_decay`.
**/
- updateWeightRestrictDecay: AugmentedSubmittable<(updated: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Weight]>;
+ updateWeightRestrictDecay: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
/**
* Overwrite the maximum amount of weight any individual message may consume.
* Messages above this weight go into the overweight queue and may only be serviced explicitly.
@@ -1812,7 +1812,7 @@
* - `origin`: Must pass `Root`.
* - `new`: Desired value for `QueueConfigData.xcmp_max_individual_weight`.
**/
- updateXcmpMaxIndividualWeight: AugmentedSubmittable<(updated: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Weight]>;
+ updateXcmpMaxIndividualWeight: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
/**
* Generic tx
**/
@@ -1822,9 +1822,9 @@
/**
* Transfer native currencies.
*
- * `dest_weight` is the weight for XCM execution on the dest chain, and
- * it would be charged from the transferred assets. If set below
- * requirements, the execution may fail and assets wouldn't be
+ * `dest_weight_limit` is the weight for XCM execution on the dest
+ * chain, and it would be charged from the transferred assets. If set
+ * below requirements, the execution may fail and assets wouldn't be
* received.
*
* It's a no-op if any error on local XCM execution or message sending.
@@ -1833,13 +1833,13 @@
* by the network, and if the receiving chain would handle
* messages correctly.
**/
- transfer: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, XcmVersionedMultiLocation, u64]>;
+ transfer: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
/**
* Transfer `MultiAsset`.
*
- * `dest_weight` is the weight for XCM execution on the dest chain, and
- * it would be charged from the transferred assets. If set below
- * requirements, the execution may fail and assets wouldn't be
+ * `dest_weight_limit` is the weight for XCM execution on the dest
+ * chain, and it would be charged from the transferred assets. If set
+ * below requirements, the execution may fail and assets wouldn't be
* received.
*
* It's a no-op if any error on local XCM execution or message sending.
@@ -1848,13 +1848,13 @@
* by the network, and if the receiving chain would handle
* messages correctly.
**/
- transferMultiasset: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64]>;
+ transferMultiasset: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
/**
* Transfer several `MultiAsset` specifying the item to be used as fee
*
- * `dest_weight` is the weight for XCM execution on the dest chain, and
- * it would be charged from the transferred assets. If set below
- * requirements, the execution may fail and assets wouldn't be
+ * `dest_weight_limit` is the weight for XCM execution on the dest
+ * chain, and it would be charged from the transferred assets. If set
+ * below requirements, the execution may fail and assets wouldn't be
* received.
*
* `fee_item` is index of the MultiAssets that we want to use for
@@ -1866,13 +1866,13 @@
* by the network, and if the receiving chain would handle
* messages correctly.
**/
- transferMultiassets: AugmentedSubmittable<(assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, u64]>;
+ transferMultiassets: AugmentedSubmittable<(assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
/**
* Transfer `MultiAsset` specifying the fee and amount as separate.
*
- * `dest_weight` is the weight for XCM execution on the dest chain, and
- * it would be charged from the transferred assets. If set below
- * requirements, the execution may fail and assets wouldn't be
+ * `dest_weight_limit` is the weight for XCM execution on the dest
+ * chain, and it would be charged from the transferred assets. If set
+ * below requirements, the execution may fail and assets wouldn't be
* received.
*
* `fee` is the multiasset to be spent to pay for execution in
@@ -1890,13 +1890,13 @@
* by the network, and if the receiving chain would handle
* messages correctly.
**/
- transferMultiassetWithFee: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64]>;
+ transferMultiassetWithFee: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
/**
* Transfer several currencies specifying the item to be used as fee
*
- * `dest_weight` is the weight for XCM execution on the dest chain, and
- * it would be charged from the transferred assets. If set below
- * requirements, the execution may fail and assets wouldn't be
+ * `dest_weight_limit` is the weight for XCM execution on the dest
+ * chain, and it would be charged from the transferred assets. If set
+ * below requirements, the execution may fail and assets wouldn't be
* received.
*
* `fee_item` is index of the currencies tuple that we want to use for
@@ -1908,14 +1908,14 @@
* by the network, and if the receiving chain would handle
* messages correctly.
**/
- transferMulticurrencies: AugmentedSubmittable<(currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>> | ([PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, u128 | AnyNumber | Uint8Array])[], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>, u32, XcmVersionedMultiLocation, u64]>;
+ transferMulticurrencies: AugmentedSubmittable<(currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>> | ([PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, u128 | AnyNumber | Uint8Array])[], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>, u32, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
/**
* Transfer native currencies specifying the fee and amount as
* separate.
*
- * `dest_weight` is the weight for XCM execution on the dest chain, and
- * it would be charged from the transferred assets. If set below
- * requirements, the execution may fail and assets wouldn't be
+ * `dest_weight_limit` is the weight for XCM execution on the dest
+ * chain, and it would be charged from the transferred assets. If set
+ * below requirements, the execution may fail and assets wouldn't be
* received.
*
* `fee` is the amount to be spent to pay for execution in destination
@@ -1932,7 +1932,7 @@
* by the network, and if the receiving chain would handle
* messages correctly.
**/
- transferWithFee: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, u128, XcmVersionedMultiLocation, u64]>;
+ transferWithFee: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, u128, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
/**
* Generic tx
**/
tests/src/interfaces/augment-types.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -5,7 +5,7 @@
// this is required to allow for ambient/previous definitions
import '@polkadot/types/types/registry';
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
import type { Data, StorageKey } from '@polkadot/types';
import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
@@ -24,7 +24,7 @@
import type { StatementKind } from '@polkadot/types/interfaces/claims';
import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';
import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';
-import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
+import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';
import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';
import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
@@ -47,7 +47,7 @@
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';
import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
-import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
+import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@polkadot/types/interfaces/payment';
import type { Approvals } from '@polkadot/types/interfaces/poll';
import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';
import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';
@@ -273,10 +273,12 @@
ContractExecResultTo255: ContractExecResultTo255;
ContractExecResultTo260: ContractExecResultTo260;
ContractExecResultTo267: ContractExecResultTo267;
+ ContractExecResultU64: ContractExecResultU64;
ContractInfo: ContractInfo;
ContractInstantiateResult: ContractInstantiateResult;
ContractInstantiateResultTo267: ContractInstantiateResultTo267;
ContractInstantiateResultTo299: ContractInstantiateResultTo299;
+ ContractInstantiateResultU64: ContractInstantiateResultU64;
ContractLayoutArray: ContractLayoutArray;
ContractLayoutCell: ContractLayoutCell;
ContractLayoutEnum: ContractLayoutEnum;
@@ -1067,6 +1069,8 @@
RpcMethods: RpcMethods;
RuntimeDbWeight: RuntimeDbWeight;
RuntimeDispatchInfo: RuntimeDispatchInfo;
+ RuntimeDispatchInfoV1: RuntimeDispatchInfoV1;
+ RuntimeDispatchInfoV2: RuntimeDispatchInfoV2;
RuntimeVersion: RuntimeVersion;
RuntimeVersionApi: RuntimeVersionApi;
RuntimeVersionPartial: RuntimeVersionPartial;
@@ -1198,6 +1202,7 @@
SpTrieStorageProof: SpTrieStorageProof;
SpVersionRuntimeVersion: SpVersionRuntimeVersion;
SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
+ SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
Sr25519Signature: Sr25519Signature;
StakingLedger: StakingLedger;
StakingLedgerTo223: StakingLedgerTo223;
tests/src/interfaces/default/types.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';5import type { ITuple } from '@polkadot/types-codec/types';6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';7import type { Event } from '@polkadot/types/interfaces/system';89/** @name CumulusPalletDmpQueueCall */10export interface CumulusPalletDmpQueueCall extends Enum {11 readonly isServiceOverweight: boolean;12 readonly asServiceOverweight: {13 readonly index: u64;14 readonly weightLimit: Weight;15 } & Struct;16 readonly type: 'ServiceOverweight';17}1819/** @name CumulusPalletDmpQueueConfigData */20export interface CumulusPalletDmpQueueConfigData extends Struct {21 readonly maxIndividual: Weight;22}2324/** @name CumulusPalletDmpQueueError */25export interface CumulusPalletDmpQueueError extends Enum {26 readonly isUnknown: boolean;27 readonly isOverLimit: boolean;28 readonly type: 'Unknown' | 'OverLimit';29}3031/** @name CumulusPalletDmpQueueEvent */32export interface CumulusPalletDmpQueueEvent extends Enum {33 readonly isInvalidFormat: boolean;34 readonly asInvalidFormat: {35 readonly messageId: U8aFixed;36 } & Struct;37 readonly isUnsupportedVersion: boolean;38 readonly asUnsupportedVersion: {39 readonly messageId: U8aFixed;40 } & Struct;41 readonly isExecutedDownward: boolean;42 readonly asExecutedDownward: {43 readonly messageId: U8aFixed;44 readonly outcome: XcmV2TraitsOutcome;45 } & Struct;46 readonly isWeightExhausted: boolean;47 readonly asWeightExhausted: {48 readonly messageId: U8aFixed;49 readonly remainingWeight: Weight;50 readonly requiredWeight: Weight;51 } & Struct;52 readonly isOverweightEnqueued: boolean;53 readonly asOverweightEnqueued: {54 readonly messageId: U8aFixed;55 readonly overweightIndex: u64;56 readonly requiredWeight: Weight;57 } & Struct;58 readonly isOverweightServiced: boolean;59 readonly asOverweightServiced: {60 readonly overweightIndex: u64;61 readonly weightUsed: Weight;62 } & Struct;63 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';64}6566/** @name CumulusPalletDmpQueuePageIndexData */67export interface CumulusPalletDmpQueuePageIndexData extends Struct {68 readonly beginUsed: u32;69 readonly endUsed: u32;70 readonly overweightCount: u64;71}7273/** @name CumulusPalletParachainSystemCall */74export interface CumulusPalletParachainSystemCall extends Enum {75 readonly isSetValidationData: boolean;76 readonly asSetValidationData: {77 readonly data: CumulusPrimitivesParachainInherentParachainInherentData;78 } & Struct;79 readonly isSudoSendUpwardMessage: boolean;80 readonly asSudoSendUpwardMessage: {81 readonly message: Bytes;82 } & Struct;83 readonly isAuthorizeUpgrade: boolean;84 readonly asAuthorizeUpgrade: {85 readonly codeHash: H256;86 } & Struct;87 readonly isEnactAuthorizedUpgrade: boolean;88 readonly asEnactAuthorizedUpgrade: {89 readonly code: Bytes;90 } & Struct;91 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';92}9394/** @name CumulusPalletParachainSystemError */95export interface CumulusPalletParachainSystemError extends Enum {96 readonly isOverlappingUpgrades: boolean;97 readonly isProhibitedByPolkadot: boolean;98 readonly isTooBig: boolean;99 readonly isValidationDataNotAvailable: boolean;100 readonly isHostConfigurationNotAvailable: boolean;101 readonly isNotScheduled: boolean;102 readonly isNothingAuthorized: boolean;103 readonly isUnauthorized: boolean;104 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';105}106107/** @name CumulusPalletParachainSystemEvent */108export interface CumulusPalletParachainSystemEvent extends Enum {109 readonly isValidationFunctionStored: boolean;110 readonly isValidationFunctionApplied: boolean;111 readonly asValidationFunctionApplied: {112 readonly relayChainBlockNum: u32;113 } & Struct;114 readonly isValidationFunctionDiscarded: boolean;115 readonly isUpgradeAuthorized: boolean;116 readonly asUpgradeAuthorized: {117 readonly codeHash: H256;118 } & Struct;119 readonly isDownwardMessagesReceived: boolean;120 readonly asDownwardMessagesReceived: {121 readonly count: u32;122 } & Struct;123 readonly isDownwardMessagesProcessed: boolean;124 readonly asDownwardMessagesProcessed: {125 readonly weightUsed: Weight;126 readonly dmqHead: H256;127 } & Struct;128 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';129}130131/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot */132export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {133 readonly dmqMqcHead: H256;134 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;135 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;136 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;137}138139/** @name CumulusPalletXcmCall */140export interface CumulusPalletXcmCall extends Null {}141142/** @name CumulusPalletXcmError */143export interface CumulusPalletXcmError extends Null {}144145/** @name CumulusPalletXcmEvent */146export interface CumulusPalletXcmEvent extends Enum {147 readonly isInvalidFormat: boolean;148 readonly asInvalidFormat: U8aFixed;149 readonly isUnsupportedVersion: boolean;150 readonly asUnsupportedVersion: U8aFixed;151 readonly isExecutedDownward: boolean;152 readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;153 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';154}155156/** @name CumulusPalletXcmOrigin */157export interface CumulusPalletXcmOrigin extends Enum {158 readonly isRelay: boolean;159 readonly isSiblingParachain: boolean;160 readonly asSiblingParachain: u32;161 readonly type: 'Relay' | 'SiblingParachain';162}163164/** @name CumulusPalletXcmpQueueCall */165export interface CumulusPalletXcmpQueueCall extends Enum {166 readonly isServiceOverweight: boolean;167 readonly asServiceOverweight: {168 readonly index: u64;169 readonly weightLimit: Weight;170 } & Struct;171 readonly isSuspendXcmExecution: boolean;172 readonly isResumeXcmExecution: boolean;173 readonly isUpdateSuspendThreshold: boolean;174 readonly asUpdateSuspendThreshold: {175 readonly new_: u32;176 } & Struct;177 readonly isUpdateDropThreshold: boolean;178 readonly asUpdateDropThreshold: {179 readonly new_: u32;180 } & Struct;181 readonly isUpdateResumeThreshold: boolean;182 readonly asUpdateResumeThreshold: {183 readonly new_: u32;184 } & Struct;185 readonly isUpdateThresholdWeight: boolean;186 readonly asUpdateThresholdWeight: {187 readonly new_: Weight;188 } & Struct;189 readonly isUpdateWeightRestrictDecay: boolean;190 readonly asUpdateWeightRestrictDecay: {191 readonly new_: Weight;192 } & Struct;193 readonly isUpdateXcmpMaxIndividualWeight: boolean;194 readonly asUpdateXcmpMaxIndividualWeight: {195 readonly new_: Weight;196 } & Struct;197 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';198}199200/** @name CumulusPalletXcmpQueueError */201export interface CumulusPalletXcmpQueueError extends Enum {202 readonly isFailedToSend: boolean;203 readonly isBadXcmOrigin: boolean;204 readonly isBadXcm: boolean;205 readonly isBadOverweightIndex: boolean;206 readonly isWeightOverLimit: boolean;207 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';208}209210/** @name CumulusPalletXcmpQueueEvent */211export interface CumulusPalletXcmpQueueEvent extends Enum {212 readonly isSuccess: boolean;213 readonly asSuccess: {214 readonly messageHash: Option<H256>;215 readonly weight: Weight;216 } & Struct;217 readonly isFail: boolean;218 readonly asFail: {219 readonly messageHash: Option<H256>;220 readonly error: XcmV2TraitsError;221 readonly weight: Weight;222 } & Struct;223 readonly isBadVersion: boolean;224 readonly asBadVersion: {225 readonly messageHash: Option<H256>;226 } & Struct;227 readonly isBadFormat: boolean;228 readonly asBadFormat: {229 readonly messageHash: Option<H256>;230 } & Struct;231 readonly isUpwardMessageSent: boolean;232 readonly asUpwardMessageSent: {233 readonly messageHash: Option<H256>;234 } & Struct;235 readonly isXcmpMessageSent: boolean;236 readonly asXcmpMessageSent: {237 readonly messageHash: Option<H256>;238 } & Struct;239 readonly isOverweightEnqueued: boolean;240 readonly asOverweightEnqueued: {241 readonly sender: u32;242 readonly sentAt: u32;243 readonly index: u64;244 readonly required: Weight;245 } & Struct;246 readonly isOverweightServiced: boolean;247 readonly asOverweightServiced: {248 readonly index: u64;249 readonly used: Weight;250 } & Struct;251 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';252}253254/** @name CumulusPalletXcmpQueueInboundChannelDetails */255export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {256 readonly sender: u32;257 readonly state: CumulusPalletXcmpQueueInboundState;258 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;259}260261/** @name CumulusPalletXcmpQueueInboundState */262export interface CumulusPalletXcmpQueueInboundState extends Enum {263 readonly isOk: boolean;264 readonly isSuspended: boolean;265 readonly type: 'Ok' | 'Suspended';266}267268/** @name CumulusPalletXcmpQueueOutboundChannelDetails */269export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {270 readonly recipient: u32;271 readonly state: CumulusPalletXcmpQueueOutboundState;272 readonly signalsExist: bool;273 readonly firstIndex: u16;274 readonly lastIndex: u16;275}276277/** @name CumulusPalletXcmpQueueOutboundState */278export interface CumulusPalletXcmpQueueOutboundState extends Enum {279 readonly isOk: boolean;280 readonly isSuspended: boolean;281 readonly type: 'Ok' | 'Suspended';282}283284/** @name CumulusPalletXcmpQueueQueueConfigData */285export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {286 readonly suspendThreshold: u32;287 readonly dropThreshold: u32;288 readonly resumeThreshold: u32;289 readonly thresholdWeight: Weight;290 readonly weightRestrictDecay: Weight;291 readonly xcmpMaxIndividualWeight: Weight;292}293294/** @name CumulusPrimitivesParachainInherentParachainInherentData */295export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {296 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;297 readonly relayChainState: SpTrieStorageProof;298 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;299 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;300}301302/** @name EthbloomBloom */303export interface EthbloomBloom extends U8aFixed {}304305/** @name EthereumBlock */306export interface EthereumBlock extends Struct {307 readonly header: EthereumHeader;308 readonly transactions: Vec<EthereumTransactionTransactionV2>;309 readonly ommers: Vec<EthereumHeader>;310}311312/** @name EthereumHeader */313export interface EthereumHeader extends Struct {314 readonly parentHash: H256;315 readonly ommersHash: H256;316 readonly beneficiary: H160;317 readonly stateRoot: H256;318 readonly transactionsRoot: H256;319 readonly receiptsRoot: H256;320 readonly logsBloom: EthbloomBloom;321 readonly difficulty: U256;322 readonly number: U256;323 readonly gasLimit: U256;324 readonly gasUsed: U256;325 readonly timestamp: u64;326 readonly extraData: Bytes;327 readonly mixHash: H256;328 readonly nonce: EthereumTypesHashH64;329}330331/** @name EthereumLog */332export interface EthereumLog extends Struct {333 readonly address: H160;334 readonly topics: Vec<H256>;335 readonly data: Bytes;336}337338/** @name EthereumReceiptEip658ReceiptData */339export interface EthereumReceiptEip658ReceiptData extends Struct {340 readonly statusCode: u8;341 readonly usedGas: U256;342 readonly logsBloom: EthbloomBloom;343 readonly logs: Vec<EthereumLog>;344}345346/** @name EthereumReceiptReceiptV3 */347export interface EthereumReceiptReceiptV3 extends Enum {348 readonly isLegacy: boolean;349 readonly asLegacy: EthereumReceiptEip658ReceiptData;350 readonly isEip2930: boolean;351 readonly asEip2930: EthereumReceiptEip658ReceiptData;352 readonly isEip1559: boolean;353 readonly asEip1559: EthereumReceiptEip658ReceiptData;354 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';355}356357/** @name EthereumTransactionAccessListItem */358export interface EthereumTransactionAccessListItem extends Struct {359 readonly address: H160;360 readonly storageKeys: Vec<H256>;361}362363/** @name EthereumTransactionEip1559Transaction */364export interface EthereumTransactionEip1559Transaction extends Struct {365 readonly chainId: u64;366 readonly nonce: U256;367 readonly maxPriorityFeePerGas: U256;368 readonly maxFeePerGas: U256;369 readonly gasLimit: U256;370 readonly action: EthereumTransactionTransactionAction;371 readonly value: U256;372 readonly input: Bytes;373 readonly accessList: Vec<EthereumTransactionAccessListItem>;374 readonly oddYParity: bool;375 readonly r: H256;376 readonly s: H256;377}378379/** @name EthereumTransactionEip2930Transaction */380export interface EthereumTransactionEip2930Transaction extends Struct {381 readonly chainId: u64;382 readonly nonce: U256;383 readonly gasPrice: U256;384 readonly gasLimit: U256;385 readonly action: EthereumTransactionTransactionAction;386 readonly value: U256;387 readonly input: Bytes;388 readonly accessList: Vec<EthereumTransactionAccessListItem>;389 readonly oddYParity: bool;390 readonly r: H256;391 readonly s: H256;392}393394/** @name EthereumTransactionLegacyTransaction */395export interface EthereumTransactionLegacyTransaction extends Struct {396 readonly nonce: U256;397 readonly gasPrice: U256;398 readonly gasLimit: U256;399 readonly action: EthereumTransactionTransactionAction;400 readonly value: U256;401 readonly input: Bytes;402 readonly signature: EthereumTransactionTransactionSignature;403}404405/** @name EthereumTransactionTransactionAction */406export interface EthereumTransactionTransactionAction extends Enum {407 readonly isCall: boolean;408 readonly asCall: H160;409 readonly isCreate: boolean;410 readonly type: 'Call' | 'Create';411}412413/** @name EthereumTransactionTransactionSignature */414export interface EthereumTransactionTransactionSignature extends Struct {415 readonly v: u64;416 readonly r: H256;417 readonly s: H256;418}419420/** @name EthereumTransactionTransactionV2 */421export interface EthereumTransactionTransactionV2 extends Enum {422 readonly isLegacy: boolean;423 readonly asLegacy: EthereumTransactionLegacyTransaction;424 readonly isEip2930: boolean;425 readonly asEip2930: EthereumTransactionEip2930Transaction;426 readonly isEip1559: boolean;427 readonly asEip1559: EthereumTransactionEip1559Transaction;428 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';429}430431/** @name EthereumTypesHashH64 */432export interface EthereumTypesHashH64 extends U8aFixed {}433434/** @name EvmCoreErrorExitError */435export interface EvmCoreErrorExitError extends Enum {436 readonly isStackUnderflow: boolean;437 readonly isStackOverflow: boolean;438 readonly isInvalidJump: boolean;439 readonly isInvalidRange: boolean;440 readonly isDesignatedInvalid: boolean;441 readonly isCallTooDeep: boolean;442 readonly isCreateCollision: boolean;443 readonly isCreateContractLimit: boolean;444 readonly isOutOfOffset: boolean;445 readonly isOutOfGas: boolean;446 readonly isOutOfFund: boolean;447 readonly isPcUnderflow: boolean;448 readonly isCreateEmpty: boolean;449 readonly isOther: boolean;450 readonly asOther: Text;451 readonly isInvalidCode: boolean;452 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';453}454455/** @name EvmCoreErrorExitFatal */456export interface EvmCoreErrorExitFatal extends Enum {457 readonly isNotSupported: boolean;458 readonly isUnhandledInterrupt: boolean;459 readonly isCallErrorAsFatal: boolean;460 readonly asCallErrorAsFatal: EvmCoreErrorExitError;461 readonly isOther: boolean;462 readonly asOther: Text;463 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';464}465466/** @name EvmCoreErrorExitReason */467export interface EvmCoreErrorExitReason extends Enum {468 readonly isSucceed: boolean;469 readonly asSucceed: EvmCoreErrorExitSucceed;470 readonly isError: boolean;471 readonly asError: EvmCoreErrorExitError;472 readonly isRevert: boolean;473 readonly asRevert: EvmCoreErrorExitRevert;474 readonly isFatal: boolean;475 readonly asFatal: EvmCoreErrorExitFatal;476 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';477}478479/** @name EvmCoreErrorExitRevert */480export interface EvmCoreErrorExitRevert extends Enum {481 readonly isReverted: boolean;482 readonly type: 'Reverted';483}484485/** @name EvmCoreErrorExitSucceed */486export interface EvmCoreErrorExitSucceed extends Enum {487 readonly isStopped: boolean;488 readonly isReturned: boolean;489 readonly isSuicided: boolean;490 readonly type: 'Stopped' | 'Returned' | 'Suicided';491}492493/** @name FpRpcTransactionStatus */494export interface FpRpcTransactionStatus extends Struct {495 readonly transactionHash: H256;496 readonly transactionIndex: u32;497 readonly from: H160;498 readonly to: Option<H160>;499 readonly contractAddress: Option<H160>;500 readonly logs: Vec<EthereumLog>;501 readonly logsBloom: EthbloomBloom;502}503504/** @name FrameSupportDispatchDispatchClass */505export interface FrameSupportDispatchDispatchClass extends Enum {506 readonly isNormal: boolean;507 readonly isOperational: boolean;508 readonly isMandatory: boolean;509 readonly type: 'Normal' | 'Operational' | 'Mandatory';510}511512/** @name FrameSupportDispatchDispatchInfo */513export interface FrameSupportDispatchDispatchInfo extends Struct {514 readonly weight: Weight;515 readonly class: FrameSupportDispatchDispatchClass;516 readonly paysFee: FrameSupportDispatchPays;517}518519/** @name FrameSupportDispatchPays */520export interface FrameSupportDispatchPays extends Enum {521 readonly isYes: boolean;522 readonly isNo: boolean;523 readonly type: 'Yes' | 'No';524}525526/** @name FrameSupportDispatchPerDispatchClassU32 */527export interface FrameSupportDispatchPerDispatchClassU32 extends Struct {528 readonly normal: u32;529 readonly operational: u32;530 readonly mandatory: u32;531}532533/** @name FrameSupportDispatchPerDispatchClassWeight */534export interface FrameSupportDispatchPerDispatchClassWeight extends Struct {535 readonly normal: Weight;536 readonly operational: Weight;537 readonly mandatory: Weight;538}539540/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass */541export interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {542 readonly normal: FrameSystemLimitsWeightsPerClass;543 readonly operational: FrameSystemLimitsWeightsPerClass;544 readonly mandatory: FrameSystemLimitsWeightsPerClass;545}546547/** @name FrameSupportDispatchRawOrigin */548export interface FrameSupportDispatchRawOrigin extends Enum {549 readonly isRoot: boolean;550 readonly isSigned: boolean;551 readonly asSigned: AccountId32;552 readonly isNone: boolean;553 readonly type: 'Root' | 'Signed' | 'None';554}555556/** @name FrameSupportPalletId */557export interface FrameSupportPalletId extends U8aFixed {}558559/** @name FrameSupportTokensMiscBalanceStatus */560export interface FrameSupportTokensMiscBalanceStatus extends Enum {561 readonly isFree: boolean;562 readonly isReserved: boolean;563 readonly type: 'Free' | 'Reserved';564}565566/** @name FrameSystemAccountInfo */567export interface FrameSystemAccountInfo extends Struct {568 readonly nonce: u32;569 readonly consumers: u32;570 readonly providers: u32;571 readonly sufficients: u32;572 readonly data: PalletBalancesAccountData;573}574575/** @name FrameSystemCall */576export interface FrameSystemCall extends Enum {577 readonly isFillBlock: boolean;578 readonly asFillBlock: {579 readonly ratio: Perbill;580 } & Struct;581 readonly isRemark: boolean;582 readonly asRemark: {583 readonly remark: Bytes;584 } & Struct;585 readonly isSetHeapPages: boolean;586 readonly asSetHeapPages: {587 readonly pages: u64;588 } & Struct;589 readonly isSetCode: boolean;590 readonly asSetCode: {591 readonly code: Bytes;592 } & Struct;593 readonly isSetCodeWithoutChecks: boolean;594 readonly asSetCodeWithoutChecks: {595 readonly code: Bytes;596 } & Struct;597 readonly isSetStorage: boolean;598 readonly asSetStorage: {599 readonly items: Vec<ITuple<[Bytes, Bytes]>>;600 } & Struct;601 readonly isKillStorage: boolean;602 readonly asKillStorage: {603 readonly keys_: Vec<Bytes>;604 } & Struct;605 readonly isKillPrefix: boolean;606 readonly asKillPrefix: {607 readonly prefix: Bytes;608 readonly subkeys: u32;609 } & Struct;610 readonly isRemarkWithEvent: boolean;611 readonly asRemarkWithEvent: {612 readonly remark: Bytes;613 } & Struct;614 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';615}616617/** @name FrameSystemError */618export interface FrameSystemError extends Enum {619 readonly isInvalidSpecName: boolean;620 readonly isSpecVersionNeedsToIncrease: boolean;621 readonly isFailedToExtractRuntimeVersion: boolean;622 readonly isNonDefaultComposite: boolean;623 readonly isNonZeroRefCount: boolean;624 readonly isCallFiltered: boolean;625 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';626}627628/** @name FrameSystemEvent */629export interface FrameSystemEvent extends Enum {630 readonly isExtrinsicSuccess: boolean;631 readonly asExtrinsicSuccess: {632 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;633 } & Struct;634 readonly isExtrinsicFailed: boolean;635 readonly asExtrinsicFailed: {636 readonly dispatchError: SpRuntimeDispatchError;637 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;638 } & Struct;639 readonly isCodeUpdated: boolean;640 readonly isNewAccount: boolean;641 readonly asNewAccount: {642 readonly account: AccountId32;643 } & Struct;644 readonly isKilledAccount: boolean;645 readonly asKilledAccount: {646 readonly account: AccountId32;647 } & Struct;648 readonly isRemarked: boolean;649 readonly asRemarked: {650 readonly sender: AccountId32;651 readonly hash_: H256;652 } & Struct;653 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';654}655656/** @name FrameSystemEventRecord */657export interface FrameSystemEventRecord extends Struct {658 readonly phase: FrameSystemPhase;659 readonly event: Event;660 readonly topics: Vec<H256>;661}662663/** @name FrameSystemExtensionsCheckGenesis */664export interface FrameSystemExtensionsCheckGenesis extends Null {}665666/** @name FrameSystemExtensionsCheckNonce */667export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}668669/** @name FrameSystemExtensionsCheckSpecVersion */670export interface FrameSystemExtensionsCheckSpecVersion extends Null {}671672/** @name FrameSystemExtensionsCheckTxVersion */673export interface FrameSystemExtensionsCheckTxVersion extends Null {}674675/** @name FrameSystemExtensionsCheckWeight */676export interface FrameSystemExtensionsCheckWeight extends Null {}677678/** @name FrameSystemLastRuntimeUpgradeInfo */679export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {680 readonly specVersion: Compact<u32>;681 readonly specName: Text;682}683684/** @name FrameSystemLimitsBlockLength */685export interface FrameSystemLimitsBlockLength extends Struct {686 readonly max: FrameSupportDispatchPerDispatchClassU32;687}688689/** @name FrameSystemLimitsBlockWeights */690export interface FrameSystemLimitsBlockWeights extends Struct {691 readonly baseBlock: Weight;692 readonly maxBlock: Weight;693 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;694}695696/** @name FrameSystemLimitsWeightsPerClass */697export interface FrameSystemLimitsWeightsPerClass extends Struct {698 readonly baseExtrinsic: Weight;699 readonly maxExtrinsic: Option<Weight>;700 readonly maxTotal: Option<Weight>;701 readonly reserved: Option<Weight>;702}703704/** @name FrameSystemPhase */705export interface FrameSystemPhase extends Enum {706 readonly isApplyExtrinsic: boolean;707 readonly asApplyExtrinsic: u32;708 readonly isFinalization: boolean;709 readonly isInitialization: boolean;710 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';711}712713/** @name OpalRuntimeOriginCaller */714export interface OpalRuntimeOriginCaller extends Enum {715 readonly isSystem: boolean;716 readonly asSystem: FrameSupportDispatchRawOrigin;717 readonly isVoid: boolean;718 readonly asVoid: SpCoreVoid;719 readonly isPolkadotXcm: boolean;720 readonly asPolkadotXcm: PalletXcmOrigin;721 readonly isCumulusXcm: boolean;722 readonly asCumulusXcm: CumulusPalletXcmOrigin;723 readonly isEthereum: boolean;724 readonly asEthereum: PalletEthereumRawOrigin;725 readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';726}727728/** @name OpalRuntimeRuntime */729export interface OpalRuntimeRuntime extends Null {}730731/** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance */732export interface OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance extends Null {}733734/** @name OrmlTokensAccountData */735export interface OrmlTokensAccountData extends Struct {736 readonly free: u128;737 readonly reserved: u128;738 readonly frozen: u128;739}740741/** @name OrmlTokensBalanceLock */742export interface OrmlTokensBalanceLock extends Struct {743 readonly id: U8aFixed;744 readonly amount: u128;745}746747/** @name OrmlTokensModuleCall */748export interface OrmlTokensModuleCall extends Enum {749 readonly isTransfer: boolean;750 readonly asTransfer: {751 readonly dest: MultiAddress;752 readonly currencyId: PalletForeignAssetsAssetIds;753 readonly amount: Compact<u128>;754 } & Struct;755 readonly isTransferAll: boolean;756 readonly asTransferAll: {757 readonly dest: MultiAddress;758 readonly currencyId: PalletForeignAssetsAssetIds;759 readonly keepAlive: bool;760 } & Struct;761 readonly isTransferKeepAlive: boolean;762 readonly asTransferKeepAlive: {763 readonly dest: MultiAddress;764 readonly currencyId: PalletForeignAssetsAssetIds;765 readonly amount: Compact<u128>;766 } & Struct;767 readonly isForceTransfer: boolean;768 readonly asForceTransfer: {769 readonly source: MultiAddress;770 readonly dest: MultiAddress;771 readonly currencyId: PalletForeignAssetsAssetIds;772 readonly amount: Compact<u128>;773 } & Struct;774 readonly isSetBalance: boolean;775 readonly asSetBalance: {776 readonly who: MultiAddress;777 readonly currencyId: PalletForeignAssetsAssetIds;778 readonly newFree: Compact<u128>;779 readonly newReserved: Compact<u128>;780 } & Struct;781 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';782}783784/** @name OrmlTokensModuleError */785export interface OrmlTokensModuleError extends Enum {786 readonly isBalanceTooLow: boolean;787 readonly isAmountIntoBalanceFailed: boolean;788 readonly isLiquidityRestrictions: boolean;789 readonly isMaxLocksExceeded: boolean;790 readonly isKeepAlive: boolean;791 readonly isExistentialDeposit: boolean;792 readonly isDeadAccount: boolean;793 readonly isTooManyReserves: boolean;794 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';795}796797/** @name OrmlTokensModuleEvent */798export interface OrmlTokensModuleEvent extends Enum {799 readonly isEndowed: boolean;800 readonly asEndowed: {801 readonly currencyId: PalletForeignAssetsAssetIds;802 readonly who: AccountId32;803 readonly amount: u128;804 } & Struct;805 readonly isDustLost: boolean;806 readonly asDustLost: {807 readonly currencyId: PalletForeignAssetsAssetIds;808 readonly who: AccountId32;809 readonly amount: u128;810 } & Struct;811 readonly isTransfer: boolean;812 readonly asTransfer: {813 readonly currencyId: PalletForeignAssetsAssetIds;814 readonly from: AccountId32;815 readonly to: AccountId32;816 readonly amount: u128;817 } & Struct;818 readonly isReserved: boolean;819 readonly asReserved: {820 readonly currencyId: PalletForeignAssetsAssetIds;821 readonly who: AccountId32;822 readonly amount: u128;823 } & Struct;824 readonly isUnreserved: boolean;825 readonly asUnreserved: {826 readonly currencyId: PalletForeignAssetsAssetIds;827 readonly who: AccountId32;828 readonly amount: u128;829 } & Struct;830 readonly isReserveRepatriated: boolean;831 readonly asReserveRepatriated: {832 readonly currencyId: PalletForeignAssetsAssetIds;833 readonly from: AccountId32;834 readonly to: AccountId32;835 readonly amount: u128;836 readonly status: FrameSupportTokensMiscBalanceStatus;837 } & Struct;838 readonly isBalanceSet: boolean;839 readonly asBalanceSet: {840 readonly currencyId: PalletForeignAssetsAssetIds;841 readonly who: AccountId32;842 readonly free: u128;843 readonly reserved: u128;844 } & Struct;845 readonly isTotalIssuanceSet: boolean;846 readonly asTotalIssuanceSet: {847 readonly currencyId: PalletForeignAssetsAssetIds;848 readonly amount: u128;849 } & Struct;850 readonly isWithdrawn: boolean;851 readonly asWithdrawn: {852 readonly currencyId: PalletForeignAssetsAssetIds;853 readonly who: AccountId32;854 readonly amount: u128;855 } & Struct;856 readonly isSlashed: boolean;857 readonly asSlashed: {858 readonly currencyId: PalletForeignAssetsAssetIds;859 readonly who: AccountId32;860 readonly freeAmount: u128;861 readonly reservedAmount: u128;862 } & Struct;863 readonly isDeposited: boolean;864 readonly asDeposited: {865 readonly currencyId: PalletForeignAssetsAssetIds;866 readonly who: AccountId32;867 readonly amount: u128;868 } & Struct;869 readonly isLockSet: boolean;870 readonly asLockSet: {871 readonly lockId: U8aFixed;872 readonly currencyId: PalletForeignAssetsAssetIds;873 readonly who: AccountId32;874 readonly amount: u128;875 } & Struct;876 readonly isLockRemoved: boolean;877 readonly asLockRemoved: {878 readonly lockId: U8aFixed;879 readonly currencyId: PalletForeignAssetsAssetIds;880 readonly who: AccountId32;881 } & Struct;882 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';883}884885/** @name OrmlTokensReserveData */886export interface OrmlTokensReserveData extends Struct {887 readonly id: Null;888 readonly amount: u128;889}890891/** @name OrmlVestingModuleCall */892export interface OrmlVestingModuleCall extends Enum {893 readonly isClaim: boolean;894 readonly isVestedTransfer: boolean;895 readonly asVestedTransfer: {896 readonly dest: MultiAddress;897 readonly schedule: OrmlVestingVestingSchedule;898 } & Struct;899 readonly isUpdateVestingSchedules: boolean;900 readonly asUpdateVestingSchedules: {901 readonly who: MultiAddress;902 readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;903 } & Struct;904 readonly isClaimFor: boolean;905 readonly asClaimFor: {906 readonly dest: MultiAddress;907 } & Struct;908 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';909}910911/** @name OrmlVestingModuleError */912export interface OrmlVestingModuleError extends Enum {913 readonly isZeroVestingPeriod: boolean;914 readonly isZeroVestingPeriodCount: boolean;915 readonly isInsufficientBalanceToLock: boolean;916 readonly isTooManyVestingSchedules: boolean;917 readonly isAmountLow: boolean;918 readonly isMaxVestingSchedulesExceeded: boolean;919 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';920}921922/** @name OrmlVestingModuleEvent */923export interface OrmlVestingModuleEvent extends Enum {924 readonly isVestingScheduleAdded: boolean;925 readonly asVestingScheduleAdded: {926 readonly from: AccountId32;927 readonly to: AccountId32;928 readonly vestingSchedule: OrmlVestingVestingSchedule;929 } & Struct;930 readonly isClaimed: boolean;931 readonly asClaimed: {932 readonly who: AccountId32;933 readonly amount: u128;934 } & Struct;935 readonly isVestingSchedulesUpdated: boolean;936 readonly asVestingSchedulesUpdated: {937 readonly who: AccountId32;938 } & Struct;939 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';940}941942/** @name OrmlVestingVestingSchedule */943export interface OrmlVestingVestingSchedule extends Struct {944 readonly start: u32;945 readonly period: u32;946 readonly periodCount: u32;947 readonly perPeriod: Compact<u128>;948}949950/** @name OrmlXtokensModuleCall */951export interface OrmlXtokensModuleCall extends Enum {952 readonly isTransfer: boolean;953 readonly asTransfer: {954 readonly currencyId: PalletForeignAssetsAssetIds;955 readonly amount: u128;956 readonly dest: XcmVersionedMultiLocation;957 readonly destWeight: u64;958 } & Struct;959 readonly isTransferMultiasset: boolean;960 readonly asTransferMultiasset: {961 readonly asset: XcmVersionedMultiAsset;962 readonly dest: XcmVersionedMultiLocation;963 readonly destWeight: u64;964 } & Struct;965 readonly isTransferWithFee: boolean;966 readonly asTransferWithFee: {967 readonly currencyId: PalletForeignAssetsAssetIds;968 readonly amount: u128;969 readonly fee: u128;970 readonly dest: XcmVersionedMultiLocation;971 readonly destWeight: u64;972 } & Struct;973 readonly isTransferMultiassetWithFee: boolean;974 readonly asTransferMultiassetWithFee: {975 readonly asset: XcmVersionedMultiAsset;976 readonly fee: XcmVersionedMultiAsset;977 readonly dest: XcmVersionedMultiLocation;978 readonly destWeight: u64;979 } & Struct;980 readonly isTransferMulticurrencies: boolean;981 readonly asTransferMulticurrencies: {982 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;983 readonly feeItem: u32;984 readonly dest: XcmVersionedMultiLocation;985 readonly destWeight: u64;986 } & Struct;987 readonly isTransferMultiassets: boolean;988 readonly asTransferMultiassets: {989 readonly assets: XcmVersionedMultiAssets;990 readonly feeItem: u32;991 readonly dest: XcmVersionedMultiLocation;992 readonly destWeight: u64;993 } & Struct;994 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';995}996997/** @name OrmlXtokensModuleError */998export interface OrmlXtokensModuleError extends Enum {999 readonly isAssetHasNoReserve: boolean;1000 readonly isNotCrossChainTransfer: boolean;1001 readonly isInvalidDest: boolean;1002 readonly isNotCrossChainTransferableCurrency: boolean;1003 readonly isUnweighableMessage: boolean;1004 readonly isXcmExecutionFailed: boolean;1005 readonly isCannotReanchor: boolean;1006 readonly isInvalidAncestry: boolean;1007 readonly isInvalidAsset: boolean;1008 readonly isDestinationNotInvertible: boolean;1009 readonly isBadVersion: boolean;1010 readonly isDistinctReserveForAssetAndFee: boolean;1011 readonly isZeroFee: boolean;1012 readonly isZeroAmount: boolean;1013 readonly isTooManyAssetsBeingSent: boolean;1014 readonly isAssetIndexNonExistent: boolean;1015 readonly isFeeNotEnough: boolean;1016 readonly isNotSupportedMultiLocation: boolean;1017 readonly isMinXcmFeeNotDefined: boolean;1018 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';1019}10201021/** @name OrmlXtokensModuleEvent */1022export interface OrmlXtokensModuleEvent extends Enum {1023 readonly isTransferredMultiAssets: boolean;1024 readonly asTransferredMultiAssets: {1025 readonly sender: AccountId32;1026 readonly assets: XcmV1MultiassetMultiAssets;1027 readonly fee: XcmV1MultiAsset;1028 readonly dest: XcmV1MultiLocation;1029 } & Struct;1030 readonly type: 'TransferredMultiAssets';1031}10321033/** @name PalletAppPromotionCall */1034export interface PalletAppPromotionCall extends Enum {1035 readonly isSetAdminAddress: boolean;1036 readonly asSetAdminAddress: {1037 readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;1038 } & Struct;1039 readonly isStake: boolean;1040 readonly asStake: {1041 readonly amount: u128;1042 } & Struct;1043 readonly isUnstake: boolean;1044 readonly isSponsorCollection: boolean;1045 readonly asSponsorCollection: {1046 readonly collectionId: u32;1047 } & Struct;1048 readonly isStopSponsoringCollection: boolean;1049 readonly asStopSponsoringCollection: {1050 readonly collectionId: u32;1051 } & Struct;1052 readonly isSponsorContract: boolean;1053 readonly asSponsorContract: {1054 readonly contractId: H160;1055 } & Struct;1056 readonly isStopSponsoringContract: boolean;1057 readonly asStopSponsoringContract: {1058 readonly contractId: H160;1059 } & Struct;1060 readonly isPayoutStakers: boolean;1061 readonly asPayoutStakers: {1062 readonly stakersNumber: Option<u8>;1063 } & Struct;1064 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';1065}10661067/** @name PalletAppPromotionError */1068export interface PalletAppPromotionError extends Enum {1069 readonly isAdminNotSet: boolean;1070 readonly isNoPermission: boolean;1071 readonly isNotSufficientFunds: boolean;1072 readonly isPendingForBlockOverflow: boolean;1073 readonly isSponsorNotSet: boolean;1074 readonly isIncorrectLockedBalanceOperation: boolean;1075 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';1076}10771078/** @name PalletAppPromotionEvent */1079export interface PalletAppPromotionEvent extends Enum {1080 readonly isStakingRecalculation: boolean;1081 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1082 readonly isStake: boolean;1083 readonly asStake: ITuple<[AccountId32, u128]>;1084 readonly isUnstake: boolean;1085 readonly asUnstake: ITuple<[AccountId32, u128]>;1086 readonly isSetAdmin: boolean;1087 readonly asSetAdmin: AccountId32;1088 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1089}10901091/** @name PalletBalancesAccountData */1092export interface PalletBalancesAccountData extends Struct {1093 readonly free: u128;1094 readonly reserved: u128;1095 readonly miscFrozen: u128;1096 readonly feeFrozen: u128;1097}10981099/** @name PalletBalancesBalanceLock */1100export interface PalletBalancesBalanceLock extends Struct {1101 readonly id: U8aFixed;1102 readonly amount: u128;1103 readonly reasons: PalletBalancesReasons;1104}11051106/** @name PalletBalancesCall */1107export interface PalletBalancesCall extends Enum {1108 readonly isTransfer: boolean;1109 readonly asTransfer: {1110 readonly dest: MultiAddress;1111 readonly value: Compact<u128>;1112 } & Struct;1113 readonly isSetBalance: boolean;1114 readonly asSetBalance: {1115 readonly who: MultiAddress;1116 readonly newFree: Compact<u128>;1117 readonly newReserved: Compact<u128>;1118 } & Struct;1119 readonly isForceTransfer: boolean;1120 readonly asForceTransfer: {1121 readonly source: MultiAddress;1122 readonly dest: MultiAddress;1123 readonly value: Compact<u128>;1124 } & Struct;1125 readonly isTransferKeepAlive: boolean;1126 readonly asTransferKeepAlive: {1127 readonly dest: MultiAddress;1128 readonly value: Compact<u128>;1129 } & Struct;1130 readonly isTransferAll: boolean;1131 readonly asTransferAll: {1132 readonly dest: MultiAddress;1133 readonly keepAlive: bool;1134 } & Struct;1135 readonly isForceUnreserve: boolean;1136 readonly asForceUnreserve: {1137 readonly who: MultiAddress;1138 readonly amount: u128;1139 } & Struct;1140 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1141}11421143/** @name PalletBalancesError */1144export interface PalletBalancesError extends Enum {1145 readonly isVestingBalance: boolean;1146 readonly isLiquidityRestrictions: boolean;1147 readonly isInsufficientBalance: boolean;1148 readonly isExistentialDeposit: boolean;1149 readonly isKeepAlive: boolean;1150 readonly isExistingVestingSchedule: boolean;1151 readonly isDeadAccount: boolean;1152 readonly isTooManyReserves: boolean;1153 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1154}11551156/** @name PalletBalancesEvent */1157export interface PalletBalancesEvent extends Enum {1158 readonly isEndowed: boolean;1159 readonly asEndowed: {1160 readonly account: AccountId32;1161 readonly freeBalance: u128;1162 } & Struct;1163 readonly isDustLost: boolean;1164 readonly asDustLost: {1165 readonly account: AccountId32;1166 readonly amount: u128;1167 } & Struct;1168 readonly isTransfer: boolean;1169 readonly asTransfer: {1170 readonly from: AccountId32;1171 readonly to: AccountId32;1172 readonly amount: u128;1173 } & Struct;1174 readonly isBalanceSet: boolean;1175 readonly asBalanceSet: {1176 readonly who: AccountId32;1177 readonly free: u128;1178 readonly reserved: u128;1179 } & Struct;1180 readonly isReserved: boolean;1181 readonly asReserved: {1182 readonly who: AccountId32;1183 readonly amount: u128;1184 } & Struct;1185 readonly isUnreserved: boolean;1186 readonly asUnreserved: {1187 readonly who: AccountId32;1188 readonly amount: u128;1189 } & Struct;1190 readonly isReserveRepatriated: boolean;1191 readonly asReserveRepatriated: {1192 readonly from: AccountId32;1193 readonly to: AccountId32;1194 readonly amount: u128;1195 readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;1196 } & Struct;1197 readonly isDeposit: boolean;1198 readonly asDeposit: {1199 readonly who: AccountId32;1200 readonly amount: u128;1201 } & Struct;1202 readonly isWithdraw: boolean;1203 readonly asWithdraw: {1204 readonly who: AccountId32;1205 readonly amount: u128;1206 } & Struct;1207 readonly isSlashed: boolean;1208 readonly asSlashed: {1209 readonly who: AccountId32;1210 readonly amount: u128;1211 } & Struct;1212 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';1213}12141215/** @name PalletBalancesReasons */1216export interface PalletBalancesReasons extends Enum {1217 readonly isFee: boolean;1218 readonly isMisc: boolean;1219 readonly isAll: boolean;1220 readonly type: 'Fee' | 'Misc' | 'All';1221}12221223/** @name PalletBalancesReleases */1224export interface PalletBalancesReleases extends Enum {1225 readonly isV100: boolean;1226 readonly isV200: boolean;1227 readonly type: 'V100' | 'V200';1228}12291230/** @name PalletBalancesReserveData */1231export interface PalletBalancesReserveData extends Struct {1232 readonly id: U8aFixed;1233 readonly amount: u128;1234}12351236/** @name PalletCommonError */1237export interface PalletCommonError extends Enum {1238 readonly isCollectionNotFound: boolean;1239 readonly isMustBeTokenOwner: boolean;1240 readonly isNoPermission: boolean;1241 readonly isCantDestroyNotEmptyCollection: boolean;1242 readonly isPublicMintingNotAllowed: boolean;1243 readonly isAddressNotInAllowlist: boolean;1244 readonly isCollectionNameLimitExceeded: boolean;1245 readonly isCollectionDescriptionLimitExceeded: boolean;1246 readonly isCollectionTokenPrefixLimitExceeded: boolean;1247 readonly isTotalCollectionsLimitExceeded: boolean;1248 readonly isCollectionAdminCountExceeded: boolean;1249 readonly isCollectionLimitBoundsExceeded: boolean;1250 readonly isOwnerPermissionsCantBeReverted: boolean;1251 readonly isTransferNotAllowed: boolean;1252 readonly isAccountTokenLimitExceeded: boolean;1253 readonly isCollectionTokenLimitExceeded: boolean;1254 readonly isMetadataFlagFrozen: boolean;1255 readonly isTokenNotFound: boolean;1256 readonly isTokenValueTooLow: boolean;1257 readonly isApprovedValueTooLow: boolean;1258 readonly isCantApproveMoreThanOwned: boolean;1259 readonly isAddressIsZero: boolean;1260 readonly isUnsupportedOperation: boolean;1261 readonly isNotSufficientFounds: boolean;1262 readonly isUserIsNotAllowedToNest: boolean;1263 readonly isSourceCollectionIsNotAllowedToNest: boolean;1264 readonly isCollectionFieldSizeExceeded: boolean;1265 readonly isNoSpaceForProperty: boolean;1266 readonly isPropertyLimitReached: boolean;1267 readonly isPropertyKeyIsTooLong: boolean;1268 readonly isInvalidCharacterInPropertyKey: boolean;1269 readonly isEmptyPropertyKey: boolean;1270 readonly isCollectionIsExternal: boolean;1271 readonly isCollectionIsInternal: boolean;1272 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal';1273}12741275/** @name PalletCommonEvent */1276export interface PalletCommonEvent extends Enum {1277 readonly isCollectionCreated: boolean;1278 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1279 readonly isCollectionDestroyed: boolean;1280 readonly asCollectionDestroyed: u32;1281 readonly isItemCreated: boolean;1282 readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1283 readonly isItemDestroyed: boolean;1284 readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1285 readonly isTransfer: boolean;1286 readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1287 readonly isApproved: boolean;1288 readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1289 readonly isApprovedForAll: boolean;1290 readonly asApprovedForAll: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;1291 readonly isCollectionPropertySet: boolean;1292 readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1293 readonly isCollectionPropertyDeleted: boolean;1294 readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1295 readonly isTokenPropertySet: boolean;1296 readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1297 readonly isTokenPropertyDeleted: boolean;1298 readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1299 readonly isPropertyPermissionSet: boolean;1300 readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1301 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';1302}13031304/** @name PalletConfigurationCall */1305export interface PalletConfigurationCall extends Enum {1306 readonly isSetWeightToFeeCoefficientOverride: boolean;1307 readonly asSetWeightToFeeCoefficientOverride: {1308 readonly coeff: Option<u32>;1309 } & Struct;1310 readonly isSetMinGasPriceOverride: boolean;1311 readonly asSetMinGasPriceOverride: {1312 readonly coeff: Option<u64>;1313 } & Struct;1314 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';1315}13161317/** @name PalletEthereumCall */1318export interface PalletEthereumCall extends Enum {1319 readonly isTransact: boolean;1320 readonly asTransact: {1321 readonly transaction: EthereumTransactionTransactionV2;1322 } & Struct;1323 readonly type: 'Transact';1324}13251326/** @name PalletEthereumError */1327export interface PalletEthereumError extends Enum {1328 readonly isInvalidSignature: boolean;1329 readonly isPreLogExists: boolean;1330 readonly type: 'InvalidSignature' | 'PreLogExists';1331}13321333/** @name PalletEthereumEvent */1334export interface PalletEthereumEvent extends Enum {1335 readonly isExecuted: boolean;1336 readonly asExecuted: {1337 readonly from: H160;1338 readonly to: H160;1339 readonly transactionHash: H256;1340 readonly exitReason: EvmCoreErrorExitReason;1341 } & Struct;1342 readonly type: 'Executed';1343}13441345/** @name PalletEthereumFakeTransactionFinalizer */1346export interface PalletEthereumFakeTransactionFinalizer extends Null {}13471348/** @name PalletEthereumRawOrigin */1349export interface PalletEthereumRawOrigin extends Enum {1350 readonly isEthereumTransaction: boolean;1351 readonly asEthereumTransaction: H160;1352 readonly type: 'EthereumTransaction';1353}13541355/** @name PalletEvmAccountBasicCrossAccountIdRepr */1356export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1357 readonly isSubstrate: boolean;1358 readonly asSubstrate: AccountId32;1359 readonly isEthereum: boolean;1360 readonly asEthereum: H160;1361 readonly type: 'Substrate' | 'Ethereum';1362}13631364/** @name PalletEvmCall */1365export interface PalletEvmCall extends Enum {1366 readonly isWithdraw: boolean;1367 readonly asWithdraw: {1368 readonly address: H160;1369 readonly value: u128;1370 } & Struct;1371 readonly isCall: boolean;1372 readonly asCall: {1373 readonly source: H160;1374 readonly target: H160;1375 readonly input: Bytes;1376 readonly value: U256;1377 readonly gasLimit: u64;1378 readonly maxFeePerGas: U256;1379 readonly maxPriorityFeePerGas: Option<U256>;1380 readonly nonce: Option<U256>;1381 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1382 } & Struct;1383 readonly isCreate: boolean;1384 readonly asCreate: {1385 readonly source: H160;1386 readonly init: Bytes;1387 readonly value: U256;1388 readonly gasLimit: u64;1389 readonly maxFeePerGas: U256;1390 readonly maxPriorityFeePerGas: Option<U256>;1391 readonly nonce: Option<U256>;1392 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1393 } & Struct;1394 readonly isCreate2: boolean;1395 readonly asCreate2: {1396 readonly source: H160;1397 readonly init: Bytes;1398 readonly salt: H256;1399 readonly value: U256;1400 readonly gasLimit: u64;1401 readonly maxFeePerGas: U256;1402 readonly maxPriorityFeePerGas: Option<U256>;1403 readonly nonce: Option<U256>;1404 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1405 } & Struct;1406 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1407}14081409/** @name PalletEvmCoderSubstrateError */1410export interface PalletEvmCoderSubstrateError extends Enum {1411 readonly isOutOfGas: boolean;1412 readonly isOutOfFund: boolean;1413 readonly type: 'OutOfGas' | 'OutOfFund';1414}14151416/** @name PalletEvmContractHelpersError */1417export interface PalletEvmContractHelpersError extends Enum {1418 readonly isNoPermission: boolean;1419 readonly isNoPendingSponsor: boolean;1420 readonly isTooManyMethodsHaveSponsoredLimit: boolean;1421 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';1422}14231424/** @name PalletEvmContractHelpersEvent */1425export interface PalletEvmContractHelpersEvent extends Enum {1426 readonly isContractSponsorSet: boolean;1427 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1428 readonly isContractSponsorshipConfirmed: boolean;1429 readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1430 readonly isContractSponsorRemoved: boolean;1431 readonly asContractSponsorRemoved: H160;1432 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1433}14341435/** @name PalletEvmContractHelpersSponsoringModeT */1436export interface PalletEvmContractHelpersSponsoringModeT extends Enum {1437 readonly isDisabled: boolean;1438 readonly isAllowlisted: boolean;1439 readonly isGenerous: boolean;1440 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';1441}14421443/** @name PalletEvmError */1444export interface PalletEvmError extends Enum {1445 readonly isBalanceLow: boolean;1446 readonly isFeeOverflow: boolean;1447 readonly isPaymentOverflow: boolean;1448 readonly isWithdrawFailed: boolean;1449 readonly isGasPriceTooLow: boolean;1450 readonly isInvalidNonce: boolean;1451 readonly isGasLimitTooLow: boolean;1452 readonly isGasLimitTooHigh: boolean;1453 readonly isUndefined: boolean;1454 readonly isReentrancy: boolean;1455 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';1456}14571458/** @name PalletEvmEvent */1459export interface PalletEvmEvent extends Enum {1460 readonly isLog: boolean;1461 readonly asLog: {1462 readonly log: EthereumLog;1463 } & Struct;1464 readonly isCreated: boolean;1465 readonly asCreated: {1466 readonly address: H160;1467 } & Struct;1468 readonly isCreatedFailed: boolean;1469 readonly asCreatedFailed: {1470 readonly address: H160;1471 } & Struct;1472 readonly isExecuted: boolean;1473 readonly asExecuted: {1474 readonly address: H160;1475 } & Struct;1476 readonly isExecutedFailed: boolean;1477 readonly asExecutedFailed: {1478 readonly address: H160;1479 } & Struct;1480 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1481}14821483/** @name PalletEvmMigrationCall */1484export interface PalletEvmMigrationCall extends Enum {1485 readonly isBegin: boolean;1486 readonly asBegin: {1487 readonly address: H160;1488 } & Struct;1489 readonly isSetData: boolean;1490 readonly asSetData: {1491 readonly address: H160;1492 readonly data: Vec<ITuple<[H256, H256]>>;1493 } & Struct;1494 readonly isFinish: boolean;1495 readonly asFinish: {1496 readonly address: H160;1497 readonly code: Bytes;1498 } & Struct;1499 readonly isInsertEthLogs: boolean;1500 readonly asInsertEthLogs: {1501 readonly logs: Vec<EthereumLog>;1502 } & Struct;1503 readonly isInsertEvents: boolean;1504 readonly asInsertEvents: {1505 readonly events: Vec<Bytes>;1506 } & Struct;1507 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';1508}15091510/** @name PalletEvmMigrationError */1511export interface PalletEvmMigrationError extends Enum {1512 readonly isAccountNotEmpty: boolean;1513 readonly isAccountIsNotMigrating: boolean;1514 readonly isBadEvent: boolean;1515 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';1516}15171518/** @name PalletEvmMigrationEvent */1519export interface PalletEvmMigrationEvent extends Enum {1520 readonly isTestEvent: boolean;1521 readonly type: 'TestEvent';1522}15231524/** @name PalletForeignAssetsAssetIds */1525export interface PalletForeignAssetsAssetIds extends Enum {1526 readonly isForeignAssetId: boolean;1527 readonly asForeignAssetId: u32;1528 readonly isNativeAssetId: boolean;1529 readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;1530 readonly type: 'ForeignAssetId' | 'NativeAssetId';1531}15321533/** @name PalletForeignAssetsModuleAssetMetadata */1534export interface PalletForeignAssetsModuleAssetMetadata extends Struct {1535 readonly name: Bytes;1536 readonly symbol: Bytes;1537 readonly decimals: u8;1538 readonly minimalBalance: u128;1539}15401541/** @name PalletForeignAssetsModuleCall */1542export interface PalletForeignAssetsModuleCall extends Enum {1543 readonly isRegisterForeignAsset: boolean;1544 readonly asRegisterForeignAsset: {1545 readonly owner: AccountId32;1546 readonly location: XcmVersionedMultiLocation;1547 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1548 } & Struct;1549 readonly isUpdateForeignAsset: boolean;1550 readonly asUpdateForeignAsset: {1551 readonly foreignAssetId: u32;1552 readonly location: XcmVersionedMultiLocation;1553 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1554 } & Struct;1555 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';1556}15571558/** @name PalletForeignAssetsModuleError */1559export interface PalletForeignAssetsModuleError extends Enum {1560 readonly isBadLocation: boolean;1561 readonly isMultiLocationExisted: boolean;1562 readonly isAssetIdNotExists: boolean;1563 readonly isAssetIdExisted: boolean;1564 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';1565}15661567/** @name PalletForeignAssetsModuleEvent */1568export interface PalletForeignAssetsModuleEvent extends Enum {1569 readonly isForeignAssetRegistered: boolean;1570 readonly asForeignAssetRegistered: {1571 readonly assetId: u32;1572 readonly assetAddress: XcmV1MultiLocation;1573 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1574 } & Struct;1575 readonly isForeignAssetUpdated: boolean;1576 readonly asForeignAssetUpdated: {1577 readonly assetId: u32;1578 readonly assetAddress: XcmV1MultiLocation;1579 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1580 } & Struct;1581 readonly isAssetRegistered: boolean;1582 readonly asAssetRegistered: {1583 readonly assetId: PalletForeignAssetsAssetIds;1584 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1585 } & Struct;1586 readonly isAssetUpdated: boolean;1587 readonly asAssetUpdated: {1588 readonly assetId: PalletForeignAssetsAssetIds;1589 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1590 } & Struct;1591 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1592}15931594/** @name PalletForeignAssetsNativeCurrency */1595export interface PalletForeignAssetsNativeCurrency extends Enum {1596 readonly isHere: boolean;1597 readonly isParent: boolean;1598 readonly type: 'Here' | 'Parent';1599}16001601/** @name PalletFungibleError */1602export interface PalletFungibleError extends Enum {1603 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;1604 readonly isFungibleItemsHaveNoId: boolean;1605 readonly isFungibleItemsDontHaveData: boolean;1606 readonly isFungibleDisallowsNesting: boolean;1607 readonly isSettingPropertiesNotAllowed: boolean;1608 readonly isSettingAllowanceForAllNotAllowed: boolean;1609 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed';1610}16111612/** @name PalletInflationCall */1613export interface PalletInflationCall extends Enum {1614 readonly isStartInflation: boolean;1615 readonly asStartInflation: {1616 readonly inflationStartRelayBlock: u32;1617 } & Struct;1618 readonly type: 'StartInflation';1619}16201621/** @name PalletMaintenanceCall */1622export interface PalletMaintenanceCall extends Enum {1623 readonly isEnable: boolean;1624 readonly isDisable: boolean;1625 readonly type: 'Enable' | 'Disable';1626}16271628/** @name PalletMaintenanceError */1629export interface PalletMaintenanceError extends Null {}16301631/** @name PalletMaintenanceEvent */1632export interface PalletMaintenanceEvent extends Enum {1633 readonly isMaintenanceEnabled: boolean;1634 readonly isMaintenanceDisabled: boolean;1635 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1636}16371638/** @name PalletNonfungibleError */1639export interface PalletNonfungibleError extends Enum {1640 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;1641 readonly isNonfungibleItemsHaveNoAmount: boolean;1642 readonly isCantBurnNftWithChildren: boolean;1643 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';1644}16451646/** @name PalletNonfungibleItemData */1647export interface PalletNonfungibleItemData extends Struct {1648 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1649}16501651/** @name PalletRefungibleError */1652export interface PalletRefungibleError extends Enum {1653 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;1654 readonly isWrongRefungiblePieces: boolean;1655 readonly isRepartitionWhileNotOwningAllPieces: boolean;1656 readonly isRefungibleDisallowsNesting: boolean;1657 readonly isSettingPropertiesNotAllowed: boolean;1658 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1659}16601661/** @name PalletRefungibleItemData */1662export interface PalletRefungibleItemData extends Struct {1663 readonly constData: Bytes;1664}16651666/** @name PalletRmrkCoreCall */1667export interface PalletRmrkCoreCall extends Enum {1668 readonly isCreateCollection: boolean;1669 readonly asCreateCollection: {1670 readonly metadata: Bytes;1671 readonly max: Option<u32>;1672 readonly symbol: Bytes;1673 } & Struct;1674 readonly isDestroyCollection: boolean;1675 readonly asDestroyCollection: {1676 readonly collectionId: u32;1677 } & Struct;1678 readonly isChangeCollectionIssuer: boolean;1679 readonly asChangeCollectionIssuer: {1680 readonly collectionId: u32;1681 readonly newIssuer: MultiAddress;1682 } & Struct;1683 readonly isLockCollection: boolean;1684 readonly asLockCollection: {1685 readonly collectionId: u32;1686 } & Struct;1687 readonly isMintNft: boolean;1688 readonly asMintNft: {1689 readonly owner: Option<AccountId32>;1690 readonly collectionId: u32;1691 readonly recipient: Option<AccountId32>;1692 readonly royaltyAmount: Option<Permill>;1693 readonly metadata: Bytes;1694 readonly transferable: bool;1695 readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;1696 } & Struct;1697 readonly isBurnNft: boolean;1698 readonly asBurnNft: {1699 readonly collectionId: u32;1700 readonly nftId: u32;1701 readonly maxBurns: u32;1702 } & Struct;1703 readonly isSend: boolean;1704 readonly asSend: {1705 readonly rmrkCollectionId: u32;1706 readonly rmrkNftId: u32;1707 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1708 } & Struct;1709 readonly isAcceptNft: boolean;1710 readonly asAcceptNft: {1711 readonly rmrkCollectionId: u32;1712 readonly rmrkNftId: u32;1713 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1714 } & Struct;1715 readonly isRejectNft: boolean;1716 readonly asRejectNft: {1717 readonly rmrkCollectionId: u32;1718 readonly rmrkNftId: u32;1719 } & Struct;1720 readonly isAcceptResource: boolean;1721 readonly asAcceptResource: {1722 readonly rmrkCollectionId: u32;1723 readonly rmrkNftId: u32;1724 readonly resourceId: u32;1725 } & Struct;1726 readonly isAcceptResourceRemoval: boolean;1727 readonly asAcceptResourceRemoval: {1728 readonly rmrkCollectionId: u32;1729 readonly rmrkNftId: u32;1730 readonly resourceId: u32;1731 } & Struct;1732 readonly isSetProperty: boolean;1733 readonly asSetProperty: {1734 readonly rmrkCollectionId: Compact<u32>;1735 readonly maybeNftId: Option<u32>;1736 readonly key: Bytes;1737 readonly value: Bytes;1738 } & Struct;1739 readonly isSetPriority: boolean;1740 readonly asSetPriority: {1741 readonly rmrkCollectionId: u32;1742 readonly rmrkNftId: u32;1743 readonly priorities: Vec<u32>;1744 } & Struct;1745 readonly isAddBasicResource: boolean;1746 readonly asAddBasicResource: {1747 readonly rmrkCollectionId: u32;1748 readonly nftId: u32;1749 readonly resource: RmrkTraitsResourceBasicResource;1750 } & Struct;1751 readonly isAddComposableResource: boolean;1752 readonly asAddComposableResource: {1753 readonly rmrkCollectionId: u32;1754 readonly nftId: u32;1755 readonly resource: RmrkTraitsResourceComposableResource;1756 } & Struct;1757 readonly isAddSlotResource: boolean;1758 readonly asAddSlotResource: {1759 readonly rmrkCollectionId: u32;1760 readonly nftId: u32;1761 readonly resource: RmrkTraitsResourceSlotResource;1762 } & Struct;1763 readonly isRemoveResource: boolean;1764 readonly asRemoveResource: {1765 readonly rmrkCollectionId: u32;1766 readonly nftId: u32;1767 readonly resourceId: u32;1768 } & Struct;1769 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';1770}17711772/** @name PalletRmrkCoreError */1773export interface PalletRmrkCoreError extends Enum {1774 readonly isCorruptedCollectionType: boolean;1775 readonly isRmrkPropertyKeyIsTooLong: boolean;1776 readonly isRmrkPropertyValueIsTooLong: boolean;1777 readonly isRmrkPropertyIsNotFound: boolean;1778 readonly isUnableToDecodeRmrkData: boolean;1779 readonly isCollectionNotEmpty: boolean;1780 readonly isNoAvailableCollectionId: boolean;1781 readonly isNoAvailableNftId: boolean;1782 readonly isCollectionUnknown: boolean;1783 readonly isNoPermission: boolean;1784 readonly isNonTransferable: boolean;1785 readonly isCollectionFullOrLocked: boolean;1786 readonly isResourceDoesntExist: boolean;1787 readonly isCannotSendToDescendentOrSelf: boolean;1788 readonly isCannotAcceptNonOwnedNft: boolean;1789 readonly isCannotRejectNonOwnedNft: boolean;1790 readonly isCannotRejectNonPendingNft: boolean;1791 readonly isResourceNotPending: boolean;1792 readonly isNoAvailableResourceId: boolean;1793 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';1794}17951796/** @name PalletRmrkCoreEvent */1797export interface PalletRmrkCoreEvent extends Enum {1798 readonly isCollectionCreated: boolean;1799 readonly asCollectionCreated: {1800 readonly issuer: AccountId32;1801 readonly collectionId: u32;1802 } & Struct;1803 readonly isCollectionDestroyed: boolean;1804 readonly asCollectionDestroyed: {1805 readonly issuer: AccountId32;1806 readonly collectionId: u32;1807 } & Struct;1808 readonly isIssuerChanged: boolean;1809 readonly asIssuerChanged: {1810 readonly oldIssuer: AccountId32;1811 readonly newIssuer: AccountId32;1812 readonly collectionId: u32;1813 } & Struct;1814 readonly isCollectionLocked: boolean;1815 readonly asCollectionLocked: {1816 readonly issuer: AccountId32;1817 readonly collectionId: u32;1818 } & Struct;1819 readonly isNftMinted: boolean;1820 readonly asNftMinted: {1821 readonly owner: AccountId32;1822 readonly collectionId: u32;1823 readonly nftId: u32;1824 } & Struct;1825 readonly isNftBurned: boolean;1826 readonly asNftBurned: {1827 readonly owner: AccountId32;1828 readonly nftId: u32;1829 } & Struct;1830 readonly isNftSent: boolean;1831 readonly asNftSent: {1832 readonly sender: AccountId32;1833 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1834 readonly collectionId: u32;1835 readonly nftId: u32;1836 readonly approvalRequired: bool;1837 } & Struct;1838 readonly isNftAccepted: boolean;1839 readonly asNftAccepted: {1840 readonly sender: AccountId32;1841 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1842 readonly collectionId: u32;1843 readonly nftId: u32;1844 } & Struct;1845 readonly isNftRejected: boolean;1846 readonly asNftRejected: {1847 readonly sender: AccountId32;1848 readonly collectionId: u32;1849 readonly nftId: u32;1850 } & Struct;1851 readonly isPropertySet: boolean;1852 readonly asPropertySet: {1853 readonly collectionId: u32;1854 readonly maybeNftId: Option<u32>;1855 readonly key: Bytes;1856 readonly value: Bytes;1857 } & Struct;1858 readonly isResourceAdded: boolean;1859 readonly asResourceAdded: {1860 readonly nftId: u32;1861 readonly resourceId: u32;1862 } & Struct;1863 readonly isResourceRemoval: boolean;1864 readonly asResourceRemoval: {1865 readonly nftId: u32;1866 readonly resourceId: u32;1867 } & Struct;1868 readonly isResourceAccepted: boolean;1869 readonly asResourceAccepted: {1870 readonly nftId: u32;1871 readonly resourceId: u32;1872 } & Struct;1873 readonly isResourceRemovalAccepted: boolean;1874 readonly asResourceRemovalAccepted: {1875 readonly nftId: u32;1876 readonly resourceId: u32;1877 } & Struct;1878 readonly isPrioritySet: boolean;1879 readonly asPrioritySet: {1880 readonly collectionId: u32;1881 readonly nftId: u32;1882 } & Struct;1883 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1884}18851886/** @name PalletRmrkEquipCall */1887export interface PalletRmrkEquipCall extends Enum {1888 readonly isCreateBase: boolean;1889 readonly asCreateBase: {1890 readonly baseType: Bytes;1891 readonly symbol: Bytes;1892 readonly parts: Vec<RmrkTraitsPartPartType>;1893 } & Struct;1894 readonly isThemeAdd: boolean;1895 readonly asThemeAdd: {1896 readonly baseId: u32;1897 readonly theme: RmrkTraitsTheme;1898 } & Struct;1899 readonly isEquippable: boolean;1900 readonly asEquippable: {1901 readonly baseId: u32;1902 readonly slotId: u32;1903 readonly equippables: RmrkTraitsPartEquippableList;1904 } & Struct;1905 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';1906}19071908/** @name PalletRmrkEquipError */1909export interface PalletRmrkEquipError extends Enum {1910 readonly isPermissionError: boolean;1911 readonly isNoAvailableBaseId: boolean;1912 readonly isNoAvailablePartId: boolean;1913 readonly isBaseDoesntExist: boolean;1914 readonly isNeedsDefaultThemeFirst: boolean;1915 readonly isPartDoesntExist: boolean;1916 readonly isNoEquippableOnFixedPart: boolean;1917 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';1918}19191920/** @name PalletRmrkEquipEvent */1921export interface PalletRmrkEquipEvent extends Enum {1922 readonly isBaseCreated: boolean;1923 readonly asBaseCreated: {1924 readonly issuer: AccountId32;1925 readonly baseId: u32;1926 } & Struct;1927 readonly isEquippablesUpdated: boolean;1928 readonly asEquippablesUpdated: {1929 readonly baseId: u32;1930 readonly slotId: u32;1931 } & Struct;1932 readonly type: 'BaseCreated' | 'EquippablesUpdated';1933}19341935/** @name PalletStructureCall */1936export interface PalletStructureCall extends Null {}19371938/** @name PalletStructureError */1939export interface PalletStructureError extends Enum {1940 readonly isOuroborosDetected: boolean;1941 readonly isDepthLimit: boolean;1942 readonly isBreadthLimit: boolean;1943 readonly isTokenNotFound: boolean;1944 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';1945}19461947/** @name PalletStructureEvent */1948export interface PalletStructureEvent extends Enum {1949 readonly isExecuted: boolean;1950 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1951 readonly type: 'Executed';1952}19531954/** @name PalletSudoCall */1955export interface PalletSudoCall extends Enum {1956 readonly isSudo: boolean;1957 readonly asSudo: {1958 readonly call: Call;1959 } & Struct;1960 readonly isSudoUncheckedWeight: boolean;1961 readonly asSudoUncheckedWeight: {1962 readonly call: Call;1963 readonly weight: Weight;1964 } & Struct;1965 readonly isSetKey: boolean;1966 readonly asSetKey: {1967 readonly new_: MultiAddress;1968 } & Struct;1969 readonly isSudoAs: boolean;1970 readonly asSudoAs: {1971 readonly who: MultiAddress;1972 readonly call: Call;1973 } & Struct;1974 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1975}19761977/** @name PalletSudoError */1978export interface PalletSudoError extends Enum {1979 readonly isRequireSudo: boolean;1980 readonly type: 'RequireSudo';1981}19821983/** @name PalletSudoEvent */1984export interface PalletSudoEvent extends Enum {1985 readonly isSudid: boolean;1986 readonly asSudid: {1987 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1988 } & Struct;1989 readonly isKeyChanged: boolean;1990 readonly asKeyChanged: {1991 readonly oldSudoer: Option<AccountId32>;1992 } & Struct;1993 readonly isSudoAsDone: boolean;1994 readonly asSudoAsDone: {1995 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1996 } & Struct;1997 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1998}19992000/** @name PalletTemplateTransactionPaymentCall */2001export interface PalletTemplateTransactionPaymentCall extends Null {}20022003/** @name PalletTemplateTransactionPaymentChargeTransactionPayment */2004export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}20052006/** @name PalletTestUtilsCall */2007export interface PalletTestUtilsCall extends Enum {2008 readonly isEnable: boolean;2009 readonly isSetTestValue: boolean;2010 readonly asSetTestValue: {2011 readonly value: u32;2012 } & Struct;2013 readonly isSetTestValueAndRollback: boolean;2014 readonly asSetTestValueAndRollback: {2015 readonly value: u32;2016 } & Struct;2017 readonly isIncTestValue: boolean;2018 readonly isSelfCancelingInc: boolean;2019 readonly asSelfCancelingInc: {2020 readonly id: U8aFixed;2021 readonly maxTestValue: u32;2022 } & Struct;2023 readonly isJustTakeFee: boolean;2024 readonly isBatchAll: boolean;2025 readonly asBatchAll: {2026 readonly calls: Vec<Call>;2027 } & Struct;2028 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'SelfCancelingInc' | 'JustTakeFee' | 'BatchAll';2029}20302031/** @name PalletTestUtilsError */2032export interface PalletTestUtilsError extends Enum {2033 readonly isTestPalletDisabled: boolean;2034 readonly isTriggerRollback: boolean;2035 readonly type: 'TestPalletDisabled' | 'TriggerRollback';2036}20372038/** @name PalletTestUtilsEvent */2039export interface PalletTestUtilsEvent extends Enum {2040 readonly isValueIsSet: boolean;2041 readonly isShouldRollback: boolean;2042 readonly isBatchCompleted: boolean;2043 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';2044}20452046/** @name PalletTimestampCall */2047export interface PalletTimestampCall extends Enum {2048 readonly isSet: boolean;2049 readonly asSet: {2050 readonly now: Compact<u64>;2051 } & Struct;2052 readonly type: 'Set';2053}20542055/** @name PalletTransactionPaymentEvent */2056export interface PalletTransactionPaymentEvent extends Enum {2057 readonly isTransactionFeePaid: boolean;2058 readonly asTransactionFeePaid: {2059 readonly who: AccountId32;2060 readonly actualFee: u128;2061 readonly tip: u128;2062 } & Struct;2063 readonly type: 'TransactionFeePaid';2064}20652066/** @name PalletTransactionPaymentReleases */2067export interface PalletTransactionPaymentReleases extends Enum {2068 readonly isV1Ancient: boolean;2069 readonly isV2: boolean;2070 readonly type: 'V1Ancient' | 'V2';2071}20722073/** @name PalletTreasuryCall */2074export interface PalletTreasuryCall extends Enum {2075 readonly isProposeSpend: boolean;2076 readonly asProposeSpend: {2077 readonly value: Compact<u128>;2078 readonly beneficiary: MultiAddress;2079 } & Struct;2080 readonly isRejectProposal: boolean;2081 readonly asRejectProposal: {2082 readonly proposalId: Compact<u32>;2083 } & Struct;2084 readonly isApproveProposal: boolean;2085 readonly asApproveProposal: {2086 readonly proposalId: Compact<u32>;2087 } & Struct;2088 readonly isSpend: boolean;2089 readonly asSpend: {2090 readonly amount: Compact<u128>;2091 readonly beneficiary: MultiAddress;2092 } & Struct;2093 readonly isRemoveApproval: boolean;2094 readonly asRemoveApproval: {2095 readonly proposalId: Compact<u32>;2096 } & Struct;2097 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';2098}20992100/** @name PalletTreasuryError */2101export interface PalletTreasuryError extends Enum {2102 readonly isInsufficientProposersBalance: boolean;2103 readonly isInvalidIndex: boolean;2104 readonly isTooManyApprovals: boolean;2105 readonly isInsufficientPermission: boolean;2106 readonly isProposalNotApproved: boolean;2107 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';2108}21092110/** @name PalletTreasuryEvent */2111export interface PalletTreasuryEvent extends Enum {2112 readonly isProposed: boolean;2113 readonly asProposed: {2114 readonly proposalIndex: u32;2115 } & Struct;2116 readonly isSpending: boolean;2117 readonly asSpending: {2118 readonly budgetRemaining: u128;2119 } & Struct;2120 readonly isAwarded: boolean;2121 readonly asAwarded: {2122 readonly proposalIndex: u32;2123 readonly award: u128;2124 readonly account: AccountId32;2125 } & Struct;2126 readonly isRejected: boolean;2127 readonly asRejected: {2128 readonly proposalIndex: u32;2129 readonly slashed: u128;2130 } & Struct;2131 readonly isBurnt: boolean;2132 readonly asBurnt: {2133 readonly burntFunds: u128;2134 } & Struct;2135 readonly isRollover: boolean;2136 readonly asRollover: {2137 readonly rolloverBalance: u128;2138 } & Struct;2139 readonly isDeposit: boolean;2140 readonly asDeposit: {2141 readonly value: u128;2142 } & Struct;2143 readonly isSpendApproved: boolean;2144 readonly asSpendApproved: {2145 readonly proposalIndex: u32;2146 readonly amount: u128;2147 readonly beneficiary: AccountId32;2148 } & Struct;2149 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';2150}21512152/** @name PalletTreasuryProposal */2153export interface PalletTreasuryProposal extends Struct {2154 readonly proposer: AccountId32;2155 readonly value: u128;2156 readonly beneficiary: AccountId32;2157 readonly bond: u128;2158}21592160/** @name PalletUniqueCall */2161export interface PalletUniqueCall extends Enum {2162 readonly isCreateCollection: boolean;2163 readonly asCreateCollection: {2164 readonly collectionName: Vec<u16>;2165 readonly collectionDescription: Vec<u16>;2166 readonly tokenPrefix: Bytes;2167 readonly mode: UpDataStructsCollectionMode;2168 } & Struct;2169 readonly isCreateCollectionEx: boolean;2170 readonly asCreateCollectionEx: {2171 readonly data: UpDataStructsCreateCollectionData;2172 } & Struct;2173 readonly isDestroyCollection: boolean;2174 readonly asDestroyCollection: {2175 readonly collectionId: u32;2176 } & Struct;2177 readonly isAddToAllowList: boolean;2178 readonly asAddToAllowList: {2179 readonly collectionId: u32;2180 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2181 } & Struct;2182 readonly isRemoveFromAllowList: boolean;2183 readonly asRemoveFromAllowList: {2184 readonly collectionId: u32;2185 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2186 } & Struct;2187 readonly isChangeCollectionOwner: boolean;2188 readonly asChangeCollectionOwner: {2189 readonly collectionId: u32;2190 readonly newOwner: AccountId32;2191 } & Struct;2192 readonly isAddCollectionAdmin: boolean;2193 readonly asAddCollectionAdmin: {2194 readonly collectionId: u32;2195 readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2196 } & Struct;2197 readonly isRemoveCollectionAdmin: boolean;2198 readonly asRemoveCollectionAdmin: {2199 readonly collectionId: u32;2200 readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2201 } & Struct;2202 readonly isSetCollectionSponsor: boolean;2203 readonly asSetCollectionSponsor: {2204 readonly collectionId: u32;2205 readonly newSponsor: AccountId32;2206 } & Struct;2207 readonly isConfirmSponsorship: boolean;2208 readonly asConfirmSponsorship: {2209 readonly collectionId: u32;2210 } & Struct;2211 readonly isRemoveCollectionSponsor: boolean;2212 readonly asRemoveCollectionSponsor: {2213 readonly collectionId: u32;2214 } & Struct;2215 readonly isCreateItem: boolean;2216 readonly asCreateItem: {2217 readonly collectionId: u32;2218 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2219 readonly data: UpDataStructsCreateItemData;2220 } & Struct;2221 readonly isCreateMultipleItems: boolean;2222 readonly asCreateMultipleItems: {2223 readonly collectionId: u32;2224 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2225 readonly itemsData: Vec<UpDataStructsCreateItemData>;2226 } & Struct;2227 readonly isSetCollectionProperties: boolean;2228 readonly asSetCollectionProperties: {2229 readonly collectionId: u32;2230 readonly properties: Vec<UpDataStructsProperty>;2231 } & Struct;2232 readonly isDeleteCollectionProperties: boolean;2233 readonly asDeleteCollectionProperties: {2234 readonly collectionId: u32;2235 readonly propertyKeys: Vec<Bytes>;2236 } & Struct;2237 readonly isSetTokenProperties: boolean;2238 readonly asSetTokenProperties: {2239 readonly collectionId: u32;2240 readonly tokenId: u32;2241 readonly properties: Vec<UpDataStructsProperty>;2242 } & Struct;2243 readonly isDeleteTokenProperties: boolean;2244 readonly asDeleteTokenProperties: {2245 readonly collectionId: u32;2246 readonly tokenId: u32;2247 readonly propertyKeys: Vec<Bytes>;2248 } & Struct;2249 readonly isSetTokenPropertyPermissions: boolean;2250 readonly asSetTokenPropertyPermissions: {2251 readonly collectionId: u32;2252 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2253 } & Struct;2254 readonly isCreateMultipleItemsEx: boolean;2255 readonly asCreateMultipleItemsEx: {2256 readonly collectionId: u32;2257 readonly data: UpDataStructsCreateItemExData;2258 } & Struct;2259 readonly isSetTransfersEnabledFlag: boolean;2260 readonly asSetTransfersEnabledFlag: {2261 readonly collectionId: u32;2262 readonly value: bool;2263 } & Struct;2264 readonly isBurnItem: boolean;2265 readonly asBurnItem: {2266 readonly collectionId: u32;2267 readonly itemId: u32;2268 readonly value: u128;2269 } & Struct;2270 readonly isBurnFrom: boolean;2271 readonly asBurnFrom: {2272 readonly collectionId: u32;2273 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2274 readonly itemId: u32;2275 readonly value: u128;2276 } & Struct;2277 readonly isTransfer: boolean;2278 readonly asTransfer: {2279 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2280 readonly collectionId: u32;2281 readonly itemId: u32;2282 readonly value: u128;2283 } & Struct;2284 readonly isApprove: boolean;2285 readonly asApprove: {2286 readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2287 readonly collectionId: u32;2288 readonly itemId: u32;2289 readonly amount: u128;2290 } & Struct;2291 readonly isTransferFrom: boolean;2292 readonly asTransferFrom: {2293 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2294 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2295 readonly collectionId: u32;2296 readonly itemId: u32;2297 readonly value: u128;2298 } & Struct;2299 readonly isSetCollectionLimits: boolean;2300 readonly asSetCollectionLimits: {2301 readonly collectionId: u32;2302 readonly newLimit: UpDataStructsCollectionLimits;2303 } & Struct;2304 readonly isSetCollectionPermissions: boolean;2305 readonly asSetCollectionPermissions: {2306 readonly collectionId: u32;2307 readonly newPermission: UpDataStructsCollectionPermissions;2308 } & Struct;2309 readonly isRepartition: boolean;2310 readonly asRepartition: {2311 readonly collectionId: u32;2312 readonly tokenId: u32;2313 readonly amount: u128;2314 } & Struct;2315 readonly isSetAllowanceForAll: boolean;2316 readonly asSetAllowanceForAll: {2317 readonly collectionId: u32;2318 readonly operator: PalletEvmAccountBasicCrossAccountIdRepr;2319 readonly approve: bool;2320 } & Struct;2321 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll';2322}23232324/** @name PalletUniqueError */2325export interface PalletUniqueError extends Enum {2326 readonly isCollectionDecimalPointLimitExceeded: boolean;2327 readonly isConfirmUnsetSponsorFail: boolean;2328 readonly isEmptyArgument: boolean;2329 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;2330 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2331}23322333/** @name PalletUniqueRawEvent */2334export interface PalletUniqueRawEvent extends Enum {2335 readonly isCollectionSponsorRemoved: boolean;2336 readonly asCollectionSponsorRemoved: u32;2337 readonly isCollectionAdminAdded: boolean;2338 readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2339 readonly isCollectionOwnedChanged: boolean;2340 readonly asCollectionOwnedChanged: ITuple<[u32, AccountId32]>;2341 readonly isCollectionSponsorSet: boolean;2342 readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;2343 readonly isSponsorshipConfirmed: boolean;2344 readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;2345 readonly isCollectionAdminRemoved: boolean;2346 readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2347 readonly isAllowListAddressRemoved: boolean;2348 readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2349 readonly isAllowListAddressAdded: boolean;2350 readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2351 readonly isCollectionLimitSet: boolean;2352 readonly asCollectionLimitSet: u32;2353 readonly isCollectionPermissionSet: boolean;2354 readonly asCollectionPermissionSet: u32;2355 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';2356}23572358/** @name PalletUniqueSchedulerV2BlockAgenda */2359export interface PalletUniqueSchedulerV2BlockAgenda extends Struct {2360 readonly agenda: Vec<Option<PalletUniqueSchedulerV2Scheduled>>;2361 readonly freePlaces: u32;2362}23632364/** @name PalletUniqueSchedulerV2Call */2365export interface PalletUniqueSchedulerV2Call extends Enum {2366 readonly isSchedule: boolean;2367 readonly asSchedule: {2368 readonly when: u32;2369 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2370 readonly priority: Option<u8>;2371 readonly call: Call;2372 } & Struct;2373 readonly isCancel: boolean;2374 readonly asCancel: {2375 readonly when: u32;2376 readonly index: u32;2377 } & Struct;2378 readonly isScheduleNamed: boolean;2379 readonly asScheduleNamed: {2380 readonly id: U8aFixed;2381 readonly when: u32;2382 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2383 readonly priority: Option<u8>;2384 readonly call: Call;2385 } & Struct;2386 readonly isCancelNamed: boolean;2387 readonly asCancelNamed: {2388 readonly id: U8aFixed;2389 } & Struct;2390 readonly isScheduleAfter: boolean;2391 readonly asScheduleAfter: {2392 readonly after: u32;2393 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2394 readonly priority: Option<u8>;2395 readonly call: Call;2396 } & Struct;2397 readonly isScheduleNamedAfter: boolean;2398 readonly asScheduleNamedAfter: {2399 readonly id: U8aFixed;2400 readonly after: u32;2401 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2402 readonly priority: Option<u8>;2403 readonly call: Call;2404 } & Struct;2405 readonly isChangeNamedPriority: boolean;2406 readonly asChangeNamedPriority: {2407 readonly id: U8aFixed;2408 readonly priority: u8;2409 } & Struct;2410 readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter' | 'ChangeNamedPriority';2411}24122413/** @name PalletUniqueSchedulerV2Error */2414export interface PalletUniqueSchedulerV2Error extends Enum {2415 readonly isFailedToSchedule: boolean;2416 readonly isAgendaIsExhausted: boolean;2417 readonly isScheduledCallCorrupted: boolean;2418 readonly isPreimageNotFound: boolean;2419 readonly isTooBigScheduledCall: boolean;2420 readonly isNotFound: boolean;2421 readonly isTargetBlockNumberInPast: boolean;2422 readonly isNamed: boolean;2423 readonly type: 'FailedToSchedule' | 'AgendaIsExhausted' | 'ScheduledCallCorrupted' | 'PreimageNotFound' | 'TooBigScheduledCall' | 'NotFound' | 'TargetBlockNumberInPast' | 'Named';2424}24252426/** @name PalletUniqueSchedulerV2Event */2427export interface PalletUniqueSchedulerV2Event extends Enum {2428 readonly isScheduled: boolean;2429 readonly asScheduled: {2430 readonly when: u32;2431 readonly index: u32;2432 } & Struct;2433 readonly isCanceled: boolean;2434 readonly asCanceled: {2435 readonly when: u32;2436 readonly index: u32;2437 } & Struct;2438 readonly isDispatched: boolean;2439 readonly asDispatched: {2440 readonly task: ITuple<[u32, u32]>;2441 readonly id: Option<U8aFixed>;2442 readonly result: Result<Null, SpRuntimeDispatchError>;2443 } & Struct;2444 readonly isPriorityChanged: boolean;2445 readonly asPriorityChanged: {2446 readonly task: ITuple<[u32, u32]>;2447 readonly priority: u8;2448 } & Struct;2449 readonly isCallUnavailable: boolean;2450 readonly asCallUnavailable: {2451 readonly task: ITuple<[u32, u32]>;2452 readonly id: Option<U8aFixed>;2453 } & Struct;2454 readonly isPermanentlyOverweight: boolean;2455 readonly asPermanentlyOverweight: {2456 readonly task: ITuple<[u32, u32]>;2457 readonly id: Option<U8aFixed>;2458 } & Struct;2459 readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'PriorityChanged' | 'CallUnavailable' | 'PermanentlyOverweight';2460}24612462/** @name PalletUniqueSchedulerV2Scheduled */2463export interface PalletUniqueSchedulerV2Scheduled extends Struct {2464 readonly maybeId: Option<U8aFixed>;2465 readonly priority: u8;2466 readonly call: PalletUniqueSchedulerV2ScheduledCall;2467 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2468 readonly origin: OpalRuntimeOriginCaller;2469}24702471/** @name PalletUniqueSchedulerV2ScheduledCall */2472export interface PalletUniqueSchedulerV2ScheduledCall extends Enum {2473 readonly isInline: boolean;2474 readonly asInline: Bytes;2475 readonly isPreimageLookup: boolean;2476 readonly asPreimageLookup: {2477 readonly hash_: H256;2478 readonly unboundedLen: u32;2479 } & Struct;2480 readonly type: 'Inline' | 'PreimageLookup';2481}24822483/** @name PalletXcmCall */2484export interface PalletXcmCall extends Enum {2485 readonly isSend: boolean;2486 readonly asSend: {2487 readonly dest: XcmVersionedMultiLocation;2488 readonly message: XcmVersionedXcm;2489 } & Struct;2490 readonly isTeleportAssets: boolean;2491 readonly asTeleportAssets: {2492 readonly dest: XcmVersionedMultiLocation;2493 readonly beneficiary: XcmVersionedMultiLocation;2494 readonly assets: XcmVersionedMultiAssets;2495 readonly feeAssetItem: u32;2496 } & Struct;2497 readonly isReserveTransferAssets: boolean;2498 readonly asReserveTransferAssets: {2499 readonly dest: XcmVersionedMultiLocation;2500 readonly beneficiary: XcmVersionedMultiLocation;2501 readonly assets: XcmVersionedMultiAssets;2502 readonly feeAssetItem: u32;2503 } & Struct;2504 readonly isExecute: boolean;2505 readonly asExecute: {2506 readonly message: XcmVersionedXcm;2507 readonly maxWeight: Weight;2508 } & Struct;2509 readonly isForceXcmVersion: boolean;2510 readonly asForceXcmVersion: {2511 readonly location: XcmV1MultiLocation;2512 readonly xcmVersion: u32;2513 } & Struct;2514 readonly isForceDefaultXcmVersion: boolean;2515 readonly asForceDefaultXcmVersion: {2516 readonly maybeXcmVersion: Option<u32>;2517 } & Struct;2518 readonly isForceSubscribeVersionNotify: boolean;2519 readonly asForceSubscribeVersionNotify: {2520 readonly location: XcmVersionedMultiLocation;2521 } & Struct;2522 readonly isForceUnsubscribeVersionNotify: boolean;2523 readonly asForceUnsubscribeVersionNotify: {2524 readonly location: XcmVersionedMultiLocation;2525 } & Struct;2526 readonly isLimitedReserveTransferAssets: boolean;2527 readonly asLimitedReserveTransferAssets: {2528 readonly dest: XcmVersionedMultiLocation;2529 readonly beneficiary: XcmVersionedMultiLocation;2530 readonly assets: XcmVersionedMultiAssets;2531 readonly feeAssetItem: u32;2532 readonly weightLimit: XcmV2WeightLimit;2533 } & Struct;2534 readonly isLimitedTeleportAssets: boolean;2535 readonly asLimitedTeleportAssets: {2536 readonly dest: XcmVersionedMultiLocation;2537 readonly beneficiary: XcmVersionedMultiLocation;2538 readonly assets: XcmVersionedMultiAssets;2539 readonly feeAssetItem: u32;2540 readonly weightLimit: XcmV2WeightLimit;2541 } & Struct;2542 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2543}25442545/** @name PalletXcmError */2546export interface PalletXcmError extends Enum {2547 readonly isUnreachable: boolean;2548 readonly isSendFailure: boolean;2549 readonly isFiltered: boolean;2550 readonly isUnweighableMessage: boolean;2551 readonly isDestinationNotInvertible: boolean;2552 readonly isEmpty: boolean;2553 readonly isCannotReanchor: boolean;2554 readonly isTooManyAssets: boolean;2555 readonly isInvalidOrigin: boolean;2556 readonly isBadVersion: boolean;2557 readonly isBadLocation: boolean;2558 readonly isNoSubscription: boolean;2559 readonly isAlreadySubscribed: boolean;2560 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2561}25622563/** @name PalletXcmEvent */2564export interface PalletXcmEvent extends Enum {2565 readonly isAttempted: boolean;2566 readonly asAttempted: XcmV2TraitsOutcome;2567 readonly isSent: boolean;2568 readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;2569 readonly isUnexpectedResponse: boolean;2570 readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;2571 readonly isResponseReady: boolean;2572 readonly asResponseReady: ITuple<[u64, XcmV2Response]>;2573 readonly isNotified: boolean;2574 readonly asNotified: ITuple<[u64, u8, u8]>;2575 readonly isNotifyOverweight: boolean;2576 readonly asNotifyOverweight: ITuple<[u64, u8, u8, Weight, Weight]>;2577 readonly isNotifyDispatchError: boolean;2578 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2579 readonly isNotifyDecodeFailed: boolean;2580 readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;2581 readonly isInvalidResponder: boolean;2582 readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;2583 readonly isInvalidResponderVersion: boolean;2584 readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;2585 readonly isResponseTaken: boolean;2586 readonly asResponseTaken: u64;2587 readonly isAssetsTrapped: boolean;2588 readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2589 readonly isVersionChangeNotified: boolean;2590 readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;2591 readonly isSupportedVersionChanged: boolean;2592 readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;2593 readonly isNotifyTargetSendFail: boolean;2594 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;2595 readonly isNotifyTargetMigrationFail: boolean;2596 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2597 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2598}25992600/** @name PalletXcmOrigin */2601export interface PalletXcmOrigin extends Enum {2602 readonly isXcm: boolean;2603 readonly asXcm: XcmV1MultiLocation;2604 readonly isResponse: boolean;2605 readonly asResponse: XcmV1MultiLocation;2606 readonly type: 'Xcm' | 'Response';2607}26082609/** @name PhantomTypeUpDataStructs */2610export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}26112612/** @name PolkadotCorePrimitivesInboundDownwardMessage */2613export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2614 readonly sentAt: u32;2615 readonly msg: Bytes;2616}26172618/** @name PolkadotCorePrimitivesInboundHrmpMessage */2619export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {2620 readonly sentAt: u32;2621 readonly data: Bytes;2622}26232624/** @name PolkadotCorePrimitivesOutboundHrmpMessage */2625export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {2626 readonly recipient: u32;2627 readonly data: Bytes;2628}26292630/** @name PolkadotParachainPrimitivesXcmpMessageFormat */2631export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2632 readonly isConcatenatedVersionedXcm: boolean;2633 readonly isConcatenatedEncodedBlob: boolean;2634 readonly isSignals: boolean;2635 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2636}26372638/** @name PolkadotPrimitivesV2AbridgedHostConfiguration */2639export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {2640 readonly maxCodeSize: u32;2641 readonly maxHeadDataSize: u32;2642 readonly maxUpwardQueueCount: u32;2643 readonly maxUpwardQueueSize: u32;2644 readonly maxUpwardMessageSize: u32;2645 readonly maxUpwardMessageNumPerCandidate: u32;2646 readonly hrmpMaxMessageNumPerCandidate: u32;2647 readonly validationUpgradeCooldown: u32;2648 readonly validationUpgradeDelay: u32;2649}26502651/** @name PolkadotPrimitivesV2AbridgedHrmpChannel */2652export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {2653 readonly maxCapacity: u32;2654 readonly maxTotalSize: u32;2655 readonly maxMessageSize: u32;2656 readonly msgCount: u32;2657 readonly totalSize: u32;2658 readonly mqcHead: Option<H256>;2659}26602661/** @name PolkadotPrimitivesV2PersistedValidationData */2662export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {2663 readonly parentHead: Bytes;2664 readonly relayParentNumber: u32;2665 readonly relayParentStorageRoot: H256;2666 readonly maxPovSize: u32;2667}26682669/** @name PolkadotPrimitivesV2UpgradeRestriction */2670export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {2671 readonly isPresent: boolean;2672 readonly type: 'Present';2673}26742675/** @name RmrkTraitsBaseBaseInfo */2676export interface RmrkTraitsBaseBaseInfo extends Struct {2677 readonly issuer: AccountId32;2678 readonly baseType: Bytes;2679 readonly symbol: Bytes;2680}26812682/** @name RmrkTraitsCollectionCollectionInfo */2683export interface RmrkTraitsCollectionCollectionInfo extends Struct {2684 readonly issuer: AccountId32;2685 readonly metadata: Bytes;2686 readonly max: Option<u32>;2687 readonly symbol: Bytes;2688 readonly nftsCount: u32;2689}26902691/** @name RmrkTraitsNftAccountIdOrCollectionNftTuple */2692export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {2693 readonly isAccountId: boolean;2694 readonly asAccountId: AccountId32;2695 readonly isCollectionAndNftTuple: boolean;2696 readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;2697 readonly type: 'AccountId' | 'CollectionAndNftTuple';2698}26992700/** @name RmrkTraitsNftNftChild */2701export interface RmrkTraitsNftNftChild extends Struct {2702 readonly collectionId: u32;2703 readonly nftId: u32;2704}27052706/** @name RmrkTraitsNftNftInfo */2707export interface RmrkTraitsNftNftInfo extends Struct {2708 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2709 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;2710 readonly metadata: Bytes;2711 readonly equipped: bool;2712 readonly pending: bool;2713}27142715/** @name RmrkTraitsNftRoyaltyInfo */2716export interface RmrkTraitsNftRoyaltyInfo extends Struct {2717 readonly recipient: AccountId32;2718 readonly amount: Permill;2719}27202721/** @name RmrkTraitsPartEquippableList */2722export interface RmrkTraitsPartEquippableList extends Enum {2723 readonly isAll: boolean;2724 readonly isEmpty: boolean;2725 readonly isCustom: boolean;2726 readonly asCustom: Vec<u32>;2727 readonly type: 'All' | 'Empty' | 'Custom';2728}27292730/** @name RmrkTraitsPartFixedPart */2731export interface RmrkTraitsPartFixedPart extends Struct {2732 readonly id: u32;2733 readonly z: u32;2734 readonly src: Bytes;2735}27362737/** @name RmrkTraitsPartPartType */2738export interface RmrkTraitsPartPartType extends Enum {2739 readonly isFixedPart: boolean;2740 readonly asFixedPart: RmrkTraitsPartFixedPart;2741 readonly isSlotPart: boolean;2742 readonly asSlotPart: RmrkTraitsPartSlotPart;2743 readonly type: 'FixedPart' | 'SlotPart';2744}27452746/** @name RmrkTraitsPartSlotPart */2747export interface RmrkTraitsPartSlotPart extends Struct {2748 readonly id: u32;2749 readonly equippable: RmrkTraitsPartEquippableList;2750 readonly src: Bytes;2751 readonly z: u32;2752}27532754/** @name RmrkTraitsPropertyPropertyInfo */2755export interface RmrkTraitsPropertyPropertyInfo extends Struct {2756 readonly key: Bytes;2757 readonly value: Bytes;2758}27592760/** @name RmrkTraitsResourceBasicResource */2761export interface RmrkTraitsResourceBasicResource extends Struct {2762 readonly src: Option<Bytes>;2763 readonly metadata: Option<Bytes>;2764 readonly license: Option<Bytes>;2765 readonly thumb: Option<Bytes>;2766}27672768/** @name RmrkTraitsResourceComposableResource */2769export interface RmrkTraitsResourceComposableResource extends Struct {2770 readonly parts: Vec<u32>;2771 readonly base: u32;2772 readonly src: Option<Bytes>;2773 readonly metadata: Option<Bytes>;2774 readonly license: Option<Bytes>;2775 readonly thumb: Option<Bytes>;2776}27772778/** @name RmrkTraitsResourceResourceInfo */2779export interface RmrkTraitsResourceResourceInfo extends Struct {2780 readonly id: u32;2781 readonly resource: RmrkTraitsResourceResourceTypes;2782 readonly pending: bool;2783 readonly pendingRemoval: bool;2784}27852786/** @name RmrkTraitsResourceResourceTypes */2787export interface RmrkTraitsResourceResourceTypes extends Enum {2788 readonly isBasic: boolean;2789 readonly asBasic: RmrkTraitsResourceBasicResource;2790 readonly isComposable: boolean;2791 readonly asComposable: RmrkTraitsResourceComposableResource;2792 readonly isSlot: boolean;2793 readonly asSlot: RmrkTraitsResourceSlotResource;2794 readonly type: 'Basic' | 'Composable' | 'Slot';2795}27962797/** @name RmrkTraitsResourceSlotResource */2798export interface RmrkTraitsResourceSlotResource extends Struct {2799 readonly base: u32;2800 readonly src: Option<Bytes>;2801 readonly metadata: Option<Bytes>;2802 readonly slot: u32;2803 readonly license: Option<Bytes>;2804 readonly thumb: Option<Bytes>;2805}28062807/** @name RmrkTraitsTheme */2808export interface RmrkTraitsTheme extends Struct {2809 readonly name: Bytes;2810 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2811 readonly inherit: bool;2812}28132814/** @name RmrkTraitsThemeThemeProperty */2815export interface RmrkTraitsThemeThemeProperty extends Struct {2816 readonly key: Bytes;2817 readonly value: Bytes;2818}28192820/** @name SpCoreEcdsaSignature */2821export interface SpCoreEcdsaSignature extends U8aFixed {}28222823/** @name SpCoreEd25519Signature */2824export interface SpCoreEd25519Signature extends U8aFixed {}28252826/** @name SpCoreSr25519Signature */2827export interface SpCoreSr25519Signature extends U8aFixed {}28282829/** @name SpCoreVoid */2830export interface SpCoreVoid extends Null {}28312832/** @name SpRuntimeArithmeticError */2833export interface SpRuntimeArithmeticError extends Enum {2834 readonly isUnderflow: boolean;2835 readonly isOverflow: boolean;2836 readonly isDivisionByZero: boolean;2837 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2838}28392840/** @name SpRuntimeDigest */2841export interface SpRuntimeDigest extends Struct {2842 readonly logs: Vec<SpRuntimeDigestDigestItem>;2843}28442845/** @name SpRuntimeDigestDigestItem */2846export interface SpRuntimeDigestDigestItem extends Enum {2847 readonly isOther: boolean;2848 readonly asOther: Bytes;2849 readonly isConsensus: boolean;2850 readonly asConsensus: ITuple<[U8aFixed, Bytes]>;2851 readonly isSeal: boolean;2852 readonly asSeal: ITuple<[U8aFixed, Bytes]>;2853 readonly isPreRuntime: boolean;2854 readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;2855 readonly isRuntimeEnvironmentUpdated: boolean;2856 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2857}28582859/** @name SpRuntimeDispatchError */2860export interface SpRuntimeDispatchError extends Enum {2861 readonly isOther: boolean;2862 readonly isCannotLookup: boolean;2863 readonly isBadOrigin: boolean;2864 readonly isModule: boolean;2865 readonly asModule: SpRuntimeModuleError;2866 readonly isConsumerRemaining: boolean;2867 readonly isNoProviders: boolean;2868 readonly isTooManyConsumers: boolean;2869 readonly isToken: boolean;2870 readonly asToken: SpRuntimeTokenError;2871 readonly isArithmetic: boolean;2872 readonly asArithmetic: SpRuntimeArithmeticError;2873 readonly isTransactional: boolean;2874 readonly asTransactional: SpRuntimeTransactionalError;2875 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';2876}28772878/** @name SpRuntimeModuleError */2879export interface SpRuntimeModuleError extends Struct {2880 readonly index: u8;2881 readonly error: U8aFixed;2882}28832884/** @name SpRuntimeMultiSignature */2885export interface SpRuntimeMultiSignature extends Enum {2886 readonly isEd25519: boolean;2887 readonly asEd25519: SpCoreEd25519Signature;2888 readonly isSr25519: boolean;2889 readonly asSr25519: SpCoreSr25519Signature;2890 readonly isEcdsa: boolean;2891 readonly asEcdsa: SpCoreEcdsaSignature;2892 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2893}28942895/** @name SpRuntimeTokenError */2896export interface SpRuntimeTokenError extends Enum {2897 readonly isNoFunds: boolean;2898 readonly isWouldDie: boolean;2899 readonly isBelowMinimum: boolean;2900 readonly isCannotCreate: boolean;2901 readonly isUnknownAsset: boolean;2902 readonly isFrozen: boolean;2903 readonly isUnsupported: boolean;2904 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';2905}29062907/** @name SpRuntimeTransactionalError */2908export interface SpRuntimeTransactionalError extends Enum {2909 readonly isLimitReached: boolean;2910 readonly isNoLayer: boolean;2911 readonly type: 'LimitReached' | 'NoLayer';2912}29132914/** @name SpTrieStorageProof */2915export interface SpTrieStorageProof extends Struct {2916 readonly trieNodes: BTreeSet<Bytes>;2917}29182919/** @name SpVersionRuntimeVersion */2920export interface SpVersionRuntimeVersion extends Struct {2921 readonly specName: Text;2922 readonly implName: Text;2923 readonly authoringVersion: u32;2924 readonly specVersion: u32;2925 readonly implVersion: u32;2926 readonly apis: Vec<ITuple<[U8aFixed, u32]>>;2927 readonly transactionVersion: u32;2928 readonly stateVersion: u8;2929}29302931/** @name SpWeightsRuntimeDbWeight */2932export interface SpWeightsRuntimeDbWeight extends Struct {2933 readonly read: u64;2934 readonly write: u64;2935}29362937/** @name UpDataStructsAccessMode */2938export interface UpDataStructsAccessMode extends Enum {2939 readonly isNormal: boolean;2940 readonly isAllowList: boolean;2941 readonly type: 'Normal' | 'AllowList';2942}29432944/** @name UpDataStructsCollection */2945export interface UpDataStructsCollection extends Struct {2946 readonly owner: AccountId32;2947 readonly mode: UpDataStructsCollectionMode;2948 readonly name: Vec<u16>;2949 readonly description: Vec<u16>;2950 readonly tokenPrefix: Bytes;2951 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;2952 readonly limits: UpDataStructsCollectionLimits;2953 readonly permissions: UpDataStructsCollectionPermissions;2954 readonly flags: U8aFixed;2955}29562957/** @name UpDataStructsCollectionLimits */2958export interface UpDataStructsCollectionLimits extends Struct {2959 readonly accountTokenOwnershipLimit: Option<u32>;2960 readonly sponsoredDataSize: Option<u32>;2961 readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2962 readonly tokenLimit: Option<u32>;2963 readonly sponsorTransferTimeout: Option<u32>;2964 readonly sponsorApproveTimeout: Option<u32>;2965 readonly ownerCanTransfer: Option<bool>;2966 readonly ownerCanDestroy: Option<bool>;2967 readonly transfersEnabled: Option<bool>;2968}29692970/** @name UpDataStructsCollectionMode */2971export interface UpDataStructsCollectionMode extends Enum {2972 readonly isNft: boolean;2973 readonly isFungible: boolean;2974 readonly asFungible: u8;2975 readonly isReFungible: boolean;2976 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2977}29782979/** @name UpDataStructsCollectionPermissions */2980export interface UpDataStructsCollectionPermissions extends Struct {2981 readonly access: Option<UpDataStructsAccessMode>;2982 readonly mintMode: Option<bool>;2983 readonly nesting: Option<UpDataStructsNestingPermissions>;2984}29852986/** @name UpDataStructsCollectionStats */2987export interface UpDataStructsCollectionStats extends Struct {2988 readonly created: u32;2989 readonly destroyed: u32;2990 readonly alive: u32;2991}29922993/** @name UpDataStructsCreateCollectionData */2994export interface UpDataStructsCreateCollectionData extends Struct {2995 readonly mode: UpDataStructsCollectionMode;2996 readonly access: Option<UpDataStructsAccessMode>;2997 readonly name: Vec<u16>;2998 readonly description: Vec<u16>;2999 readonly tokenPrefix: Bytes;3000 readonly pendingSponsor: Option<AccountId32>;3001 readonly limits: Option<UpDataStructsCollectionLimits>;3002 readonly permissions: Option<UpDataStructsCollectionPermissions>;3003 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3004 readonly properties: Vec<UpDataStructsProperty>;3005}30063007/** @name UpDataStructsCreateFungibleData */3008export interface UpDataStructsCreateFungibleData extends Struct {3009 readonly value: u128;3010}30113012/** @name UpDataStructsCreateItemData */3013export interface UpDataStructsCreateItemData extends Enum {3014 readonly isNft: boolean;3015 readonly asNft: UpDataStructsCreateNftData;3016 readonly isFungible: boolean;3017 readonly asFungible: UpDataStructsCreateFungibleData;3018 readonly isReFungible: boolean;3019 readonly asReFungible: UpDataStructsCreateReFungibleData;3020 readonly type: 'Nft' | 'Fungible' | 'ReFungible';3021}30223023/** @name UpDataStructsCreateItemExData */3024export interface UpDataStructsCreateItemExData extends Enum {3025 readonly isNft: boolean;3026 readonly asNft: Vec<UpDataStructsCreateNftExData>;3027 readonly isFungible: boolean;3028 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;3029 readonly isRefungibleMultipleItems: boolean;3030 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;3031 readonly isRefungibleMultipleOwners: boolean;3032 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;3033 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';3034}30353036/** @name UpDataStructsCreateNftData */3037export interface UpDataStructsCreateNftData extends Struct {3038 readonly properties: Vec<UpDataStructsProperty>;3039}30403041/** @name UpDataStructsCreateNftExData */3042export interface UpDataStructsCreateNftExData extends Struct {3043 readonly properties: Vec<UpDataStructsProperty>;3044 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3045}30463047/** @name UpDataStructsCreateReFungibleData */3048export interface UpDataStructsCreateReFungibleData extends Struct {3049 readonly pieces: u128;3050 readonly properties: Vec<UpDataStructsProperty>;3051}30523053/** @name UpDataStructsCreateRefungibleExMultipleOwners */3054export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {3055 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;3056 readonly properties: Vec<UpDataStructsProperty>;3057}30583059/** @name UpDataStructsCreateRefungibleExSingleOwner */3060export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {3061 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;3062 readonly pieces: u128;3063 readonly properties: Vec<UpDataStructsProperty>;3064}30653066/** @name UpDataStructsNestingPermissions */3067export interface UpDataStructsNestingPermissions extends Struct {3068 readonly tokenOwner: bool;3069 readonly collectionAdmin: bool;3070 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;3071}30723073/** @name UpDataStructsOwnerRestrictedSet */3074export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}30753076/** @name UpDataStructsProperties */3077export interface UpDataStructsProperties extends Struct {3078 readonly map: UpDataStructsPropertiesMapBoundedVec;3079 readonly consumedSpace: u32;3080 readonly spaceLimit: u32;3081}30823083/** @name UpDataStructsPropertiesMapBoundedVec */3084export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}30853086/** @name UpDataStructsPropertiesMapPropertyPermission */3087export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}30883089/** @name UpDataStructsProperty */3090export interface UpDataStructsProperty extends Struct {3091 readonly key: Bytes;3092 readonly value: Bytes;3093}30943095/** @name UpDataStructsPropertyKeyPermission */3096export interface UpDataStructsPropertyKeyPermission extends Struct {3097 readonly key: Bytes;3098 readonly permission: UpDataStructsPropertyPermission;3099}31003101/** @name UpDataStructsPropertyPermission */3102export interface UpDataStructsPropertyPermission extends Struct {3103 readonly mutable: bool;3104 readonly collectionAdmin: bool;3105 readonly tokenOwner: bool;3106}31073108/** @name UpDataStructsPropertyScope */3109export interface UpDataStructsPropertyScope extends Enum {3110 readonly isNone: boolean;3111 readonly isRmrk: boolean;3112 readonly type: 'None' | 'Rmrk';3113}31143115/** @name UpDataStructsRpcCollection */3116export interface UpDataStructsRpcCollection extends Struct {3117 readonly owner: AccountId32;3118 readonly mode: UpDataStructsCollectionMode;3119 readonly name: Vec<u16>;3120 readonly description: Vec<u16>;3121 readonly tokenPrefix: Bytes;3122 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3123 readonly limits: UpDataStructsCollectionLimits;3124 readonly permissions: UpDataStructsCollectionPermissions;3125 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3126 readonly properties: Vec<UpDataStructsProperty>;3127 readonly readOnly: bool;3128 readonly flags: UpDataStructsRpcCollectionFlags;3129}31303131/** @name UpDataStructsRpcCollectionFlags */3132export interface UpDataStructsRpcCollectionFlags extends Struct {3133 readonly foreign: bool;3134 readonly erc721metadata: bool;3135}31363137/** @name UpDataStructsSponsoringRateLimit */3138export interface UpDataStructsSponsoringRateLimit extends Enum {3139 readonly isSponsoringDisabled: boolean;3140 readonly isBlocks: boolean;3141 readonly asBlocks: u32;3142 readonly type: 'SponsoringDisabled' | 'Blocks';3143}31443145/** @name UpDataStructsSponsorshipStateAccountId32 */3146export interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3147 readonly isDisabled: boolean;3148 readonly isUnconfirmed: boolean;3149 readonly asUnconfirmed: AccountId32;3150 readonly isConfirmed: boolean;3151 readonly asConfirmed: AccountId32;3152 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3153}31543155/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr */3156export interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3157 readonly isDisabled: boolean;3158 readonly isUnconfirmed: boolean;3159 readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3160 readonly isConfirmed: boolean;3161 readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3162 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3163}31643165/** @name UpDataStructsTokenChild */3166export interface UpDataStructsTokenChild extends Struct {3167 readonly token: u32;3168 readonly collection: u32;3169}31703171/** @name UpDataStructsTokenData */3172export interface UpDataStructsTokenData extends Struct {3173 readonly properties: Vec<UpDataStructsProperty>;3174 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3175 readonly pieces: u128;3176}31773178/** @name XcmDoubleEncoded */3179export interface XcmDoubleEncoded extends Struct {3180 readonly encoded: Bytes;3181}31823183/** @name XcmV0Junction */3184export interface XcmV0Junction extends Enum {3185 readonly isParent: boolean;3186 readonly isParachain: boolean;3187 readonly asParachain: Compact<u32>;3188 readonly isAccountId32: boolean;3189 readonly asAccountId32: {3190 readonly network: XcmV0JunctionNetworkId;3191 readonly id: U8aFixed;3192 } & Struct;3193 readonly isAccountIndex64: boolean;3194 readonly asAccountIndex64: {3195 readonly network: XcmV0JunctionNetworkId;3196 readonly index: Compact<u64>;3197 } & Struct;3198 readonly isAccountKey20: boolean;3199 readonly asAccountKey20: {3200 readonly network: XcmV0JunctionNetworkId;3201 readonly key: U8aFixed;3202 } & Struct;3203 readonly isPalletInstance: boolean;3204 readonly asPalletInstance: u8;3205 readonly isGeneralIndex: boolean;3206 readonly asGeneralIndex: Compact<u128>;3207 readonly isGeneralKey: boolean;3208 readonly asGeneralKey: Bytes;3209 readonly isOnlyChild: boolean;3210 readonly isPlurality: boolean;3211 readonly asPlurality: {3212 readonly id: XcmV0JunctionBodyId;3213 readonly part: XcmV0JunctionBodyPart;3214 } & Struct;3215 readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3216}32173218/** @name XcmV0JunctionBodyId */3219export interface XcmV0JunctionBodyId extends Enum {3220 readonly isUnit: boolean;3221 readonly isNamed: boolean;3222 readonly asNamed: Bytes;3223 readonly isIndex: boolean;3224 readonly asIndex: Compact<u32>;3225 readonly isExecutive: boolean;3226 readonly isTechnical: boolean;3227 readonly isLegislative: boolean;3228 readonly isJudicial: boolean;3229 readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';3230}32313232/** @name XcmV0JunctionBodyPart */3233export interface XcmV0JunctionBodyPart extends Enum {3234 readonly isVoice: boolean;3235 readonly isMembers: boolean;3236 readonly asMembers: {3237 readonly count: Compact<u32>;3238 } & Struct;3239 readonly isFraction: boolean;3240 readonly asFraction: {3241 readonly nom: Compact<u32>;3242 readonly denom: Compact<u32>;3243 } & Struct;3244 readonly isAtLeastProportion: boolean;3245 readonly asAtLeastProportion: {3246 readonly nom: Compact<u32>;3247 readonly denom: Compact<u32>;3248 } & Struct;3249 readonly isMoreThanProportion: boolean;3250 readonly asMoreThanProportion: {3251 readonly nom: Compact<u32>;3252 readonly denom: Compact<u32>;3253 } & Struct;3254 readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';3255}32563257/** @name XcmV0JunctionNetworkId */3258export interface XcmV0JunctionNetworkId extends Enum {3259 readonly isAny: boolean;3260 readonly isNamed: boolean;3261 readonly asNamed: Bytes;3262 readonly isPolkadot: boolean;3263 readonly isKusama: boolean;3264 readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';3265}32663267/** @name XcmV0MultiAsset */3268export interface XcmV0MultiAsset extends Enum {3269 readonly isNone: boolean;3270 readonly isAll: boolean;3271 readonly isAllFungible: boolean;3272 readonly isAllNonFungible: boolean;3273 readonly isAllAbstractFungible: boolean;3274 readonly asAllAbstractFungible: {3275 readonly id: Bytes;3276 } & Struct;3277 readonly isAllAbstractNonFungible: boolean;3278 readonly asAllAbstractNonFungible: {3279 readonly class: Bytes;3280 } & Struct;3281 readonly isAllConcreteFungible: boolean;3282 readonly asAllConcreteFungible: {3283 readonly id: XcmV0MultiLocation;3284 } & Struct;3285 readonly isAllConcreteNonFungible: boolean;3286 readonly asAllConcreteNonFungible: {3287 readonly class: XcmV0MultiLocation;3288 } & Struct;3289 readonly isAbstractFungible: boolean;3290 readonly asAbstractFungible: {3291 readonly id: Bytes;3292 readonly amount: Compact<u128>;3293 } & Struct;3294 readonly isAbstractNonFungible: boolean;3295 readonly asAbstractNonFungible: {3296 readonly class: Bytes;3297 readonly instance: XcmV1MultiassetAssetInstance;3298 } & Struct;3299 readonly isConcreteFungible: boolean;3300 readonly asConcreteFungible: {3301 readonly id: XcmV0MultiLocation;3302 readonly amount: Compact<u128>;3303 } & Struct;3304 readonly isConcreteNonFungible: boolean;3305 readonly asConcreteNonFungible: {3306 readonly class: XcmV0MultiLocation;3307 readonly instance: XcmV1MultiassetAssetInstance;3308 } & Struct;3309 readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';3310}33113312/** @name XcmV0MultiLocation */3313export interface XcmV0MultiLocation extends Enum {3314 readonly isNull: boolean;3315 readonly isX1: boolean;3316 readonly asX1: XcmV0Junction;3317 readonly isX2: boolean;3318 readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;3319 readonly isX3: boolean;3320 readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3321 readonly isX4: boolean;3322 readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3323 readonly isX5: boolean;3324 readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3325 readonly isX6: boolean;3326 readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3327 readonly isX7: boolean;3328 readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3329 readonly isX8: boolean;3330 readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3331 readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3332}33333334/** @name XcmV0Order */3335export interface XcmV0Order extends Enum {3336 readonly isNull: boolean;3337 readonly isDepositAsset: boolean;3338 readonly asDepositAsset: {3339 readonly assets: Vec<XcmV0MultiAsset>;3340 readonly dest: XcmV0MultiLocation;3341 } & Struct;3342 readonly isDepositReserveAsset: boolean;3343 readonly asDepositReserveAsset: {3344 readonly assets: Vec<XcmV0MultiAsset>;3345 readonly dest: XcmV0MultiLocation;3346 readonly effects: Vec<XcmV0Order>;3347 } & Struct;3348 readonly isExchangeAsset: boolean;3349 readonly asExchangeAsset: {3350 readonly give: Vec<XcmV0MultiAsset>;3351 readonly receive: Vec<XcmV0MultiAsset>;3352 } & Struct;3353 readonly isInitiateReserveWithdraw: boolean;3354 readonly asInitiateReserveWithdraw: {3355 readonly assets: Vec<XcmV0MultiAsset>;3356 readonly reserve: XcmV0MultiLocation;3357 readonly effects: Vec<XcmV0Order>;3358 } & Struct;3359 readonly isInitiateTeleport: boolean;3360 readonly asInitiateTeleport: {3361 readonly assets: Vec<XcmV0MultiAsset>;3362 readonly dest: XcmV0MultiLocation;3363 readonly effects: Vec<XcmV0Order>;3364 } & Struct;3365 readonly isQueryHolding: boolean;3366 readonly asQueryHolding: {3367 readonly queryId: Compact<u64>;3368 readonly dest: XcmV0MultiLocation;3369 readonly assets: Vec<XcmV0MultiAsset>;3370 } & Struct;3371 readonly isBuyExecution: boolean;3372 readonly asBuyExecution: {3373 readonly fees: XcmV0MultiAsset;3374 readonly weight: u64;3375 readonly debt: u64;3376 readonly haltOnError: bool;3377 readonly xcm: Vec<XcmV0Xcm>;3378 } & Struct;3379 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3380}33813382/** @name XcmV0OriginKind */3383export interface XcmV0OriginKind extends Enum {3384 readonly isNative: boolean;3385 readonly isSovereignAccount: boolean;3386 readonly isSuperuser: boolean;3387 readonly isXcm: boolean;3388 readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';3389}33903391/** @name XcmV0Response */3392export interface XcmV0Response extends Enum {3393 readonly isAssets: boolean;3394 readonly asAssets: Vec<XcmV0MultiAsset>;3395 readonly type: 'Assets';3396}33973398/** @name XcmV0Xcm */3399export interface XcmV0Xcm extends Enum {3400 readonly isWithdrawAsset: boolean;3401 readonly asWithdrawAsset: {3402 readonly assets: Vec<XcmV0MultiAsset>;3403 readonly effects: Vec<XcmV0Order>;3404 } & Struct;3405 readonly isReserveAssetDeposit: boolean;3406 readonly asReserveAssetDeposit: {3407 readonly assets: Vec<XcmV0MultiAsset>;3408 readonly effects: Vec<XcmV0Order>;3409 } & Struct;3410 readonly isTeleportAsset: boolean;3411 readonly asTeleportAsset: {3412 readonly assets: Vec<XcmV0MultiAsset>;3413 readonly effects: Vec<XcmV0Order>;3414 } & Struct;3415 readonly isQueryResponse: boolean;3416 readonly asQueryResponse: {3417 readonly queryId: Compact<u64>;3418 readonly response: XcmV0Response;3419 } & Struct;3420 readonly isTransferAsset: boolean;3421 readonly asTransferAsset: {3422 readonly assets: Vec<XcmV0MultiAsset>;3423 readonly dest: XcmV0MultiLocation;3424 } & Struct;3425 readonly isTransferReserveAsset: boolean;3426 readonly asTransferReserveAsset: {3427 readonly assets: Vec<XcmV0MultiAsset>;3428 readonly dest: XcmV0MultiLocation;3429 readonly effects: Vec<XcmV0Order>;3430 } & Struct;3431 readonly isTransact: boolean;3432 readonly asTransact: {3433 readonly originType: XcmV0OriginKind;3434 readonly requireWeightAtMost: u64;3435 readonly call: XcmDoubleEncoded;3436 } & Struct;3437 readonly isHrmpNewChannelOpenRequest: boolean;3438 readonly asHrmpNewChannelOpenRequest: {3439 readonly sender: Compact<u32>;3440 readonly maxMessageSize: Compact<u32>;3441 readonly maxCapacity: Compact<u32>;3442 } & Struct;3443 readonly isHrmpChannelAccepted: boolean;3444 readonly asHrmpChannelAccepted: {3445 readonly recipient: Compact<u32>;3446 } & Struct;3447 readonly isHrmpChannelClosing: boolean;3448 readonly asHrmpChannelClosing: {3449 readonly initiator: Compact<u32>;3450 readonly sender: Compact<u32>;3451 readonly recipient: Compact<u32>;3452 } & Struct;3453 readonly isRelayedFrom: boolean;3454 readonly asRelayedFrom: {3455 readonly who: XcmV0MultiLocation;3456 readonly message: XcmV0Xcm;3457 } & Struct;3458 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';3459}34603461/** @name XcmV1Junction */3462export interface XcmV1Junction extends Enum {3463 readonly isParachain: boolean;3464 readonly asParachain: Compact<u32>;3465 readonly isAccountId32: boolean;3466 readonly asAccountId32: {3467 readonly network: XcmV0JunctionNetworkId;3468 readonly id: U8aFixed;3469 } & Struct;3470 readonly isAccountIndex64: boolean;3471 readonly asAccountIndex64: {3472 readonly network: XcmV0JunctionNetworkId;3473 readonly index: Compact<u64>;3474 } & Struct;3475 readonly isAccountKey20: boolean;3476 readonly asAccountKey20: {3477 readonly network: XcmV0JunctionNetworkId;3478 readonly key: U8aFixed;3479 } & Struct;3480 readonly isPalletInstance: boolean;3481 readonly asPalletInstance: u8;3482 readonly isGeneralIndex: boolean;3483 readonly asGeneralIndex: Compact<u128>;3484 readonly isGeneralKey: boolean;3485 readonly asGeneralKey: Bytes;3486 readonly isOnlyChild: boolean;3487 readonly isPlurality: boolean;3488 readonly asPlurality: {3489 readonly id: XcmV0JunctionBodyId;3490 readonly part: XcmV0JunctionBodyPart;3491 } & Struct;3492 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3493}34943495/** @name XcmV1MultiAsset */3496export interface XcmV1MultiAsset extends Struct {3497 readonly id: XcmV1MultiassetAssetId;3498 readonly fun: XcmV1MultiassetFungibility;3499}35003501/** @name XcmV1MultiassetAssetId */3502export interface XcmV1MultiassetAssetId extends Enum {3503 readonly isConcrete: boolean;3504 readonly asConcrete: XcmV1MultiLocation;3505 readonly isAbstract: boolean;3506 readonly asAbstract: Bytes;3507 readonly type: 'Concrete' | 'Abstract';3508}35093510/** @name XcmV1MultiassetAssetInstance */3511export interface XcmV1MultiassetAssetInstance extends Enum {3512 readonly isUndefined: boolean;3513 readonly isIndex: boolean;3514 readonly asIndex: Compact<u128>;3515 readonly isArray4: boolean;3516 readonly asArray4: U8aFixed;3517 readonly isArray8: boolean;3518 readonly asArray8: U8aFixed;3519 readonly isArray16: boolean;3520 readonly asArray16: U8aFixed;3521 readonly isArray32: boolean;3522 readonly asArray32: U8aFixed;3523 readonly isBlob: boolean;3524 readonly asBlob: Bytes;3525 readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';3526}35273528/** @name XcmV1MultiassetFungibility */3529export interface XcmV1MultiassetFungibility extends Enum {3530 readonly isFungible: boolean;3531 readonly asFungible: Compact<u128>;3532 readonly isNonFungible: boolean;3533 readonly asNonFungible: XcmV1MultiassetAssetInstance;3534 readonly type: 'Fungible' | 'NonFungible';3535}35363537/** @name XcmV1MultiassetMultiAssetFilter */3538export interface XcmV1MultiassetMultiAssetFilter extends Enum {3539 readonly isDefinite: boolean;3540 readonly asDefinite: XcmV1MultiassetMultiAssets;3541 readonly isWild: boolean;3542 readonly asWild: XcmV1MultiassetWildMultiAsset;3543 readonly type: 'Definite' | 'Wild';3544}35453546/** @name XcmV1MultiassetMultiAssets */3547export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}35483549/** @name XcmV1MultiassetWildFungibility */3550export interface XcmV1MultiassetWildFungibility extends Enum {3551 readonly isFungible: boolean;3552 readonly isNonFungible: boolean;3553 readonly type: 'Fungible' | 'NonFungible';3554}35553556/** @name XcmV1MultiassetWildMultiAsset */3557export interface XcmV1MultiassetWildMultiAsset extends Enum {3558 readonly isAll: boolean;3559 readonly isAllOf: boolean;3560 readonly asAllOf: {3561 readonly id: XcmV1MultiassetAssetId;3562 readonly fun: XcmV1MultiassetWildFungibility;3563 } & Struct;3564 readonly type: 'All' | 'AllOf';3565}35663567/** @name XcmV1MultiLocation */3568export interface XcmV1MultiLocation extends Struct {3569 readonly parents: u8;3570 readonly interior: XcmV1MultilocationJunctions;3571}35723573/** @name XcmV1MultilocationJunctions */3574export interface XcmV1MultilocationJunctions extends Enum {3575 readonly isHere: boolean;3576 readonly isX1: boolean;3577 readonly asX1: XcmV1Junction;3578 readonly isX2: boolean;3579 readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;3580 readonly isX3: boolean;3581 readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3582 readonly isX4: boolean;3583 readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3584 readonly isX5: boolean;3585 readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3586 readonly isX6: boolean;3587 readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3588 readonly isX7: boolean;3589 readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3590 readonly isX8: boolean;3591 readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3592 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3593}35943595/** @name XcmV1Order */3596export interface XcmV1Order extends Enum {3597 readonly isNoop: boolean;3598 readonly isDepositAsset: boolean;3599 readonly asDepositAsset: {3600 readonly assets: XcmV1MultiassetMultiAssetFilter;3601 readonly maxAssets: u32;3602 readonly beneficiary: XcmV1MultiLocation;3603 } & Struct;3604 readonly isDepositReserveAsset: boolean;3605 readonly asDepositReserveAsset: {3606 readonly assets: XcmV1MultiassetMultiAssetFilter;3607 readonly maxAssets: u32;3608 readonly dest: XcmV1MultiLocation;3609 readonly effects: Vec<XcmV1Order>;3610 } & Struct;3611 readonly isExchangeAsset: boolean;3612 readonly asExchangeAsset: {3613 readonly give: XcmV1MultiassetMultiAssetFilter;3614 readonly receive: XcmV1MultiassetMultiAssets;3615 } & Struct;3616 readonly isInitiateReserveWithdraw: boolean;3617 readonly asInitiateReserveWithdraw: {3618 readonly assets: XcmV1MultiassetMultiAssetFilter;3619 readonly reserve: XcmV1MultiLocation;3620 readonly effects: Vec<XcmV1Order>;3621 } & Struct;3622 readonly isInitiateTeleport: boolean;3623 readonly asInitiateTeleport: {3624 readonly assets: XcmV1MultiassetMultiAssetFilter;3625 readonly dest: XcmV1MultiLocation;3626 readonly effects: Vec<XcmV1Order>;3627 } & Struct;3628 readonly isQueryHolding: boolean;3629 readonly asQueryHolding: {3630 readonly queryId: Compact<u64>;3631 readonly dest: XcmV1MultiLocation;3632 readonly assets: XcmV1MultiassetMultiAssetFilter;3633 } & Struct;3634 readonly isBuyExecution: boolean;3635 readonly asBuyExecution: {3636 readonly fees: XcmV1MultiAsset;3637 readonly weight: u64;3638 readonly debt: u64;3639 readonly haltOnError: bool;3640 readonly instructions: Vec<XcmV1Xcm>;3641 } & Struct;3642 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3643}36443645/** @name XcmV1Response */3646export interface XcmV1Response extends Enum {3647 readonly isAssets: boolean;3648 readonly asAssets: XcmV1MultiassetMultiAssets;3649 readonly isVersion: boolean;3650 readonly asVersion: u32;3651 readonly type: 'Assets' | 'Version';3652}36533654/** @name XcmV1Xcm */3655export interface XcmV1Xcm extends Enum {3656 readonly isWithdrawAsset: boolean;3657 readonly asWithdrawAsset: {3658 readonly assets: XcmV1MultiassetMultiAssets;3659 readonly effects: Vec<XcmV1Order>;3660 } & Struct;3661 readonly isReserveAssetDeposited: boolean;3662 readonly asReserveAssetDeposited: {3663 readonly assets: XcmV1MultiassetMultiAssets;3664 readonly effects: Vec<XcmV1Order>;3665 } & Struct;3666 readonly isReceiveTeleportedAsset: boolean;3667 readonly asReceiveTeleportedAsset: {3668 readonly assets: XcmV1MultiassetMultiAssets;3669 readonly effects: Vec<XcmV1Order>;3670 } & Struct;3671 readonly isQueryResponse: boolean;3672 readonly asQueryResponse: {3673 readonly queryId: Compact<u64>;3674 readonly response: XcmV1Response;3675 } & Struct;3676 readonly isTransferAsset: boolean;3677 readonly asTransferAsset: {3678 readonly assets: XcmV1MultiassetMultiAssets;3679 readonly beneficiary: XcmV1MultiLocation;3680 } & Struct;3681 readonly isTransferReserveAsset: boolean;3682 readonly asTransferReserveAsset: {3683 readonly assets: XcmV1MultiassetMultiAssets;3684 readonly dest: XcmV1MultiLocation;3685 readonly effects: Vec<XcmV1Order>;3686 } & Struct;3687 readonly isTransact: boolean;3688 readonly asTransact: {3689 readonly originType: XcmV0OriginKind;3690 readonly requireWeightAtMost: u64;3691 readonly call: XcmDoubleEncoded;3692 } & Struct;3693 readonly isHrmpNewChannelOpenRequest: boolean;3694 readonly asHrmpNewChannelOpenRequest: {3695 readonly sender: Compact<u32>;3696 readonly maxMessageSize: Compact<u32>;3697 readonly maxCapacity: Compact<u32>;3698 } & Struct;3699 readonly isHrmpChannelAccepted: boolean;3700 readonly asHrmpChannelAccepted: {3701 readonly recipient: Compact<u32>;3702 } & Struct;3703 readonly isHrmpChannelClosing: boolean;3704 readonly asHrmpChannelClosing: {3705 readonly initiator: Compact<u32>;3706 readonly sender: Compact<u32>;3707 readonly recipient: Compact<u32>;3708 } & Struct;3709 readonly isRelayedFrom: boolean;3710 readonly asRelayedFrom: {3711 readonly who: XcmV1MultilocationJunctions;3712 readonly message: XcmV1Xcm;3713 } & Struct;3714 readonly isSubscribeVersion: boolean;3715 readonly asSubscribeVersion: {3716 readonly queryId: Compact<u64>;3717 readonly maxResponseWeight: Compact<u64>;3718 } & Struct;3719 readonly isUnsubscribeVersion: boolean;3720 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';3721}37223723/** @name XcmV2Instruction */3724export interface XcmV2Instruction extends Enum {3725 readonly isWithdrawAsset: boolean;3726 readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;3727 readonly isReserveAssetDeposited: boolean;3728 readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;3729 readonly isReceiveTeleportedAsset: boolean;3730 readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;3731 readonly isQueryResponse: boolean;3732 readonly asQueryResponse: {3733 readonly queryId: Compact<u64>;3734 readonly response: XcmV2Response;3735 readonly maxWeight: Compact<u64>;3736 } & Struct;3737 readonly isTransferAsset: boolean;3738 readonly asTransferAsset: {3739 readonly assets: XcmV1MultiassetMultiAssets;3740 readonly beneficiary: XcmV1MultiLocation;3741 } & Struct;3742 readonly isTransferReserveAsset: boolean;3743 readonly asTransferReserveAsset: {3744 readonly assets: XcmV1MultiassetMultiAssets;3745 readonly dest: XcmV1MultiLocation;3746 readonly xcm: XcmV2Xcm;3747 } & Struct;3748 readonly isTransact: boolean;3749 readonly asTransact: {3750 readonly originType: XcmV0OriginKind;3751 readonly requireWeightAtMost: Compact<u64>;3752 readonly call: XcmDoubleEncoded;3753 } & Struct;3754 readonly isHrmpNewChannelOpenRequest: boolean;3755 readonly asHrmpNewChannelOpenRequest: {3756 readonly sender: Compact<u32>;3757 readonly maxMessageSize: Compact<u32>;3758 readonly maxCapacity: Compact<u32>;3759 } & Struct;3760 readonly isHrmpChannelAccepted: boolean;3761 readonly asHrmpChannelAccepted: {3762 readonly recipient: Compact<u32>;3763 } & Struct;3764 readonly isHrmpChannelClosing: boolean;3765 readonly asHrmpChannelClosing: {3766 readonly initiator: Compact<u32>;3767 readonly sender: Compact<u32>;3768 readonly recipient: Compact<u32>;3769 } & Struct;3770 readonly isClearOrigin: boolean;3771 readonly isDescendOrigin: boolean;3772 readonly asDescendOrigin: XcmV1MultilocationJunctions;3773 readonly isReportError: boolean;3774 readonly asReportError: {3775 readonly queryId: Compact<u64>;3776 readonly dest: XcmV1MultiLocation;3777 readonly maxResponseWeight: Compact<u64>;3778 } & Struct;3779 readonly isDepositAsset: boolean;3780 readonly asDepositAsset: {3781 readonly assets: XcmV1MultiassetMultiAssetFilter;3782 readonly maxAssets: Compact<u32>;3783 readonly beneficiary: XcmV1MultiLocation;3784 } & Struct;3785 readonly isDepositReserveAsset: boolean;3786 readonly asDepositReserveAsset: {3787 readonly assets: XcmV1MultiassetMultiAssetFilter;3788 readonly maxAssets: Compact<u32>;3789 readonly dest: XcmV1MultiLocation;3790 readonly xcm: XcmV2Xcm;3791 } & Struct;3792 readonly isExchangeAsset: boolean;3793 readonly asExchangeAsset: {3794 readonly give: XcmV1MultiassetMultiAssetFilter;3795 readonly receive: XcmV1MultiassetMultiAssets;3796 } & Struct;3797 readonly isInitiateReserveWithdraw: boolean;3798 readonly asInitiateReserveWithdraw: {3799 readonly assets: XcmV1MultiassetMultiAssetFilter;3800 readonly reserve: XcmV1MultiLocation;3801 readonly xcm: XcmV2Xcm;3802 } & Struct;3803 readonly isInitiateTeleport: boolean;3804 readonly asInitiateTeleport: {3805 readonly assets: XcmV1MultiassetMultiAssetFilter;3806 readonly dest: XcmV1MultiLocation;3807 readonly xcm: XcmV2Xcm;3808 } & Struct;3809 readonly isQueryHolding: boolean;3810 readonly asQueryHolding: {3811 readonly queryId: Compact<u64>;3812 readonly dest: XcmV1MultiLocation;3813 readonly assets: XcmV1MultiassetMultiAssetFilter;3814 readonly maxResponseWeight: Compact<u64>;3815 } & Struct;3816 readonly isBuyExecution: boolean;3817 readonly asBuyExecution: {3818 readonly fees: XcmV1MultiAsset;3819 readonly weightLimit: XcmV2WeightLimit;3820 } & Struct;3821 readonly isRefundSurplus: boolean;3822 readonly isSetErrorHandler: boolean;3823 readonly asSetErrorHandler: XcmV2Xcm;3824 readonly isSetAppendix: boolean;3825 readonly asSetAppendix: XcmV2Xcm;3826 readonly isClearError: boolean;3827 readonly isClaimAsset: boolean;3828 readonly asClaimAsset: {3829 readonly assets: XcmV1MultiassetMultiAssets;3830 readonly ticket: XcmV1MultiLocation;3831 } & Struct;3832 readonly isTrap: boolean;3833 readonly asTrap: Compact<u64>;3834 readonly isSubscribeVersion: boolean;3835 readonly asSubscribeVersion: {3836 readonly queryId: Compact<u64>;3837 readonly maxResponseWeight: Compact<u64>;3838 } & Struct;3839 readonly isUnsubscribeVersion: boolean;3840 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';3841}38423843/** @name XcmV2Response */3844export interface XcmV2Response extends Enum {3845 readonly isNull: boolean;3846 readonly isAssets: boolean;3847 readonly asAssets: XcmV1MultiassetMultiAssets;3848 readonly isExecutionResult: boolean;3849 readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;3850 readonly isVersion: boolean;3851 readonly asVersion: u32;3852 readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';3853}38543855/** @name XcmV2TraitsError */3856export interface XcmV2TraitsError extends Enum {3857 readonly isOverflow: boolean;3858 readonly isUnimplemented: boolean;3859 readonly isUntrustedReserveLocation: boolean;3860 readonly isUntrustedTeleportLocation: boolean;3861 readonly isMultiLocationFull: boolean;3862 readonly isMultiLocationNotInvertible: boolean;3863 readonly isBadOrigin: boolean;3864 readonly isInvalidLocation: boolean;3865 readonly isAssetNotFound: boolean;3866 readonly isFailedToTransactAsset: boolean;3867 readonly isNotWithdrawable: boolean;3868 readonly isLocationCannotHold: boolean;3869 readonly isExceedsMaxMessageSize: boolean;3870 readonly isDestinationUnsupported: boolean;3871 readonly isTransport: boolean;3872 readonly isUnroutable: boolean;3873 readonly isUnknownClaim: boolean;3874 readonly isFailedToDecode: boolean;3875 readonly isMaxWeightInvalid: boolean;3876 readonly isNotHoldingFees: boolean;3877 readonly isTooExpensive: boolean;3878 readonly isTrap: boolean;3879 readonly asTrap: u64;3880 readonly isUnhandledXcmVersion: boolean;3881 readonly isWeightLimitReached: boolean;3882 readonly asWeightLimitReached: u64;3883 readonly isBarrier: boolean;3884 readonly isWeightNotComputable: boolean;3885 readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';3886}38873888/** @name XcmV2TraitsOutcome */3889export interface XcmV2TraitsOutcome extends Enum {3890 readonly isComplete: boolean;3891 readonly asComplete: u64;3892 readonly isIncomplete: boolean;3893 readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;3894 readonly isError: boolean;3895 readonly asError: XcmV2TraitsError;3896 readonly type: 'Complete' | 'Incomplete' | 'Error';3897}38983899/** @name XcmV2WeightLimit */3900export interface XcmV2WeightLimit extends Enum {3901 readonly isUnlimited: boolean;3902 readonly isLimited: boolean;3903 readonly asLimited: Compact<u64>;3904 readonly type: 'Unlimited' | 'Limited';3905}39063907/** @name XcmV2Xcm */3908export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}39093910/** @name XcmVersionedMultiAsset */3911export interface XcmVersionedMultiAsset extends Enum {3912 readonly isV0: boolean;3913 readonly asV0: XcmV0MultiAsset;3914 readonly isV1: boolean;3915 readonly asV1: XcmV1MultiAsset;3916 readonly type: 'V0' | 'V1';3917}39183919/** @name XcmVersionedMultiAssets */3920export interface XcmVersionedMultiAssets extends Enum {3921 readonly isV0: boolean;3922 readonly asV0: Vec<XcmV0MultiAsset>;3923 readonly isV1: boolean;3924 readonly asV1: XcmV1MultiassetMultiAssets;3925 readonly type: 'V0' | 'V1';3926}39273928/** @name XcmVersionedMultiLocation */3929export interface XcmVersionedMultiLocation extends Enum {3930 readonly isV0: boolean;3931 readonly asV0: XcmV0MultiLocation;3932 readonly isV1: boolean;3933 readonly asV1: XcmV1MultiLocation;3934 readonly type: 'V0' | 'V1';3935}39363937/** @name XcmVersionedXcm */3938export interface XcmVersionedXcm extends Enum {3939 readonly isV0: boolean;3940 readonly asV0: XcmV0Xcm;3941 readonly isV1: boolean;3942 readonly asV1: XcmV1Xcm;3943 readonly isV2: boolean;3944 readonly asV2: XcmV2Xcm;3945 readonly type: 'V0' | 'V1' | 'V2';3946}39473948export type PHANTOM_DEFAULT = 'default';1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';5import type { ITuple } from '@polkadot/types-codec/types';6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';7import type { Event } from '@polkadot/types/interfaces/system';89/** @name CumulusPalletDmpQueueCall */10export interface CumulusPalletDmpQueueCall extends Enum {11 readonly isServiceOverweight: boolean;12 readonly asServiceOverweight: {13 readonly index: u64;14 readonly weightLimit: u64;15 } & Struct;16 readonly type: 'ServiceOverweight';17}1819/** @name CumulusPalletDmpQueueConfigData */20export interface CumulusPalletDmpQueueConfigData extends Struct {21 readonly maxIndividual: SpWeightsWeightV2Weight;22}2324/** @name CumulusPalletDmpQueueError */25export interface CumulusPalletDmpQueueError extends Enum {26 readonly isUnknown: boolean;27 readonly isOverLimit: boolean;28 readonly type: 'Unknown' | 'OverLimit';29}3031/** @name CumulusPalletDmpQueueEvent */32export interface CumulusPalletDmpQueueEvent extends Enum {33 readonly isInvalidFormat: boolean;34 readonly asInvalidFormat: {35 readonly messageId: U8aFixed;36 } & Struct;37 readonly isUnsupportedVersion: boolean;38 readonly asUnsupportedVersion: {39 readonly messageId: U8aFixed;40 } & Struct;41 readonly isExecutedDownward: boolean;42 readonly asExecutedDownward: {43 readonly messageId: U8aFixed;44 readonly outcome: XcmV2TraitsOutcome;45 } & Struct;46 readonly isWeightExhausted: boolean;47 readonly asWeightExhausted: {48 readonly messageId: U8aFixed;49 readonly remainingWeight: SpWeightsWeightV2Weight;50 readonly requiredWeight: SpWeightsWeightV2Weight;51 } & Struct;52 readonly isOverweightEnqueued: boolean;53 readonly asOverweightEnqueued: {54 readonly messageId: U8aFixed;55 readonly overweightIndex: u64;56 readonly requiredWeight: SpWeightsWeightV2Weight;57 } & Struct;58 readonly isOverweightServiced: boolean;59 readonly asOverweightServiced: {60 readonly overweightIndex: u64;61 readonly weightUsed: SpWeightsWeightV2Weight;62 } & Struct;63 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';64}6566/** @name CumulusPalletDmpQueuePageIndexData */67export interface CumulusPalletDmpQueuePageIndexData extends Struct {68 readonly beginUsed: u32;69 readonly endUsed: u32;70 readonly overweightCount: u64;71}7273/** @name CumulusPalletParachainSystemCall */74export interface CumulusPalletParachainSystemCall extends Enum {75 readonly isSetValidationData: boolean;76 readonly asSetValidationData: {77 readonly data: CumulusPrimitivesParachainInherentParachainInherentData;78 } & Struct;79 readonly isSudoSendUpwardMessage: boolean;80 readonly asSudoSendUpwardMessage: {81 readonly message: Bytes;82 } & Struct;83 readonly isAuthorizeUpgrade: boolean;84 readonly asAuthorizeUpgrade: {85 readonly codeHash: H256;86 } & Struct;87 readonly isEnactAuthorizedUpgrade: boolean;88 readonly asEnactAuthorizedUpgrade: {89 readonly code: Bytes;90 } & Struct;91 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';92}9394/** @name CumulusPalletParachainSystemError */95export interface CumulusPalletParachainSystemError extends Enum {96 readonly isOverlappingUpgrades: boolean;97 readonly isProhibitedByPolkadot: boolean;98 readonly isTooBig: boolean;99 readonly isValidationDataNotAvailable: boolean;100 readonly isHostConfigurationNotAvailable: boolean;101 readonly isNotScheduled: boolean;102 readonly isNothingAuthorized: boolean;103 readonly isUnauthorized: boolean;104 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';105}106107/** @name CumulusPalletParachainSystemEvent */108export interface CumulusPalletParachainSystemEvent extends Enum {109 readonly isValidationFunctionStored: boolean;110 readonly isValidationFunctionApplied: boolean;111 readonly asValidationFunctionApplied: {112 readonly relayChainBlockNum: u32;113 } & Struct;114 readonly isValidationFunctionDiscarded: boolean;115 readonly isUpgradeAuthorized: boolean;116 readonly asUpgradeAuthorized: {117 readonly codeHash: H256;118 } & Struct;119 readonly isDownwardMessagesReceived: boolean;120 readonly asDownwardMessagesReceived: {121 readonly count: u32;122 } & Struct;123 readonly isDownwardMessagesProcessed: boolean;124 readonly asDownwardMessagesProcessed: {125 readonly weightUsed: SpWeightsWeightV2Weight;126 readonly dmqHead: H256;127 } & Struct;128 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';129}130131/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot */132export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {133 readonly dmqMqcHead: H256;134 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;135 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;136 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;137}138139/** @name CumulusPalletXcmCall */140export interface CumulusPalletXcmCall extends Null {}141142/** @name CumulusPalletXcmError */143export interface CumulusPalletXcmError extends Null {}144145/** @name CumulusPalletXcmEvent */146export interface CumulusPalletXcmEvent extends Enum {147 readonly isInvalidFormat: boolean;148 readonly asInvalidFormat: U8aFixed;149 readonly isUnsupportedVersion: boolean;150 readonly asUnsupportedVersion: U8aFixed;151 readonly isExecutedDownward: boolean;152 readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;153 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';154}155156/** @name CumulusPalletXcmOrigin */157export interface CumulusPalletXcmOrigin extends Enum {158 readonly isRelay: boolean;159 readonly isSiblingParachain: boolean;160 readonly asSiblingParachain: u32;161 readonly type: 'Relay' | 'SiblingParachain';162}163164/** @name CumulusPalletXcmpQueueCall */165export interface CumulusPalletXcmpQueueCall extends Enum {166 readonly isServiceOverweight: boolean;167 readonly asServiceOverweight: {168 readonly index: u64;169 readonly weightLimit: u64;170 } & Struct;171 readonly isSuspendXcmExecution: boolean;172 readonly isResumeXcmExecution: boolean;173 readonly isUpdateSuspendThreshold: boolean;174 readonly asUpdateSuspendThreshold: {175 readonly new_: u32;176 } & Struct;177 readonly isUpdateDropThreshold: boolean;178 readonly asUpdateDropThreshold: {179 readonly new_: u32;180 } & Struct;181 readonly isUpdateResumeThreshold: boolean;182 readonly asUpdateResumeThreshold: {183 readonly new_: u32;184 } & Struct;185 readonly isUpdateThresholdWeight: boolean;186 readonly asUpdateThresholdWeight: {187 readonly new_: u64;188 } & Struct;189 readonly isUpdateWeightRestrictDecay: boolean;190 readonly asUpdateWeightRestrictDecay: {191 readonly new_: u64;192 } & Struct;193 readonly isUpdateXcmpMaxIndividualWeight: boolean;194 readonly asUpdateXcmpMaxIndividualWeight: {195 readonly new_: u64;196 } & Struct;197 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';198}199200/** @name CumulusPalletXcmpQueueError */201export interface CumulusPalletXcmpQueueError extends Enum {202 readonly isFailedToSend: boolean;203 readonly isBadXcmOrigin: boolean;204 readonly isBadXcm: boolean;205 readonly isBadOverweightIndex: boolean;206 readonly isWeightOverLimit: boolean;207 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';208}209210/** @name CumulusPalletXcmpQueueEvent */211export interface CumulusPalletXcmpQueueEvent extends Enum {212 readonly isSuccess: boolean;213 readonly asSuccess: {214 readonly messageHash: Option<H256>;215 readonly weight: SpWeightsWeightV2Weight;216 } & Struct;217 readonly isFail: boolean;218 readonly asFail: {219 readonly messageHash: Option<H256>;220 readonly error: XcmV2TraitsError;221 readonly weight: SpWeightsWeightV2Weight;222 } & Struct;223 readonly isBadVersion: boolean;224 readonly asBadVersion: {225 readonly messageHash: Option<H256>;226 } & Struct;227 readonly isBadFormat: boolean;228 readonly asBadFormat: {229 readonly messageHash: Option<H256>;230 } & Struct;231 readonly isUpwardMessageSent: boolean;232 readonly asUpwardMessageSent: {233 readonly messageHash: Option<H256>;234 } & Struct;235 readonly isXcmpMessageSent: boolean;236 readonly asXcmpMessageSent: {237 readonly messageHash: Option<H256>;238 } & Struct;239 readonly isOverweightEnqueued: boolean;240 readonly asOverweightEnqueued: {241 readonly sender: u32;242 readonly sentAt: u32;243 readonly index: u64;244 readonly required: SpWeightsWeightV2Weight;245 } & Struct;246 readonly isOverweightServiced: boolean;247 readonly asOverweightServiced: {248 readonly index: u64;249 readonly used: SpWeightsWeightV2Weight;250 } & Struct;251 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';252}253254/** @name CumulusPalletXcmpQueueInboundChannelDetails */255export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {256 readonly sender: u32;257 readonly state: CumulusPalletXcmpQueueInboundState;258 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;259}260261/** @name CumulusPalletXcmpQueueInboundState */262export interface CumulusPalletXcmpQueueInboundState extends Enum {263 readonly isOk: boolean;264 readonly isSuspended: boolean;265 readonly type: 'Ok' | 'Suspended';266}267268/** @name CumulusPalletXcmpQueueOutboundChannelDetails */269export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {270 readonly recipient: u32;271 readonly state: CumulusPalletXcmpQueueOutboundState;272 readonly signalsExist: bool;273 readonly firstIndex: u16;274 readonly lastIndex: u16;275}276277/** @name CumulusPalletXcmpQueueOutboundState */278export interface CumulusPalletXcmpQueueOutboundState extends Enum {279 readonly isOk: boolean;280 readonly isSuspended: boolean;281 readonly type: 'Ok' | 'Suspended';282}283284/** @name CumulusPalletXcmpQueueQueueConfigData */285export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {286 readonly suspendThreshold: u32;287 readonly dropThreshold: u32;288 readonly resumeThreshold: u32;289 readonly thresholdWeight: SpWeightsWeightV2Weight;290 readonly weightRestrictDecay: SpWeightsWeightV2Weight;291 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;292}293294/** @name CumulusPrimitivesParachainInherentParachainInherentData */295export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {296 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;297 readonly relayChainState: SpTrieStorageProof;298 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;299 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;300}301302/** @name EthbloomBloom */303export interface EthbloomBloom extends U8aFixed {}304305/** @name EthereumBlock */306export interface EthereumBlock extends Struct {307 readonly header: EthereumHeader;308 readonly transactions: Vec<EthereumTransactionTransactionV2>;309 readonly ommers: Vec<EthereumHeader>;310}311312/** @name EthereumHeader */313export interface EthereumHeader extends Struct {314 readonly parentHash: H256;315 readonly ommersHash: H256;316 readonly beneficiary: H160;317 readonly stateRoot: H256;318 readonly transactionsRoot: H256;319 readonly receiptsRoot: H256;320 readonly logsBloom: EthbloomBloom;321 readonly difficulty: U256;322 readonly number: U256;323 readonly gasLimit: U256;324 readonly gasUsed: U256;325 readonly timestamp: u64;326 readonly extraData: Bytes;327 readonly mixHash: H256;328 readonly nonce: EthereumTypesHashH64;329}330331/** @name EthereumLog */332export interface EthereumLog extends Struct {333 readonly address: H160;334 readonly topics: Vec<H256>;335 readonly data: Bytes;336}337338/** @name EthereumReceiptEip658ReceiptData */339export interface EthereumReceiptEip658ReceiptData extends Struct {340 readonly statusCode: u8;341 readonly usedGas: U256;342 readonly logsBloom: EthbloomBloom;343 readonly logs: Vec<EthereumLog>;344}345346/** @name EthereumReceiptReceiptV3 */347export interface EthereumReceiptReceiptV3 extends Enum {348 readonly isLegacy: boolean;349 readonly asLegacy: EthereumReceiptEip658ReceiptData;350 readonly isEip2930: boolean;351 readonly asEip2930: EthereumReceiptEip658ReceiptData;352 readonly isEip1559: boolean;353 readonly asEip1559: EthereumReceiptEip658ReceiptData;354 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';355}356357/** @name EthereumTransactionAccessListItem */358export interface EthereumTransactionAccessListItem extends Struct {359 readonly address: H160;360 readonly storageKeys: Vec<H256>;361}362363/** @name EthereumTransactionEip1559Transaction */364export interface EthereumTransactionEip1559Transaction extends Struct {365 readonly chainId: u64;366 readonly nonce: U256;367 readonly maxPriorityFeePerGas: U256;368 readonly maxFeePerGas: U256;369 readonly gasLimit: U256;370 readonly action: EthereumTransactionTransactionAction;371 readonly value: U256;372 readonly input: Bytes;373 readonly accessList: Vec<EthereumTransactionAccessListItem>;374 readonly oddYParity: bool;375 readonly r: H256;376 readonly s: H256;377}378379/** @name EthereumTransactionEip2930Transaction */380export interface EthereumTransactionEip2930Transaction extends Struct {381 readonly chainId: u64;382 readonly nonce: U256;383 readonly gasPrice: U256;384 readonly gasLimit: U256;385 readonly action: EthereumTransactionTransactionAction;386 readonly value: U256;387 readonly input: Bytes;388 readonly accessList: Vec<EthereumTransactionAccessListItem>;389 readonly oddYParity: bool;390 readonly r: H256;391 readonly s: H256;392}393394/** @name EthereumTransactionLegacyTransaction */395export interface EthereumTransactionLegacyTransaction extends Struct {396 readonly nonce: U256;397 readonly gasPrice: U256;398 readonly gasLimit: U256;399 readonly action: EthereumTransactionTransactionAction;400 readonly value: U256;401 readonly input: Bytes;402 readonly signature: EthereumTransactionTransactionSignature;403}404405/** @name EthereumTransactionTransactionAction */406export interface EthereumTransactionTransactionAction extends Enum {407 readonly isCall: boolean;408 readonly asCall: H160;409 readonly isCreate: boolean;410 readonly type: 'Call' | 'Create';411}412413/** @name EthereumTransactionTransactionSignature */414export interface EthereumTransactionTransactionSignature extends Struct {415 readonly v: u64;416 readonly r: H256;417 readonly s: H256;418}419420/** @name EthereumTransactionTransactionV2 */421export interface EthereumTransactionTransactionV2 extends Enum {422 readonly isLegacy: boolean;423 readonly asLegacy: EthereumTransactionLegacyTransaction;424 readonly isEip2930: boolean;425 readonly asEip2930: EthereumTransactionEip2930Transaction;426 readonly isEip1559: boolean;427 readonly asEip1559: EthereumTransactionEip1559Transaction;428 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';429}430431/** @name EthereumTypesHashH64 */432export interface EthereumTypesHashH64 extends U8aFixed {}433434/** @name EvmCoreErrorExitError */435export interface EvmCoreErrorExitError extends Enum {436 readonly isStackUnderflow: boolean;437 readonly isStackOverflow: boolean;438 readonly isInvalidJump: boolean;439 readonly isInvalidRange: boolean;440 readonly isDesignatedInvalid: boolean;441 readonly isCallTooDeep: boolean;442 readonly isCreateCollision: boolean;443 readonly isCreateContractLimit: boolean;444 readonly isOutOfOffset: boolean;445 readonly isOutOfGas: boolean;446 readonly isOutOfFund: boolean;447 readonly isPcUnderflow: boolean;448 readonly isCreateEmpty: boolean;449 readonly isOther: boolean;450 readonly asOther: Text;451 readonly isInvalidCode: boolean;452 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';453}454455/** @name EvmCoreErrorExitFatal */456export interface EvmCoreErrorExitFatal extends Enum {457 readonly isNotSupported: boolean;458 readonly isUnhandledInterrupt: boolean;459 readonly isCallErrorAsFatal: boolean;460 readonly asCallErrorAsFatal: EvmCoreErrorExitError;461 readonly isOther: boolean;462 readonly asOther: Text;463 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';464}465466/** @name EvmCoreErrorExitReason */467export interface EvmCoreErrorExitReason extends Enum {468 readonly isSucceed: boolean;469 readonly asSucceed: EvmCoreErrorExitSucceed;470 readonly isError: boolean;471 readonly asError: EvmCoreErrorExitError;472 readonly isRevert: boolean;473 readonly asRevert: EvmCoreErrorExitRevert;474 readonly isFatal: boolean;475 readonly asFatal: EvmCoreErrorExitFatal;476 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';477}478479/** @name EvmCoreErrorExitRevert */480export interface EvmCoreErrorExitRevert extends Enum {481 readonly isReverted: boolean;482 readonly type: 'Reverted';483}484485/** @name EvmCoreErrorExitSucceed */486export interface EvmCoreErrorExitSucceed extends Enum {487 readonly isStopped: boolean;488 readonly isReturned: boolean;489 readonly isSuicided: boolean;490 readonly type: 'Stopped' | 'Returned' | 'Suicided';491}492493/** @name FpRpcTransactionStatus */494export interface FpRpcTransactionStatus extends Struct {495 readonly transactionHash: H256;496 readonly transactionIndex: u32;497 readonly from: H160;498 readonly to: Option<H160>;499 readonly contractAddress: Option<H160>;500 readonly logs: Vec<EthereumLog>;501 readonly logsBloom: EthbloomBloom;502}503504/** @name FrameSupportDispatchDispatchClass */505export interface FrameSupportDispatchDispatchClass extends Enum {506 readonly isNormal: boolean;507 readonly isOperational: boolean;508 readonly isMandatory: boolean;509 readonly type: 'Normal' | 'Operational' | 'Mandatory';510}511512/** @name FrameSupportDispatchDispatchInfo */513export interface FrameSupportDispatchDispatchInfo extends Struct {514 readonly weight: SpWeightsWeightV2Weight;515 readonly class: FrameSupportDispatchDispatchClass;516 readonly paysFee: FrameSupportDispatchPays;517}518519/** @name FrameSupportDispatchPays */520export interface FrameSupportDispatchPays extends Enum {521 readonly isYes: boolean;522 readonly isNo: boolean;523 readonly type: 'Yes' | 'No';524}525526/** @name FrameSupportDispatchPerDispatchClassU32 */527export interface FrameSupportDispatchPerDispatchClassU32 extends Struct {528 readonly normal: u32;529 readonly operational: u32;530 readonly mandatory: u32;531}532533/** @name FrameSupportDispatchPerDispatchClassWeight */534export interface FrameSupportDispatchPerDispatchClassWeight extends Struct {535 readonly normal: SpWeightsWeightV2Weight;536 readonly operational: SpWeightsWeightV2Weight;537 readonly mandatory: SpWeightsWeightV2Weight;538}539540/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass */541export interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {542 readonly normal: FrameSystemLimitsWeightsPerClass;543 readonly operational: FrameSystemLimitsWeightsPerClass;544 readonly mandatory: FrameSystemLimitsWeightsPerClass;545}546547/** @name FrameSupportDispatchRawOrigin */548export interface FrameSupportDispatchRawOrigin extends Enum {549 readonly isRoot: boolean;550 readonly isSigned: boolean;551 readonly asSigned: AccountId32;552 readonly isNone: boolean;553 readonly type: 'Root' | 'Signed' | 'None';554}555556/** @name FrameSupportPalletId */557export interface FrameSupportPalletId extends U8aFixed {}558559/** @name FrameSupportTokensMiscBalanceStatus */560export interface FrameSupportTokensMiscBalanceStatus extends Enum {561 readonly isFree: boolean;562 readonly isReserved: boolean;563 readonly type: 'Free' | 'Reserved';564}565566/** @name FrameSystemAccountInfo */567export interface FrameSystemAccountInfo extends Struct {568 readonly nonce: u32;569 readonly consumers: u32;570 readonly providers: u32;571 readonly sufficients: u32;572 readonly data: PalletBalancesAccountData;573}574575/** @name FrameSystemCall */576export interface FrameSystemCall extends Enum {577 readonly isFillBlock: boolean;578 readonly asFillBlock: {579 readonly ratio: Perbill;580 } & Struct;581 readonly isRemark: boolean;582 readonly asRemark: {583 readonly remark: Bytes;584 } & Struct;585 readonly isSetHeapPages: boolean;586 readonly asSetHeapPages: {587 readonly pages: u64;588 } & Struct;589 readonly isSetCode: boolean;590 readonly asSetCode: {591 readonly code: Bytes;592 } & Struct;593 readonly isSetCodeWithoutChecks: boolean;594 readonly asSetCodeWithoutChecks: {595 readonly code: Bytes;596 } & Struct;597 readonly isSetStorage: boolean;598 readonly asSetStorage: {599 readonly items: Vec<ITuple<[Bytes, Bytes]>>;600 } & Struct;601 readonly isKillStorage: boolean;602 readonly asKillStorage: {603 readonly keys_: Vec<Bytes>;604 } & Struct;605 readonly isKillPrefix: boolean;606 readonly asKillPrefix: {607 readonly prefix: Bytes;608 readonly subkeys: u32;609 } & Struct;610 readonly isRemarkWithEvent: boolean;611 readonly asRemarkWithEvent: {612 readonly remark: Bytes;613 } & Struct;614 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';615}616617/** @name FrameSystemError */618export interface FrameSystemError extends Enum {619 readonly isInvalidSpecName: boolean;620 readonly isSpecVersionNeedsToIncrease: boolean;621 readonly isFailedToExtractRuntimeVersion: boolean;622 readonly isNonDefaultComposite: boolean;623 readonly isNonZeroRefCount: boolean;624 readonly isCallFiltered: boolean;625 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';626}627628/** @name FrameSystemEvent */629export interface FrameSystemEvent extends Enum {630 readonly isExtrinsicSuccess: boolean;631 readonly asExtrinsicSuccess: {632 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;633 } & Struct;634 readonly isExtrinsicFailed: boolean;635 readonly asExtrinsicFailed: {636 readonly dispatchError: SpRuntimeDispatchError;637 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;638 } & Struct;639 readonly isCodeUpdated: boolean;640 readonly isNewAccount: boolean;641 readonly asNewAccount: {642 readonly account: AccountId32;643 } & Struct;644 readonly isKilledAccount: boolean;645 readonly asKilledAccount: {646 readonly account: AccountId32;647 } & Struct;648 readonly isRemarked: boolean;649 readonly asRemarked: {650 readonly sender: AccountId32;651 readonly hash_: H256;652 } & Struct;653 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';654}655656/** @name FrameSystemEventRecord */657export interface FrameSystemEventRecord extends Struct {658 readonly phase: FrameSystemPhase;659 readonly event: Event;660 readonly topics: Vec<H256>;661}662663/** @name FrameSystemExtensionsCheckGenesis */664export interface FrameSystemExtensionsCheckGenesis extends Null {}665666/** @name FrameSystemExtensionsCheckNonce */667export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}668669/** @name FrameSystemExtensionsCheckSpecVersion */670export interface FrameSystemExtensionsCheckSpecVersion extends Null {}671672/** @name FrameSystemExtensionsCheckTxVersion */673export interface FrameSystemExtensionsCheckTxVersion extends Null {}674675/** @name FrameSystemExtensionsCheckWeight */676export interface FrameSystemExtensionsCheckWeight extends Null {}677678/** @name FrameSystemLastRuntimeUpgradeInfo */679export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {680 readonly specVersion: Compact<u32>;681 readonly specName: Text;682}683684/** @name FrameSystemLimitsBlockLength */685export interface FrameSystemLimitsBlockLength extends Struct {686 readonly max: FrameSupportDispatchPerDispatchClassU32;687}688689/** @name FrameSystemLimitsBlockWeights */690export interface FrameSystemLimitsBlockWeights extends Struct {691 readonly baseBlock: SpWeightsWeightV2Weight;692 readonly maxBlock: SpWeightsWeightV2Weight;693 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;694}695696/** @name FrameSystemLimitsWeightsPerClass */697export interface FrameSystemLimitsWeightsPerClass extends Struct {698 readonly baseExtrinsic: SpWeightsWeightV2Weight;699 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;700 readonly maxTotal: Option<SpWeightsWeightV2Weight>;701 readonly reserved: Option<SpWeightsWeightV2Weight>;702}703704/** @name FrameSystemPhase */705export interface FrameSystemPhase extends Enum {706 readonly isApplyExtrinsic: boolean;707 readonly asApplyExtrinsic: u32;708 readonly isFinalization: boolean;709 readonly isInitialization: boolean;710 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';711}712713/** @name OpalRuntimeOriginCaller */714export interface OpalRuntimeOriginCaller extends Enum {715 readonly isSystem: boolean;716 readonly asSystem: FrameSupportDispatchRawOrigin;717 readonly isVoid: boolean;718 readonly asVoid: SpCoreVoid;719 readonly isPolkadotXcm: boolean;720 readonly asPolkadotXcm: PalletXcmOrigin;721 readonly isCumulusXcm: boolean;722 readonly asCumulusXcm: CumulusPalletXcmOrigin;723 readonly isEthereum: boolean;724 readonly asEthereum: PalletEthereumRawOrigin;725 readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';726}727728/** @name OpalRuntimeRuntime */729export interface OpalRuntimeRuntime extends Null {}730731/** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance */732export interface OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance extends Null {}733734/** @name OrmlTokensAccountData */735export interface OrmlTokensAccountData extends Struct {736 readonly free: u128;737 readonly reserved: u128;738 readonly frozen: u128;739}740741/** @name OrmlTokensBalanceLock */742export interface OrmlTokensBalanceLock extends Struct {743 readonly id: U8aFixed;744 readonly amount: u128;745}746747/** @name OrmlTokensModuleCall */748export interface OrmlTokensModuleCall extends Enum {749 readonly isTransfer: boolean;750 readonly asTransfer: {751 readonly dest: MultiAddress;752 readonly currencyId: PalletForeignAssetsAssetIds;753 readonly amount: Compact<u128>;754 } & Struct;755 readonly isTransferAll: boolean;756 readonly asTransferAll: {757 readonly dest: MultiAddress;758 readonly currencyId: PalletForeignAssetsAssetIds;759 readonly keepAlive: bool;760 } & Struct;761 readonly isTransferKeepAlive: boolean;762 readonly asTransferKeepAlive: {763 readonly dest: MultiAddress;764 readonly currencyId: PalletForeignAssetsAssetIds;765 readonly amount: Compact<u128>;766 } & Struct;767 readonly isForceTransfer: boolean;768 readonly asForceTransfer: {769 readonly source: MultiAddress;770 readonly dest: MultiAddress;771 readonly currencyId: PalletForeignAssetsAssetIds;772 readonly amount: Compact<u128>;773 } & Struct;774 readonly isSetBalance: boolean;775 readonly asSetBalance: {776 readonly who: MultiAddress;777 readonly currencyId: PalletForeignAssetsAssetIds;778 readonly newFree: Compact<u128>;779 readonly newReserved: Compact<u128>;780 } & Struct;781 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';782}783784/** @name OrmlTokensModuleError */785export interface OrmlTokensModuleError extends Enum {786 readonly isBalanceTooLow: boolean;787 readonly isAmountIntoBalanceFailed: boolean;788 readonly isLiquidityRestrictions: boolean;789 readonly isMaxLocksExceeded: boolean;790 readonly isKeepAlive: boolean;791 readonly isExistentialDeposit: boolean;792 readonly isDeadAccount: boolean;793 readonly isTooManyReserves: boolean;794 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';795}796797/** @name OrmlTokensModuleEvent */798export interface OrmlTokensModuleEvent extends Enum {799 readonly isEndowed: boolean;800 readonly asEndowed: {801 readonly currencyId: PalletForeignAssetsAssetIds;802 readonly who: AccountId32;803 readonly amount: u128;804 } & Struct;805 readonly isDustLost: boolean;806 readonly asDustLost: {807 readonly currencyId: PalletForeignAssetsAssetIds;808 readonly who: AccountId32;809 readonly amount: u128;810 } & Struct;811 readonly isTransfer: boolean;812 readonly asTransfer: {813 readonly currencyId: PalletForeignAssetsAssetIds;814 readonly from: AccountId32;815 readonly to: AccountId32;816 readonly amount: u128;817 } & Struct;818 readonly isReserved: boolean;819 readonly asReserved: {820 readonly currencyId: PalletForeignAssetsAssetIds;821 readonly who: AccountId32;822 readonly amount: u128;823 } & Struct;824 readonly isUnreserved: boolean;825 readonly asUnreserved: {826 readonly currencyId: PalletForeignAssetsAssetIds;827 readonly who: AccountId32;828 readonly amount: u128;829 } & Struct;830 readonly isReserveRepatriated: boolean;831 readonly asReserveRepatriated: {832 readonly currencyId: PalletForeignAssetsAssetIds;833 readonly from: AccountId32;834 readonly to: AccountId32;835 readonly amount: u128;836 readonly status: FrameSupportTokensMiscBalanceStatus;837 } & Struct;838 readonly isBalanceSet: boolean;839 readonly asBalanceSet: {840 readonly currencyId: PalletForeignAssetsAssetIds;841 readonly who: AccountId32;842 readonly free: u128;843 readonly reserved: u128;844 } & Struct;845 readonly isTotalIssuanceSet: boolean;846 readonly asTotalIssuanceSet: {847 readonly currencyId: PalletForeignAssetsAssetIds;848 readonly amount: u128;849 } & Struct;850 readonly isWithdrawn: boolean;851 readonly asWithdrawn: {852 readonly currencyId: PalletForeignAssetsAssetIds;853 readonly who: AccountId32;854 readonly amount: u128;855 } & Struct;856 readonly isSlashed: boolean;857 readonly asSlashed: {858 readonly currencyId: PalletForeignAssetsAssetIds;859 readonly who: AccountId32;860 readonly freeAmount: u128;861 readonly reservedAmount: u128;862 } & Struct;863 readonly isDeposited: boolean;864 readonly asDeposited: {865 readonly currencyId: PalletForeignAssetsAssetIds;866 readonly who: AccountId32;867 readonly amount: u128;868 } & Struct;869 readonly isLockSet: boolean;870 readonly asLockSet: {871 readonly lockId: U8aFixed;872 readonly currencyId: PalletForeignAssetsAssetIds;873 readonly who: AccountId32;874 readonly amount: u128;875 } & Struct;876 readonly isLockRemoved: boolean;877 readonly asLockRemoved: {878 readonly lockId: U8aFixed;879 readonly currencyId: PalletForeignAssetsAssetIds;880 readonly who: AccountId32;881 } & Struct;882 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';883}884885/** @name OrmlTokensReserveData */886export interface OrmlTokensReserveData extends Struct {887 readonly id: Null;888 readonly amount: u128;889}890891/** @name OrmlVestingModuleCall */892export interface OrmlVestingModuleCall extends Enum {893 readonly isClaim: boolean;894 readonly isVestedTransfer: boolean;895 readonly asVestedTransfer: {896 readonly dest: MultiAddress;897 readonly schedule: OrmlVestingVestingSchedule;898 } & Struct;899 readonly isUpdateVestingSchedules: boolean;900 readonly asUpdateVestingSchedules: {901 readonly who: MultiAddress;902 readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;903 } & Struct;904 readonly isClaimFor: boolean;905 readonly asClaimFor: {906 readonly dest: MultiAddress;907 } & Struct;908 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';909}910911/** @name OrmlVestingModuleError */912export interface OrmlVestingModuleError extends Enum {913 readonly isZeroVestingPeriod: boolean;914 readonly isZeroVestingPeriodCount: boolean;915 readonly isInsufficientBalanceToLock: boolean;916 readonly isTooManyVestingSchedules: boolean;917 readonly isAmountLow: boolean;918 readonly isMaxVestingSchedulesExceeded: boolean;919 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';920}921922/** @name OrmlVestingModuleEvent */923export interface OrmlVestingModuleEvent extends Enum {924 readonly isVestingScheduleAdded: boolean;925 readonly asVestingScheduleAdded: {926 readonly from: AccountId32;927 readonly to: AccountId32;928 readonly vestingSchedule: OrmlVestingVestingSchedule;929 } & Struct;930 readonly isClaimed: boolean;931 readonly asClaimed: {932 readonly who: AccountId32;933 readonly amount: u128;934 } & Struct;935 readonly isVestingSchedulesUpdated: boolean;936 readonly asVestingSchedulesUpdated: {937 readonly who: AccountId32;938 } & Struct;939 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';940}941942/** @name OrmlVestingVestingSchedule */943export interface OrmlVestingVestingSchedule extends Struct {944 readonly start: u32;945 readonly period: u32;946 readonly periodCount: u32;947 readonly perPeriod: Compact<u128>;948}949950/** @name OrmlXtokensModuleCall */951export interface OrmlXtokensModuleCall extends Enum {952 readonly isTransfer: boolean;953 readonly asTransfer: {954 readonly currencyId: PalletForeignAssetsAssetIds;955 readonly amount: u128;956 readonly dest: XcmVersionedMultiLocation;957 readonly destWeightLimit: XcmV2WeightLimit;958 } & Struct;959 readonly isTransferMultiasset: boolean;960 readonly asTransferMultiasset: {961 readonly asset: XcmVersionedMultiAsset;962 readonly dest: XcmVersionedMultiLocation;963 readonly destWeightLimit: XcmV2WeightLimit;964 } & Struct;965 readonly isTransferWithFee: boolean;966 readonly asTransferWithFee: {967 readonly currencyId: PalletForeignAssetsAssetIds;968 readonly amount: u128;969 readonly fee: u128;970 readonly dest: XcmVersionedMultiLocation;971 readonly destWeightLimit: XcmV2WeightLimit;972 } & Struct;973 readonly isTransferMultiassetWithFee: boolean;974 readonly asTransferMultiassetWithFee: {975 readonly asset: XcmVersionedMultiAsset;976 readonly fee: XcmVersionedMultiAsset;977 readonly dest: XcmVersionedMultiLocation;978 readonly destWeightLimit: XcmV2WeightLimit;979 } & Struct;980 readonly isTransferMulticurrencies: boolean;981 readonly asTransferMulticurrencies: {982 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;983 readonly feeItem: u32;984 readonly dest: XcmVersionedMultiLocation;985 readonly destWeightLimit: XcmV2WeightLimit;986 } & Struct;987 readonly isTransferMultiassets: boolean;988 readonly asTransferMultiassets: {989 readonly assets: XcmVersionedMultiAssets;990 readonly feeItem: u32;991 readonly dest: XcmVersionedMultiLocation;992 readonly destWeightLimit: XcmV2WeightLimit;993 } & Struct;994 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';995}996997/** @name OrmlXtokensModuleError */998export interface OrmlXtokensModuleError extends Enum {999 readonly isAssetHasNoReserve: boolean;1000 readonly isNotCrossChainTransfer: boolean;1001 readonly isInvalidDest: boolean;1002 readonly isNotCrossChainTransferableCurrency: boolean;1003 readonly isUnweighableMessage: boolean;1004 readonly isXcmExecutionFailed: boolean;1005 readonly isCannotReanchor: boolean;1006 readonly isInvalidAncestry: boolean;1007 readonly isInvalidAsset: boolean;1008 readonly isDestinationNotInvertible: boolean;1009 readonly isBadVersion: boolean;1010 readonly isDistinctReserveForAssetAndFee: boolean;1011 readonly isZeroFee: boolean;1012 readonly isZeroAmount: boolean;1013 readonly isTooManyAssetsBeingSent: boolean;1014 readonly isAssetIndexNonExistent: boolean;1015 readonly isFeeNotEnough: boolean;1016 readonly isNotSupportedMultiLocation: boolean;1017 readonly isMinXcmFeeNotDefined: boolean;1018 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';1019}10201021/** @name OrmlXtokensModuleEvent */1022export interface OrmlXtokensModuleEvent extends Enum {1023 readonly isTransferredMultiAssets: boolean;1024 readonly asTransferredMultiAssets: {1025 readonly sender: AccountId32;1026 readonly assets: XcmV1MultiassetMultiAssets;1027 readonly fee: XcmV1MultiAsset;1028 readonly dest: XcmV1MultiLocation;1029 } & Struct;1030 readonly type: 'TransferredMultiAssets';1031}10321033/** @name PalletAppPromotionCall */1034export interface PalletAppPromotionCall extends Enum {1035 readonly isSetAdminAddress: boolean;1036 readonly asSetAdminAddress: {1037 readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;1038 } & Struct;1039 readonly isStake: boolean;1040 readonly asStake: {1041 readonly amount: u128;1042 } & Struct;1043 readonly isUnstake: boolean;1044 readonly isSponsorCollection: boolean;1045 readonly asSponsorCollection: {1046 readonly collectionId: u32;1047 } & Struct;1048 readonly isStopSponsoringCollection: boolean;1049 readonly asStopSponsoringCollection: {1050 readonly collectionId: u32;1051 } & Struct;1052 readonly isSponsorContract: boolean;1053 readonly asSponsorContract: {1054 readonly contractId: H160;1055 } & Struct;1056 readonly isStopSponsoringContract: boolean;1057 readonly asStopSponsoringContract: {1058 readonly contractId: H160;1059 } & Struct;1060 readonly isPayoutStakers: boolean;1061 readonly asPayoutStakers: {1062 readonly stakersNumber: Option<u8>;1063 } & Struct;1064 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';1065}10661067/** @name PalletAppPromotionError */1068export interface PalletAppPromotionError extends Enum {1069 readonly isAdminNotSet: boolean;1070 readonly isNoPermission: boolean;1071 readonly isNotSufficientFunds: boolean;1072 readonly isPendingForBlockOverflow: boolean;1073 readonly isSponsorNotSet: boolean;1074 readonly isIncorrectLockedBalanceOperation: boolean;1075 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';1076}10771078/** @name PalletAppPromotionEvent */1079export interface PalletAppPromotionEvent extends Enum {1080 readonly isStakingRecalculation: boolean;1081 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1082 readonly isStake: boolean;1083 readonly asStake: ITuple<[AccountId32, u128]>;1084 readonly isUnstake: boolean;1085 readonly asUnstake: ITuple<[AccountId32, u128]>;1086 readonly isSetAdmin: boolean;1087 readonly asSetAdmin: AccountId32;1088 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1089}10901091/** @name PalletBalancesAccountData */1092export interface PalletBalancesAccountData extends Struct {1093 readonly free: u128;1094 readonly reserved: u128;1095 readonly miscFrozen: u128;1096 readonly feeFrozen: u128;1097}10981099/** @name PalletBalancesBalanceLock */1100export interface PalletBalancesBalanceLock extends Struct {1101 readonly id: U8aFixed;1102 readonly amount: u128;1103 readonly reasons: PalletBalancesReasons;1104}11051106/** @name PalletBalancesCall */1107export interface PalletBalancesCall extends Enum {1108 readonly isTransfer: boolean;1109 readonly asTransfer: {1110 readonly dest: MultiAddress;1111 readonly value: Compact<u128>;1112 } & Struct;1113 readonly isSetBalance: boolean;1114 readonly asSetBalance: {1115 readonly who: MultiAddress;1116 readonly newFree: Compact<u128>;1117 readonly newReserved: Compact<u128>;1118 } & Struct;1119 readonly isForceTransfer: boolean;1120 readonly asForceTransfer: {1121 readonly source: MultiAddress;1122 readonly dest: MultiAddress;1123 readonly value: Compact<u128>;1124 } & Struct;1125 readonly isTransferKeepAlive: boolean;1126 readonly asTransferKeepAlive: {1127 readonly dest: MultiAddress;1128 readonly value: Compact<u128>;1129 } & Struct;1130 readonly isTransferAll: boolean;1131 readonly asTransferAll: {1132 readonly dest: MultiAddress;1133 readonly keepAlive: bool;1134 } & Struct;1135 readonly isForceUnreserve: boolean;1136 readonly asForceUnreserve: {1137 readonly who: MultiAddress;1138 readonly amount: u128;1139 } & Struct;1140 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1141}11421143/** @name PalletBalancesError */1144export interface PalletBalancesError extends Enum {1145 readonly isVestingBalance: boolean;1146 readonly isLiquidityRestrictions: boolean;1147 readonly isInsufficientBalance: boolean;1148 readonly isExistentialDeposit: boolean;1149 readonly isKeepAlive: boolean;1150 readonly isExistingVestingSchedule: boolean;1151 readonly isDeadAccount: boolean;1152 readonly isTooManyReserves: boolean;1153 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1154}11551156/** @name PalletBalancesEvent */1157export interface PalletBalancesEvent extends Enum {1158 readonly isEndowed: boolean;1159 readonly asEndowed: {1160 readonly account: AccountId32;1161 readonly freeBalance: u128;1162 } & Struct;1163 readonly isDustLost: boolean;1164 readonly asDustLost: {1165 readonly account: AccountId32;1166 readonly amount: u128;1167 } & Struct;1168 readonly isTransfer: boolean;1169 readonly asTransfer: {1170 readonly from: AccountId32;1171 readonly to: AccountId32;1172 readonly amount: u128;1173 } & Struct;1174 readonly isBalanceSet: boolean;1175 readonly asBalanceSet: {1176 readonly who: AccountId32;1177 readonly free: u128;1178 readonly reserved: u128;1179 } & Struct;1180 readonly isReserved: boolean;1181 readonly asReserved: {1182 readonly who: AccountId32;1183 readonly amount: u128;1184 } & Struct;1185 readonly isUnreserved: boolean;1186 readonly asUnreserved: {1187 readonly who: AccountId32;1188 readonly amount: u128;1189 } & Struct;1190 readonly isReserveRepatriated: boolean;1191 readonly asReserveRepatriated: {1192 readonly from: AccountId32;1193 readonly to: AccountId32;1194 readonly amount: u128;1195 readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;1196 } & Struct;1197 readonly isDeposit: boolean;1198 readonly asDeposit: {1199 readonly who: AccountId32;1200 readonly amount: u128;1201 } & Struct;1202 readonly isWithdraw: boolean;1203 readonly asWithdraw: {1204 readonly who: AccountId32;1205 readonly amount: u128;1206 } & Struct;1207 readonly isSlashed: boolean;1208 readonly asSlashed: {1209 readonly who: AccountId32;1210 readonly amount: u128;1211 } & Struct;1212 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';1213}12141215/** @name PalletBalancesReasons */1216export interface PalletBalancesReasons extends Enum {1217 readonly isFee: boolean;1218 readonly isMisc: boolean;1219 readonly isAll: boolean;1220 readonly type: 'Fee' | 'Misc' | 'All';1221}12221223/** @name PalletBalancesReleases */1224export interface PalletBalancesReleases extends Enum {1225 readonly isV100: boolean;1226 readonly isV200: boolean;1227 readonly type: 'V100' | 'V200';1228}12291230/** @name PalletBalancesReserveData */1231export interface PalletBalancesReserveData extends Struct {1232 readonly id: U8aFixed;1233 readonly amount: u128;1234}12351236/** @name PalletCommonError */1237export interface PalletCommonError extends Enum {1238 readonly isCollectionNotFound: boolean;1239 readonly isMustBeTokenOwner: boolean;1240 readonly isNoPermission: boolean;1241 readonly isCantDestroyNotEmptyCollection: boolean;1242 readonly isPublicMintingNotAllowed: boolean;1243 readonly isAddressNotInAllowlist: boolean;1244 readonly isCollectionNameLimitExceeded: boolean;1245 readonly isCollectionDescriptionLimitExceeded: boolean;1246 readonly isCollectionTokenPrefixLimitExceeded: boolean;1247 readonly isTotalCollectionsLimitExceeded: boolean;1248 readonly isCollectionAdminCountExceeded: boolean;1249 readonly isCollectionLimitBoundsExceeded: boolean;1250 readonly isOwnerPermissionsCantBeReverted: boolean;1251 readonly isTransferNotAllowed: boolean;1252 readonly isAccountTokenLimitExceeded: boolean;1253 readonly isCollectionTokenLimitExceeded: boolean;1254 readonly isMetadataFlagFrozen: boolean;1255 readonly isTokenNotFound: boolean;1256 readonly isTokenValueTooLow: boolean;1257 readonly isApprovedValueTooLow: boolean;1258 readonly isCantApproveMoreThanOwned: boolean;1259 readonly isAddressIsZero: boolean;1260 readonly isUnsupportedOperation: boolean;1261 readonly isNotSufficientFounds: boolean;1262 readonly isUserIsNotAllowedToNest: boolean;1263 readonly isSourceCollectionIsNotAllowedToNest: boolean;1264 readonly isCollectionFieldSizeExceeded: boolean;1265 readonly isNoSpaceForProperty: boolean;1266 readonly isPropertyLimitReached: boolean;1267 readonly isPropertyKeyIsTooLong: boolean;1268 readonly isInvalidCharacterInPropertyKey: boolean;1269 readonly isEmptyPropertyKey: boolean;1270 readonly isCollectionIsExternal: boolean;1271 readonly isCollectionIsInternal: boolean;1272 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal';1273}12741275/** @name PalletCommonEvent */1276export interface PalletCommonEvent extends Enum {1277 readonly isCollectionCreated: boolean;1278 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1279 readonly isCollectionDestroyed: boolean;1280 readonly asCollectionDestroyed: u32;1281 readonly isItemCreated: boolean;1282 readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1283 readonly isItemDestroyed: boolean;1284 readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1285 readonly isTransfer: boolean;1286 readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1287 readonly isApproved: boolean;1288 readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1289 readonly isApprovedForAll: boolean;1290 readonly asApprovedForAll: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;1291 readonly isCollectionPropertySet: boolean;1292 readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1293 readonly isCollectionPropertyDeleted: boolean;1294 readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1295 readonly isTokenPropertySet: boolean;1296 readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1297 readonly isTokenPropertyDeleted: boolean;1298 readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1299 readonly isPropertyPermissionSet: boolean;1300 readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1301 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';1302}13031304/** @name PalletConfigurationCall */1305export interface PalletConfigurationCall extends Enum {1306 readonly isSetWeightToFeeCoefficientOverride: boolean;1307 readonly asSetWeightToFeeCoefficientOverride: {1308 readonly coeff: Option<u32>;1309 } & Struct;1310 readonly isSetMinGasPriceOverride: boolean;1311 readonly asSetMinGasPriceOverride: {1312 readonly coeff: Option<u64>;1313 } & Struct;1314 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';1315}13161317/** @name PalletEthereumCall */1318export interface PalletEthereumCall extends Enum {1319 readonly isTransact: boolean;1320 readonly asTransact: {1321 readonly transaction: EthereumTransactionTransactionV2;1322 } & Struct;1323 readonly type: 'Transact';1324}13251326/** @name PalletEthereumError */1327export interface PalletEthereumError extends Enum {1328 readonly isInvalidSignature: boolean;1329 readonly isPreLogExists: boolean;1330 readonly type: 'InvalidSignature' | 'PreLogExists';1331}13321333/** @name PalletEthereumEvent */1334export interface PalletEthereumEvent extends Enum {1335 readonly isExecuted: boolean;1336 readonly asExecuted: {1337 readonly from: H160;1338 readonly to: H160;1339 readonly transactionHash: H256;1340 readonly exitReason: EvmCoreErrorExitReason;1341 } & Struct;1342 readonly type: 'Executed';1343}13441345/** @name PalletEthereumFakeTransactionFinalizer */1346export interface PalletEthereumFakeTransactionFinalizer extends Null {}13471348/** @name PalletEthereumRawOrigin */1349export interface PalletEthereumRawOrigin extends Enum {1350 readonly isEthereumTransaction: boolean;1351 readonly asEthereumTransaction: H160;1352 readonly type: 'EthereumTransaction';1353}13541355/** @name PalletEvmAccountBasicCrossAccountIdRepr */1356export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1357 readonly isSubstrate: boolean;1358 readonly asSubstrate: AccountId32;1359 readonly isEthereum: boolean;1360 readonly asEthereum: H160;1361 readonly type: 'Substrate' | 'Ethereum';1362}13631364/** @name PalletEvmCall */1365export interface PalletEvmCall extends Enum {1366 readonly isWithdraw: boolean;1367 readonly asWithdraw: {1368 readonly address: H160;1369 readonly value: u128;1370 } & Struct;1371 readonly isCall: boolean;1372 readonly asCall: {1373 readonly source: H160;1374 readonly target: H160;1375 readonly input: Bytes;1376 readonly value: U256;1377 readonly gasLimit: u64;1378 readonly maxFeePerGas: U256;1379 readonly maxPriorityFeePerGas: Option<U256>;1380 readonly nonce: Option<U256>;1381 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1382 } & Struct;1383 readonly isCreate: boolean;1384 readonly asCreate: {1385 readonly source: H160;1386 readonly init: Bytes;1387 readonly value: U256;1388 readonly gasLimit: u64;1389 readonly maxFeePerGas: U256;1390 readonly maxPriorityFeePerGas: Option<U256>;1391 readonly nonce: Option<U256>;1392 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1393 } & Struct;1394 readonly isCreate2: boolean;1395 readonly asCreate2: {1396 readonly source: H160;1397 readonly init: Bytes;1398 readonly salt: H256;1399 readonly value: U256;1400 readonly gasLimit: u64;1401 readonly maxFeePerGas: U256;1402 readonly maxPriorityFeePerGas: Option<U256>;1403 readonly nonce: Option<U256>;1404 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1405 } & Struct;1406 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1407}14081409/** @name PalletEvmCoderSubstrateError */1410export interface PalletEvmCoderSubstrateError extends Enum {1411 readonly isOutOfGas: boolean;1412 readonly isOutOfFund: boolean;1413 readonly type: 'OutOfGas' | 'OutOfFund';1414}14151416/** @name PalletEvmContractHelpersError */1417export interface PalletEvmContractHelpersError extends Enum {1418 readonly isNoPermission: boolean;1419 readonly isNoPendingSponsor: boolean;1420 readonly isTooManyMethodsHaveSponsoredLimit: boolean;1421 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';1422}14231424/** @name PalletEvmContractHelpersEvent */1425export interface PalletEvmContractHelpersEvent extends Enum {1426 readonly isContractSponsorSet: boolean;1427 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1428 readonly isContractSponsorshipConfirmed: boolean;1429 readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1430 readonly isContractSponsorRemoved: boolean;1431 readonly asContractSponsorRemoved: H160;1432 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1433}14341435/** @name PalletEvmContractHelpersSponsoringModeT */1436export interface PalletEvmContractHelpersSponsoringModeT extends Enum {1437 readonly isDisabled: boolean;1438 readonly isAllowlisted: boolean;1439 readonly isGenerous: boolean;1440 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';1441}14421443/** @name PalletEvmError */1444export interface PalletEvmError extends Enum {1445 readonly isBalanceLow: boolean;1446 readonly isFeeOverflow: boolean;1447 readonly isPaymentOverflow: boolean;1448 readonly isWithdrawFailed: boolean;1449 readonly isGasPriceTooLow: boolean;1450 readonly isInvalidNonce: boolean;1451 readonly isGasLimitTooLow: boolean;1452 readonly isGasLimitTooHigh: boolean;1453 readonly isUndefined: boolean;1454 readonly isReentrancy: boolean;1455 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';1456}14571458/** @name PalletEvmEvent */1459export interface PalletEvmEvent extends Enum {1460 readonly isLog: boolean;1461 readonly asLog: {1462 readonly log: EthereumLog;1463 } & Struct;1464 readonly isCreated: boolean;1465 readonly asCreated: {1466 readonly address: H160;1467 } & Struct;1468 readonly isCreatedFailed: boolean;1469 readonly asCreatedFailed: {1470 readonly address: H160;1471 } & Struct;1472 readonly isExecuted: boolean;1473 readonly asExecuted: {1474 readonly address: H160;1475 } & Struct;1476 readonly isExecutedFailed: boolean;1477 readonly asExecutedFailed: {1478 readonly address: H160;1479 } & Struct;1480 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1481}14821483/** @name PalletEvmMigrationCall */1484export interface PalletEvmMigrationCall extends Enum {1485 readonly isBegin: boolean;1486 readonly asBegin: {1487 readonly address: H160;1488 } & Struct;1489 readonly isSetData: boolean;1490 readonly asSetData: {1491 readonly address: H160;1492 readonly data: Vec<ITuple<[H256, H256]>>;1493 } & Struct;1494 readonly isFinish: boolean;1495 readonly asFinish: {1496 readonly address: H160;1497 readonly code: Bytes;1498 } & Struct;1499 readonly isInsertEthLogs: boolean;1500 readonly asInsertEthLogs: {1501 readonly logs: Vec<EthereumLog>;1502 } & Struct;1503 readonly isInsertEvents: boolean;1504 readonly asInsertEvents: {1505 readonly events: Vec<Bytes>;1506 } & Struct;1507 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';1508}15091510/** @name PalletEvmMigrationError */1511export interface PalletEvmMigrationError extends Enum {1512 readonly isAccountNotEmpty: boolean;1513 readonly isAccountIsNotMigrating: boolean;1514 readonly isBadEvent: boolean;1515 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';1516}15171518/** @name PalletEvmMigrationEvent */1519export interface PalletEvmMigrationEvent extends Enum {1520 readonly isTestEvent: boolean;1521 readonly type: 'TestEvent';1522}15231524/** @name PalletForeignAssetsAssetIds */1525export interface PalletForeignAssetsAssetIds extends Enum {1526 readonly isForeignAssetId: boolean;1527 readonly asForeignAssetId: u32;1528 readonly isNativeAssetId: boolean;1529 readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;1530 readonly type: 'ForeignAssetId' | 'NativeAssetId';1531}15321533/** @name PalletForeignAssetsModuleAssetMetadata */1534export interface PalletForeignAssetsModuleAssetMetadata extends Struct {1535 readonly name: Bytes;1536 readonly symbol: Bytes;1537 readonly decimals: u8;1538 readonly minimalBalance: u128;1539}15401541/** @name PalletForeignAssetsModuleCall */1542export interface PalletForeignAssetsModuleCall extends Enum {1543 readonly isRegisterForeignAsset: boolean;1544 readonly asRegisterForeignAsset: {1545 readonly owner: AccountId32;1546 readonly location: XcmVersionedMultiLocation;1547 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1548 } & Struct;1549 readonly isUpdateForeignAsset: boolean;1550 readonly asUpdateForeignAsset: {1551 readonly foreignAssetId: u32;1552 readonly location: XcmVersionedMultiLocation;1553 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1554 } & Struct;1555 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';1556}15571558/** @name PalletForeignAssetsModuleError */1559export interface PalletForeignAssetsModuleError extends Enum {1560 readonly isBadLocation: boolean;1561 readonly isMultiLocationExisted: boolean;1562 readonly isAssetIdNotExists: boolean;1563 readonly isAssetIdExisted: boolean;1564 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';1565}15661567/** @name PalletForeignAssetsModuleEvent */1568export interface PalletForeignAssetsModuleEvent extends Enum {1569 readonly isForeignAssetRegistered: boolean;1570 readonly asForeignAssetRegistered: {1571 readonly assetId: u32;1572 readonly assetAddress: XcmV1MultiLocation;1573 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1574 } & Struct;1575 readonly isForeignAssetUpdated: boolean;1576 readonly asForeignAssetUpdated: {1577 readonly assetId: u32;1578 readonly assetAddress: XcmV1MultiLocation;1579 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1580 } & Struct;1581 readonly isAssetRegistered: boolean;1582 readonly asAssetRegistered: {1583 readonly assetId: PalletForeignAssetsAssetIds;1584 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1585 } & Struct;1586 readonly isAssetUpdated: boolean;1587 readonly asAssetUpdated: {1588 readonly assetId: PalletForeignAssetsAssetIds;1589 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1590 } & Struct;1591 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1592}15931594/** @name PalletForeignAssetsNativeCurrency */1595export interface PalletForeignAssetsNativeCurrency extends Enum {1596 readonly isHere: boolean;1597 readonly isParent: boolean;1598 readonly type: 'Here' | 'Parent';1599}16001601/** @name PalletFungibleError */1602export interface PalletFungibleError extends Enum {1603 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;1604 readonly isFungibleItemsHaveNoId: boolean;1605 readonly isFungibleItemsDontHaveData: boolean;1606 readonly isFungibleDisallowsNesting: boolean;1607 readonly isSettingPropertiesNotAllowed: boolean;1608 readonly isSettingAllowanceForAllNotAllowed: boolean;1609 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed';1610}16111612/** @name PalletInflationCall */1613export interface PalletInflationCall extends Enum {1614 readonly isStartInflation: boolean;1615 readonly asStartInflation: {1616 readonly inflationStartRelayBlock: u32;1617 } & Struct;1618 readonly type: 'StartInflation';1619}16201621/** @name PalletMaintenanceCall */1622export interface PalletMaintenanceCall extends Enum {1623 readonly isEnable: boolean;1624 readonly isDisable: boolean;1625 readonly type: 'Enable' | 'Disable';1626}16271628/** @name PalletMaintenanceError */1629export interface PalletMaintenanceError extends Null {}16301631/** @name PalletMaintenanceEvent */1632export interface PalletMaintenanceEvent extends Enum {1633 readonly isMaintenanceEnabled: boolean;1634 readonly isMaintenanceDisabled: boolean;1635 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1636}16371638/** @name PalletNonfungibleError */1639export interface PalletNonfungibleError extends Enum {1640 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;1641 readonly isNonfungibleItemsHaveNoAmount: boolean;1642 readonly isCantBurnNftWithChildren: boolean;1643 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';1644}16451646/** @name PalletNonfungibleItemData */1647export interface PalletNonfungibleItemData extends Struct {1648 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1649}16501651/** @name PalletRefungibleError */1652export interface PalletRefungibleError extends Enum {1653 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;1654 readonly isWrongRefungiblePieces: boolean;1655 readonly isRepartitionWhileNotOwningAllPieces: boolean;1656 readonly isRefungibleDisallowsNesting: boolean;1657 readonly isSettingPropertiesNotAllowed: boolean;1658 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1659}16601661/** @name PalletRefungibleItemData */1662export interface PalletRefungibleItemData extends Struct {1663 readonly constData: Bytes;1664}16651666/** @name PalletRmrkCoreCall */1667export interface PalletRmrkCoreCall extends Enum {1668 readonly isCreateCollection: boolean;1669 readonly asCreateCollection: {1670 readonly metadata: Bytes;1671 readonly max: Option<u32>;1672 readonly symbol: Bytes;1673 } & Struct;1674 readonly isDestroyCollection: boolean;1675 readonly asDestroyCollection: {1676 readonly collectionId: u32;1677 } & Struct;1678 readonly isChangeCollectionIssuer: boolean;1679 readonly asChangeCollectionIssuer: {1680 readonly collectionId: u32;1681 readonly newIssuer: MultiAddress;1682 } & Struct;1683 readonly isLockCollection: boolean;1684 readonly asLockCollection: {1685 readonly collectionId: u32;1686 } & Struct;1687 readonly isMintNft: boolean;1688 readonly asMintNft: {1689 readonly owner: Option<AccountId32>;1690 readonly collectionId: u32;1691 readonly recipient: Option<AccountId32>;1692 readonly royaltyAmount: Option<Permill>;1693 readonly metadata: Bytes;1694 readonly transferable: bool;1695 readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;1696 } & Struct;1697 readonly isBurnNft: boolean;1698 readonly asBurnNft: {1699 readonly collectionId: u32;1700 readonly nftId: u32;1701 readonly maxBurns: u32;1702 } & Struct;1703 readonly isSend: boolean;1704 readonly asSend: {1705 readonly rmrkCollectionId: u32;1706 readonly rmrkNftId: u32;1707 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1708 } & Struct;1709 readonly isAcceptNft: boolean;1710 readonly asAcceptNft: {1711 readonly rmrkCollectionId: u32;1712 readonly rmrkNftId: u32;1713 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1714 } & Struct;1715 readonly isRejectNft: boolean;1716 readonly asRejectNft: {1717 readonly rmrkCollectionId: u32;1718 readonly rmrkNftId: u32;1719 } & Struct;1720 readonly isAcceptResource: boolean;1721 readonly asAcceptResource: {1722 readonly rmrkCollectionId: u32;1723 readonly rmrkNftId: u32;1724 readonly resourceId: u32;1725 } & Struct;1726 readonly isAcceptResourceRemoval: boolean;1727 readonly asAcceptResourceRemoval: {1728 readonly rmrkCollectionId: u32;1729 readonly rmrkNftId: u32;1730 readonly resourceId: u32;1731 } & Struct;1732 readonly isSetProperty: boolean;1733 readonly asSetProperty: {1734 readonly rmrkCollectionId: Compact<u32>;1735 readonly maybeNftId: Option<u32>;1736 readonly key: Bytes;1737 readonly value: Bytes;1738 } & Struct;1739 readonly isSetPriority: boolean;1740 readonly asSetPriority: {1741 readonly rmrkCollectionId: u32;1742 readonly rmrkNftId: u32;1743 readonly priorities: Vec<u32>;1744 } & Struct;1745 readonly isAddBasicResource: boolean;1746 readonly asAddBasicResource: {1747 readonly rmrkCollectionId: u32;1748 readonly nftId: u32;1749 readonly resource: RmrkTraitsResourceBasicResource;1750 } & Struct;1751 readonly isAddComposableResource: boolean;1752 readonly asAddComposableResource: {1753 readonly rmrkCollectionId: u32;1754 readonly nftId: u32;1755 readonly resource: RmrkTraitsResourceComposableResource;1756 } & Struct;1757 readonly isAddSlotResource: boolean;1758 readonly asAddSlotResource: {1759 readonly rmrkCollectionId: u32;1760 readonly nftId: u32;1761 readonly resource: RmrkTraitsResourceSlotResource;1762 } & Struct;1763 readonly isRemoveResource: boolean;1764 readonly asRemoveResource: {1765 readonly rmrkCollectionId: u32;1766 readonly nftId: u32;1767 readonly resourceId: u32;1768 } & Struct;1769 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';1770}17711772/** @name PalletRmrkCoreError */1773export interface PalletRmrkCoreError extends Enum {1774 readonly isCorruptedCollectionType: boolean;1775 readonly isRmrkPropertyKeyIsTooLong: boolean;1776 readonly isRmrkPropertyValueIsTooLong: boolean;1777 readonly isRmrkPropertyIsNotFound: boolean;1778 readonly isUnableToDecodeRmrkData: boolean;1779 readonly isCollectionNotEmpty: boolean;1780 readonly isNoAvailableCollectionId: boolean;1781 readonly isNoAvailableNftId: boolean;1782 readonly isCollectionUnknown: boolean;1783 readonly isNoPermission: boolean;1784 readonly isNonTransferable: boolean;1785 readonly isCollectionFullOrLocked: boolean;1786 readonly isResourceDoesntExist: boolean;1787 readonly isCannotSendToDescendentOrSelf: boolean;1788 readonly isCannotAcceptNonOwnedNft: boolean;1789 readonly isCannotRejectNonOwnedNft: boolean;1790 readonly isCannotRejectNonPendingNft: boolean;1791 readonly isResourceNotPending: boolean;1792 readonly isNoAvailableResourceId: boolean;1793 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';1794}17951796/** @name PalletRmrkCoreEvent */1797export interface PalletRmrkCoreEvent extends Enum {1798 readonly isCollectionCreated: boolean;1799 readonly asCollectionCreated: {1800 readonly issuer: AccountId32;1801 readonly collectionId: u32;1802 } & Struct;1803 readonly isCollectionDestroyed: boolean;1804 readonly asCollectionDestroyed: {1805 readonly issuer: AccountId32;1806 readonly collectionId: u32;1807 } & Struct;1808 readonly isIssuerChanged: boolean;1809 readonly asIssuerChanged: {1810 readonly oldIssuer: AccountId32;1811 readonly newIssuer: AccountId32;1812 readonly collectionId: u32;1813 } & Struct;1814 readonly isCollectionLocked: boolean;1815 readonly asCollectionLocked: {1816 readonly issuer: AccountId32;1817 readonly collectionId: u32;1818 } & Struct;1819 readonly isNftMinted: boolean;1820 readonly asNftMinted: {1821 readonly owner: AccountId32;1822 readonly collectionId: u32;1823 readonly nftId: u32;1824 } & Struct;1825 readonly isNftBurned: boolean;1826 readonly asNftBurned: {1827 readonly owner: AccountId32;1828 readonly nftId: u32;1829 } & Struct;1830 readonly isNftSent: boolean;1831 readonly asNftSent: {1832 readonly sender: AccountId32;1833 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1834 readonly collectionId: u32;1835 readonly nftId: u32;1836 readonly approvalRequired: bool;1837 } & Struct;1838 readonly isNftAccepted: boolean;1839 readonly asNftAccepted: {1840 readonly sender: AccountId32;1841 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1842 readonly collectionId: u32;1843 readonly nftId: u32;1844 } & Struct;1845 readonly isNftRejected: boolean;1846 readonly asNftRejected: {1847 readonly sender: AccountId32;1848 readonly collectionId: u32;1849 readonly nftId: u32;1850 } & Struct;1851 readonly isPropertySet: boolean;1852 readonly asPropertySet: {1853 readonly collectionId: u32;1854 readonly maybeNftId: Option<u32>;1855 readonly key: Bytes;1856 readonly value: Bytes;1857 } & Struct;1858 readonly isResourceAdded: boolean;1859 readonly asResourceAdded: {1860 readonly nftId: u32;1861 readonly resourceId: u32;1862 } & Struct;1863 readonly isResourceRemoval: boolean;1864 readonly asResourceRemoval: {1865 readonly nftId: u32;1866 readonly resourceId: u32;1867 } & Struct;1868 readonly isResourceAccepted: boolean;1869 readonly asResourceAccepted: {1870 readonly nftId: u32;1871 readonly resourceId: u32;1872 } & Struct;1873 readonly isResourceRemovalAccepted: boolean;1874 readonly asResourceRemovalAccepted: {1875 readonly nftId: u32;1876 readonly resourceId: u32;1877 } & Struct;1878 readonly isPrioritySet: boolean;1879 readonly asPrioritySet: {1880 readonly collectionId: u32;1881 readonly nftId: u32;1882 } & Struct;1883 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1884}18851886/** @name PalletRmrkEquipCall */1887export interface PalletRmrkEquipCall extends Enum {1888 readonly isCreateBase: boolean;1889 readonly asCreateBase: {1890 readonly baseType: Bytes;1891 readonly symbol: Bytes;1892 readonly parts: Vec<RmrkTraitsPartPartType>;1893 } & Struct;1894 readonly isThemeAdd: boolean;1895 readonly asThemeAdd: {1896 readonly baseId: u32;1897 readonly theme: RmrkTraitsTheme;1898 } & Struct;1899 readonly isEquippable: boolean;1900 readonly asEquippable: {1901 readonly baseId: u32;1902 readonly slotId: u32;1903 readonly equippables: RmrkTraitsPartEquippableList;1904 } & Struct;1905 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';1906}19071908/** @name PalletRmrkEquipError */1909export interface PalletRmrkEquipError extends Enum {1910 readonly isPermissionError: boolean;1911 readonly isNoAvailableBaseId: boolean;1912 readonly isNoAvailablePartId: boolean;1913 readonly isBaseDoesntExist: boolean;1914 readonly isNeedsDefaultThemeFirst: boolean;1915 readonly isPartDoesntExist: boolean;1916 readonly isNoEquippableOnFixedPart: boolean;1917 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';1918}19191920/** @name PalletRmrkEquipEvent */1921export interface PalletRmrkEquipEvent extends Enum {1922 readonly isBaseCreated: boolean;1923 readonly asBaseCreated: {1924 readonly issuer: AccountId32;1925 readonly baseId: u32;1926 } & Struct;1927 readonly isEquippablesUpdated: boolean;1928 readonly asEquippablesUpdated: {1929 readonly baseId: u32;1930 readonly slotId: u32;1931 } & Struct;1932 readonly type: 'BaseCreated' | 'EquippablesUpdated';1933}19341935/** @name PalletStructureCall */1936export interface PalletStructureCall extends Null {}19371938/** @name PalletStructureError */1939export interface PalletStructureError extends Enum {1940 readonly isOuroborosDetected: boolean;1941 readonly isDepthLimit: boolean;1942 readonly isBreadthLimit: boolean;1943 readonly isTokenNotFound: boolean;1944 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';1945}19461947/** @name PalletStructureEvent */1948export interface PalletStructureEvent extends Enum {1949 readonly isExecuted: boolean;1950 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1951 readonly type: 'Executed';1952}19531954/** @name PalletSudoCall */1955export interface PalletSudoCall extends Enum {1956 readonly isSudo: boolean;1957 readonly asSudo: {1958 readonly call: Call;1959 } & Struct;1960 readonly isSudoUncheckedWeight: boolean;1961 readonly asSudoUncheckedWeight: {1962 readonly call: Call;1963 readonly weight: SpWeightsWeightV2Weight;1964 } & Struct;1965 readonly isSetKey: boolean;1966 readonly asSetKey: {1967 readonly new_: MultiAddress;1968 } & Struct;1969 readonly isSudoAs: boolean;1970 readonly asSudoAs: {1971 readonly who: MultiAddress;1972 readonly call: Call;1973 } & Struct;1974 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1975}19761977/** @name PalletSudoError */1978export interface PalletSudoError extends Enum {1979 readonly isRequireSudo: boolean;1980 readonly type: 'RequireSudo';1981}19821983/** @name PalletSudoEvent */1984export interface PalletSudoEvent extends Enum {1985 readonly isSudid: boolean;1986 readonly asSudid: {1987 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1988 } & Struct;1989 readonly isKeyChanged: boolean;1990 readonly asKeyChanged: {1991 readonly oldSudoer: Option<AccountId32>;1992 } & Struct;1993 readonly isSudoAsDone: boolean;1994 readonly asSudoAsDone: {1995 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1996 } & Struct;1997 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1998}19992000/** @name PalletTemplateTransactionPaymentCall */2001export interface PalletTemplateTransactionPaymentCall extends Null {}20022003/** @name PalletTemplateTransactionPaymentChargeTransactionPayment */2004export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}20052006/** @name PalletTestUtilsCall */2007export interface PalletTestUtilsCall extends Enum {2008 readonly isEnable: boolean;2009 readonly isSetTestValue: boolean;2010 readonly asSetTestValue: {2011 readonly value: u32;2012 } & Struct;2013 readonly isSetTestValueAndRollback: boolean;2014 readonly asSetTestValueAndRollback: {2015 readonly value: u32;2016 } & Struct;2017 readonly isIncTestValue: boolean;2018 readonly isSelfCancelingInc: boolean;2019 readonly asSelfCancelingInc: {2020 readonly id: U8aFixed;2021 readonly maxTestValue: u32;2022 } & Struct;2023 readonly isJustTakeFee: boolean;2024 readonly isBatchAll: boolean;2025 readonly asBatchAll: {2026 readonly calls: Vec<Call>;2027 } & Struct;2028 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'SelfCancelingInc' | 'JustTakeFee' | 'BatchAll';2029}20302031/** @name PalletTestUtilsError */2032export interface PalletTestUtilsError extends Enum {2033 readonly isTestPalletDisabled: boolean;2034 readonly isTriggerRollback: boolean;2035 readonly type: 'TestPalletDisabled' | 'TriggerRollback';2036}20372038/** @name PalletTestUtilsEvent */2039export interface PalletTestUtilsEvent extends Enum {2040 readonly isValueIsSet: boolean;2041 readonly isShouldRollback: boolean;2042 readonly isBatchCompleted: boolean;2043 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';2044}20452046/** @name PalletTimestampCall */2047export interface PalletTimestampCall extends Enum {2048 readonly isSet: boolean;2049 readonly asSet: {2050 readonly now: Compact<u64>;2051 } & Struct;2052 readonly type: 'Set';2053}20542055/** @name PalletTransactionPaymentEvent */2056export interface PalletTransactionPaymentEvent extends Enum {2057 readonly isTransactionFeePaid: boolean;2058 readonly asTransactionFeePaid: {2059 readonly who: AccountId32;2060 readonly actualFee: u128;2061 readonly tip: u128;2062 } & Struct;2063 readonly type: 'TransactionFeePaid';2064}20652066/** @name PalletTransactionPaymentReleases */2067export interface PalletTransactionPaymentReleases extends Enum {2068 readonly isV1Ancient: boolean;2069 readonly isV2: boolean;2070 readonly type: 'V1Ancient' | 'V2';2071}20722073/** @name PalletTreasuryCall */2074export interface PalletTreasuryCall extends Enum {2075 readonly isProposeSpend: boolean;2076 readonly asProposeSpend: {2077 readonly value: Compact<u128>;2078 readonly beneficiary: MultiAddress;2079 } & Struct;2080 readonly isRejectProposal: boolean;2081 readonly asRejectProposal: {2082 readonly proposalId: Compact<u32>;2083 } & Struct;2084 readonly isApproveProposal: boolean;2085 readonly asApproveProposal: {2086 readonly proposalId: Compact<u32>;2087 } & Struct;2088 readonly isSpend: boolean;2089 readonly asSpend: {2090 readonly amount: Compact<u128>;2091 readonly beneficiary: MultiAddress;2092 } & Struct;2093 readonly isRemoveApproval: boolean;2094 readonly asRemoveApproval: {2095 readonly proposalId: Compact<u32>;2096 } & Struct;2097 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';2098}20992100/** @name PalletTreasuryError */2101export interface PalletTreasuryError extends Enum {2102 readonly isInsufficientProposersBalance: boolean;2103 readonly isInvalidIndex: boolean;2104 readonly isTooManyApprovals: boolean;2105 readonly isInsufficientPermission: boolean;2106 readonly isProposalNotApproved: boolean;2107 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';2108}21092110/** @name PalletTreasuryEvent */2111export interface PalletTreasuryEvent extends Enum {2112 readonly isProposed: boolean;2113 readonly asProposed: {2114 readonly proposalIndex: u32;2115 } & Struct;2116 readonly isSpending: boolean;2117 readonly asSpending: {2118 readonly budgetRemaining: u128;2119 } & Struct;2120 readonly isAwarded: boolean;2121 readonly asAwarded: {2122 readonly proposalIndex: u32;2123 readonly award: u128;2124 readonly account: AccountId32;2125 } & Struct;2126 readonly isRejected: boolean;2127 readonly asRejected: {2128 readonly proposalIndex: u32;2129 readonly slashed: u128;2130 } & Struct;2131 readonly isBurnt: boolean;2132 readonly asBurnt: {2133 readonly burntFunds: u128;2134 } & Struct;2135 readonly isRollover: boolean;2136 readonly asRollover: {2137 readonly rolloverBalance: u128;2138 } & Struct;2139 readonly isDeposit: boolean;2140 readonly asDeposit: {2141 readonly value: u128;2142 } & Struct;2143 readonly isSpendApproved: boolean;2144 readonly asSpendApproved: {2145 readonly proposalIndex: u32;2146 readonly amount: u128;2147 readonly beneficiary: AccountId32;2148 } & Struct;2149 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';2150}21512152/** @name PalletTreasuryProposal */2153export interface PalletTreasuryProposal extends Struct {2154 readonly proposer: AccountId32;2155 readonly value: u128;2156 readonly beneficiary: AccountId32;2157 readonly bond: u128;2158}21592160/** @name PalletUniqueCall */2161export interface PalletUniqueCall extends Enum {2162 readonly isCreateCollection: boolean;2163 readonly asCreateCollection: {2164 readonly collectionName: Vec<u16>;2165 readonly collectionDescription: Vec<u16>;2166 readonly tokenPrefix: Bytes;2167 readonly mode: UpDataStructsCollectionMode;2168 } & Struct;2169 readonly isCreateCollectionEx: boolean;2170 readonly asCreateCollectionEx: {2171 readonly data: UpDataStructsCreateCollectionData;2172 } & Struct;2173 readonly isDestroyCollection: boolean;2174 readonly asDestroyCollection: {2175 readonly collectionId: u32;2176 } & Struct;2177 readonly isAddToAllowList: boolean;2178 readonly asAddToAllowList: {2179 readonly collectionId: u32;2180 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2181 } & Struct;2182 readonly isRemoveFromAllowList: boolean;2183 readonly asRemoveFromAllowList: {2184 readonly collectionId: u32;2185 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2186 } & Struct;2187 readonly isChangeCollectionOwner: boolean;2188 readonly asChangeCollectionOwner: {2189 readonly collectionId: u32;2190 readonly newOwner: AccountId32;2191 } & Struct;2192 readonly isAddCollectionAdmin: boolean;2193 readonly asAddCollectionAdmin: {2194 readonly collectionId: u32;2195 readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2196 } & Struct;2197 readonly isRemoveCollectionAdmin: boolean;2198 readonly asRemoveCollectionAdmin: {2199 readonly collectionId: u32;2200 readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2201 } & Struct;2202 readonly isSetCollectionSponsor: boolean;2203 readonly asSetCollectionSponsor: {2204 readonly collectionId: u32;2205 readonly newSponsor: AccountId32;2206 } & Struct;2207 readonly isConfirmSponsorship: boolean;2208 readonly asConfirmSponsorship: {2209 readonly collectionId: u32;2210 } & Struct;2211 readonly isRemoveCollectionSponsor: boolean;2212 readonly asRemoveCollectionSponsor: {2213 readonly collectionId: u32;2214 } & Struct;2215 readonly isCreateItem: boolean;2216 readonly asCreateItem: {2217 readonly collectionId: u32;2218 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2219 readonly data: UpDataStructsCreateItemData;2220 } & Struct;2221 readonly isCreateMultipleItems: boolean;2222 readonly asCreateMultipleItems: {2223 readonly collectionId: u32;2224 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2225 readonly itemsData: Vec<UpDataStructsCreateItemData>;2226 } & Struct;2227 readonly isSetCollectionProperties: boolean;2228 readonly asSetCollectionProperties: {2229 readonly collectionId: u32;2230 readonly properties: Vec<UpDataStructsProperty>;2231 } & Struct;2232 readonly isDeleteCollectionProperties: boolean;2233 readonly asDeleteCollectionProperties: {2234 readonly collectionId: u32;2235 readonly propertyKeys: Vec<Bytes>;2236 } & Struct;2237 readonly isSetTokenProperties: boolean;2238 readonly asSetTokenProperties: {2239 readonly collectionId: u32;2240 readonly tokenId: u32;2241 readonly properties: Vec<UpDataStructsProperty>;2242 } & Struct;2243 readonly isDeleteTokenProperties: boolean;2244 readonly asDeleteTokenProperties: {2245 readonly collectionId: u32;2246 readonly tokenId: u32;2247 readonly propertyKeys: Vec<Bytes>;2248 } & Struct;2249 readonly isSetTokenPropertyPermissions: boolean;2250 readonly asSetTokenPropertyPermissions: {2251 readonly collectionId: u32;2252 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2253 } & Struct;2254 readonly isCreateMultipleItemsEx: boolean;2255 readonly asCreateMultipleItemsEx: {2256 readonly collectionId: u32;2257 readonly data: UpDataStructsCreateItemExData;2258 } & Struct;2259 readonly isSetTransfersEnabledFlag: boolean;2260 readonly asSetTransfersEnabledFlag: {2261 readonly collectionId: u32;2262 readonly value: bool;2263 } & Struct;2264 readonly isBurnItem: boolean;2265 readonly asBurnItem: {2266 readonly collectionId: u32;2267 readonly itemId: u32;2268 readonly value: u128;2269 } & Struct;2270 readonly isBurnFrom: boolean;2271 readonly asBurnFrom: {2272 readonly collectionId: u32;2273 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2274 readonly itemId: u32;2275 readonly value: u128;2276 } & Struct;2277 readonly isTransfer: boolean;2278 readonly asTransfer: {2279 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2280 readonly collectionId: u32;2281 readonly itemId: u32;2282 readonly value: u128;2283 } & Struct;2284 readonly isApprove: boolean;2285 readonly asApprove: {2286 readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2287 readonly collectionId: u32;2288 readonly itemId: u32;2289 readonly amount: u128;2290 } & Struct;2291 readonly isTransferFrom: boolean;2292 readonly asTransferFrom: {2293 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2294 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2295 readonly collectionId: u32;2296 readonly itemId: u32;2297 readonly value: u128;2298 } & Struct;2299 readonly isSetCollectionLimits: boolean;2300 readonly asSetCollectionLimits: {2301 readonly collectionId: u32;2302 readonly newLimit: UpDataStructsCollectionLimits;2303 } & Struct;2304 readonly isSetCollectionPermissions: boolean;2305 readonly asSetCollectionPermissions: {2306 readonly collectionId: u32;2307 readonly newPermission: UpDataStructsCollectionPermissions;2308 } & Struct;2309 readonly isRepartition: boolean;2310 readonly asRepartition: {2311 readonly collectionId: u32;2312 readonly tokenId: u32;2313 readonly amount: u128;2314 } & Struct;2315 readonly isSetAllowanceForAll: boolean;2316 readonly asSetAllowanceForAll: {2317 readonly collectionId: u32;2318 readonly operator: PalletEvmAccountBasicCrossAccountIdRepr;2319 readonly approve: bool;2320 } & Struct;2321 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll';2322}23232324/** @name PalletUniqueError */2325export interface PalletUniqueError extends Enum {2326 readonly isCollectionDecimalPointLimitExceeded: boolean;2327 readonly isConfirmUnsetSponsorFail: boolean;2328 readonly isEmptyArgument: boolean;2329 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;2330 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2331}23322333/** @name PalletUniqueRawEvent */2334export interface PalletUniqueRawEvent extends Enum {2335 readonly isCollectionSponsorRemoved: boolean;2336 readonly asCollectionSponsorRemoved: u32;2337 readonly isCollectionAdminAdded: boolean;2338 readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2339 readonly isCollectionOwnedChanged: boolean;2340 readonly asCollectionOwnedChanged: ITuple<[u32, AccountId32]>;2341 readonly isCollectionSponsorSet: boolean;2342 readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;2343 readonly isSponsorshipConfirmed: boolean;2344 readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;2345 readonly isCollectionAdminRemoved: boolean;2346 readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2347 readonly isAllowListAddressRemoved: boolean;2348 readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2349 readonly isAllowListAddressAdded: boolean;2350 readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2351 readonly isCollectionLimitSet: boolean;2352 readonly asCollectionLimitSet: u32;2353 readonly isCollectionPermissionSet: boolean;2354 readonly asCollectionPermissionSet: u32;2355 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';2356}23572358/** @name PalletUniqueSchedulerV2BlockAgenda */2359export interface PalletUniqueSchedulerV2BlockAgenda extends Struct {2360 readonly agenda: Vec<Option<PalletUniqueSchedulerV2Scheduled>>;2361 readonly freePlaces: u32;2362}23632364/** @name PalletUniqueSchedulerV2Call */2365export interface PalletUniqueSchedulerV2Call extends Enum {2366 readonly isSchedule: boolean;2367 readonly asSchedule: {2368 readonly when: u32;2369 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2370 readonly priority: Option<u8>;2371 readonly call: Call;2372 } & Struct;2373 readonly isCancel: boolean;2374 readonly asCancel: {2375 readonly when: u32;2376 readonly index: u32;2377 } & Struct;2378 readonly isScheduleNamed: boolean;2379 readonly asScheduleNamed: {2380 readonly id: U8aFixed;2381 readonly when: u32;2382 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2383 readonly priority: Option<u8>;2384 readonly call: Call;2385 } & Struct;2386 readonly isCancelNamed: boolean;2387 readonly asCancelNamed: {2388 readonly id: U8aFixed;2389 } & Struct;2390 readonly isScheduleAfter: boolean;2391 readonly asScheduleAfter: {2392 readonly after: u32;2393 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2394 readonly priority: Option<u8>;2395 readonly call: Call;2396 } & Struct;2397 readonly isScheduleNamedAfter: boolean;2398 readonly asScheduleNamedAfter: {2399 readonly id: U8aFixed;2400 readonly after: u32;2401 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2402 readonly priority: Option<u8>;2403 readonly call: Call;2404 } & Struct;2405 readonly isChangeNamedPriority: boolean;2406 readonly asChangeNamedPriority: {2407 readonly id: U8aFixed;2408 readonly priority: u8;2409 } & Struct;2410 readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter' | 'ChangeNamedPriority';2411}24122413/** @name PalletUniqueSchedulerV2Error */2414export interface PalletUniqueSchedulerV2Error extends Enum {2415 readonly isFailedToSchedule: boolean;2416 readonly isAgendaIsExhausted: boolean;2417 readonly isScheduledCallCorrupted: boolean;2418 readonly isPreimageNotFound: boolean;2419 readonly isTooBigScheduledCall: boolean;2420 readonly isNotFound: boolean;2421 readonly isTargetBlockNumberInPast: boolean;2422 readonly isNamed: boolean;2423 readonly type: 'FailedToSchedule' | 'AgendaIsExhausted' | 'ScheduledCallCorrupted' | 'PreimageNotFound' | 'TooBigScheduledCall' | 'NotFound' | 'TargetBlockNumberInPast' | 'Named';2424}24252426/** @name PalletUniqueSchedulerV2Event */2427export interface PalletUniqueSchedulerV2Event extends Enum {2428 readonly isScheduled: boolean;2429 readonly asScheduled: {2430 readonly when: u32;2431 readonly index: u32;2432 } & Struct;2433 readonly isCanceled: boolean;2434 readonly asCanceled: {2435 readonly when: u32;2436 readonly index: u32;2437 } & Struct;2438 readonly isDispatched: boolean;2439 readonly asDispatched: {2440 readonly task: ITuple<[u32, u32]>;2441 readonly id: Option<U8aFixed>;2442 readonly result: Result<Null, SpRuntimeDispatchError>;2443 } & Struct;2444 readonly isPriorityChanged: boolean;2445 readonly asPriorityChanged: {2446 readonly task: ITuple<[u32, u32]>;2447 readonly priority: u8;2448 } & Struct;2449 readonly isCallUnavailable: boolean;2450 readonly asCallUnavailable: {2451 readonly task: ITuple<[u32, u32]>;2452 readonly id: Option<U8aFixed>;2453 } & Struct;2454 readonly isPermanentlyOverweight: boolean;2455 readonly asPermanentlyOverweight: {2456 readonly task: ITuple<[u32, u32]>;2457 readonly id: Option<U8aFixed>;2458 } & Struct;2459 readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'PriorityChanged' | 'CallUnavailable' | 'PermanentlyOverweight';2460}24612462/** @name PalletUniqueSchedulerV2Scheduled */2463export interface PalletUniqueSchedulerV2Scheduled extends Struct {2464 readonly maybeId: Option<U8aFixed>;2465 readonly priority: u8;2466 readonly call: PalletUniqueSchedulerV2ScheduledCall;2467 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2468 readonly origin: OpalRuntimeOriginCaller;2469}24702471/** @name PalletUniqueSchedulerV2ScheduledCall */2472export interface PalletUniqueSchedulerV2ScheduledCall extends Enum {2473 readonly isInline: boolean;2474 readonly asInline: Bytes;2475 readonly isPreimageLookup: boolean;2476 readonly asPreimageLookup: {2477 readonly hash_: H256;2478 readonly unboundedLen: u32;2479 } & Struct;2480 readonly type: 'Inline' | 'PreimageLookup';2481}24822483/** @name PalletXcmCall */2484export interface PalletXcmCall extends Enum {2485 readonly isSend: boolean;2486 readonly asSend: {2487 readonly dest: XcmVersionedMultiLocation;2488 readonly message: XcmVersionedXcm;2489 } & Struct;2490 readonly isTeleportAssets: boolean;2491 readonly asTeleportAssets: {2492 readonly dest: XcmVersionedMultiLocation;2493 readonly beneficiary: XcmVersionedMultiLocation;2494 readonly assets: XcmVersionedMultiAssets;2495 readonly feeAssetItem: u32;2496 } & Struct;2497 readonly isReserveTransferAssets: boolean;2498 readonly asReserveTransferAssets: {2499 readonly dest: XcmVersionedMultiLocation;2500 readonly beneficiary: XcmVersionedMultiLocation;2501 readonly assets: XcmVersionedMultiAssets;2502 readonly feeAssetItem: u32;2503 } & Struct;2504 readonly isExecute: boolean;2505 readonly asExecute: {2506 readonly message: XcmVersionedXcm;2507 readonly maxWeight: u64;2508 } & Struct;2509 readonly isForceXcmVersion: boolean;2510 readonly asForceXcmVersion: {2511 readonly location: XcmV1MultiLocation;2512 readonly xcmVersion: u32;2513 } & Struct;2514 readonly isForceDefaultXcmVersion: boolean;2515 readonly asForceDefaultXcmVersion: {2516 readonly maybeXcmVersion: Option<u32>;2517 } & Struct;2518 readonly isForceSubscribeVersionNotify: boolean;2519 readonly asForceSubscribeVersionNotify: {2520 readonly location: XcmVersionedMultiLocation;2521 } & Struct;2522 readonly isForceUnsubscribeVersionNotify: boolean;2523 readonly asForceUnsubscribeVersionNotify: {2524 readonly location: XcmVersionedMultiLocation;2525 } & Struct;2526 readonly isLimitedReserveTransferAssets: boolean;2527 readonly asLimitedReserveTransferAssets: {2528 readonly dest: XcmVersionedMultiLocation;2529 readonly beneficiary: XcmVersionedMultiLocation;2530 readonly assets: XcmVersionedMultiAssets;2531 readonly feeAssetItem: u32;2532 readonly weightLimit: XcmV2WeightLimit;2533 } & Struct;2534 readonly isLimitedTeleportAssets: boolean;2535 readonly asLimitedTeleportAssets: {2536 readonly dest: XcmVersionedMultiLocation;2537 readonly beneficiary: XcmVersionedMultiLocation;2538 readonly assets: XcmVersionedMultiAssets;2539 readonly feeAssetItem: u32;2540 readonly weightLimit: XcmV2WeightLimit;2541 } & Struct;2542 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2543}25442545/** @name PalletXcmError */2546export interface PalletXcmError extends Enum {2547 readonly isUnreachable: boolean;2548 readonly isSendFailure: boolean;2549 readonly isFiltered: boolean;2550 readonly isUnweighableMessage: boolean;2551 readonly isDestinationNotInvertible: boolean;2552 readonly isEmpty: boolean;2553 readonly isCannotReanchor: boolean;2554 readonly isTooManyAssets: boolean;2555 readonly isInvalidOrigin: boolean;2556 readonly isBadVersion: boolean;2557 readonly isBadLocation: boolean;2558 readonly isNoSubscription: boolean;2559 readonly isAlreadySubscribed: boolean;2560 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2561}25622563/** @name PalletXcmEvent */2564export interface PalletXcmEvent extends Enum {2565 readonly isAttempted: boolean;2566 readonly asAttempted: XcmV2TraitsOutcome;2567 readonly isSent: boolean;2568 readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;2569 readonly isUnexpectedResponse: boolean;2570 readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;2571 readonly isResponseReady: boolean;2572 readonly asResponseReady: ITuple<[u64, XcmV2Response]>;2573 readonly isNotified: boolean;2574 readonly asNotified: ITuple<[u64, u8, u8]>;2575 readonly isNotifyOverweight: boolean;2576 readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;2577 readonly isNotifyDispatchError: boolean;2578 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2579 readonly isNotifyDecodeFailed: boolean;2580 readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;2581 readonly isInvalidResponder: boolean;2582 readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;2583 readonly isInvalidResponderVersion: boolean;2584 readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;2585 readonly isResponseTaken: boolean;2586 readonly asResponseTaken: u64;2587 readonly isAssetsTrapped: boolean;2588 readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2589 readonly isVersionChangeNotified: boolean;2590 readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;2591 readonly isSupportedVersionChanged: boolean;2592 readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;2593 readonly isNotifyTargetSendFail: boolean;2594 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;2595 readonly isNotifyTargetMigrationFail: boolean;2596 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2597 readonly isAssetsClaimed: boolean;2598 readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2599 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';2600}26012602/** @name PalletXcmOrigin */2603export interface PalletXcmOrigin extends Enum {2604 readonly isXcm: boolean;2605 readonly asXcm: XcmV1MultiLocation;2606 readonly isResponse: boolean;2607 readonly asResponse: XcmV1MultiLocation;2608 readonly type: 'Xcm' | 'Response';2609}26102611/** @name PhantomTypeUpDataStructs */2612export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}26132614/** @name PolkadotCorePrimitivesInboundDownwardMessage */2615export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2616 readonly sentAt: u32;2617 readonly msg: Bytes;2618}26192620/** @name PolkadotCorePrimitivesInboundHrmpMessage */2621export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {2622 readonly sentAt: u32;2623 readonly data: Bytes;2624}26252626/** @name PolkadotCorePrimitivesOutboundHrmpMessage */2627export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {2628 readonly recipient: u32;2629 readonly data: Bytes;2630}26312632/** @name PolkadotParachainPrimitivesXcmpMessageFormat */2633export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2634 readonly isConcatenatedVersionedXcm: boolean;2635 readonly isConcatenatedEncodedBlob: boolean;2636 readonly isSignals: boolean;2637 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2638}26392640/** @name PolkadotPrimitivesV2AbridgedHostConfiguration */2641export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {2642 readonly maxCodeSize: u32;2643 readonly maxHeadDataSize: u32;2644 readonly maxUpwardQueueCount: u32;2645 readonly maxUpwardQueueSize: u32;2646 readonly maxUpwardMessageSize: u32;2647 readonly maxUpwardMessageNumPerCandidate: u32;2648 readonly hrmpMaxMessageNumPerCandidate: u32;2649 readonly validationUpgradeCooldown: u32;2650 readonly validationUpgradeDelay: u32;2651}26522653/** @name PolkadotPrimitivesV2AbridgedHrmpChannel */2654export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {2655 readonly maxCapacity: u32;2656 readonly maxTotalSize: u32;2657 readonly maxMessageSize: u32;2658 readonly msgCount: u32;2659 readonly totalSize: u32;2660 readonly mqcHead: Option<H256>;2661}26622663/** @name PolkadotPrimitivesV2PersistedValidationData */2664export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {2665 readonly parentHead: Bytes;2666 readonly relayParentNumber: u32;2667 readonly relayParentStorageRoot: H256;2668 readonly maxPovSize: u32;2669}26702671/** @name PolkadotPrimitivesV2UpgradeRestriction */2672export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {2673 readonly isPresent: boolean;2674 readonly type: 'Present';2675}26762677/** @name RmrkTraitsBaseBaseInfo */2678export interface RmrkTraitsBaseBaseInfo extends Struct {2679 readonly issuer: AccountId32;2680 readonly baseType: Bytes;2681 readonly symbol: Bytes;2682}26832684/** @name RmrkTraitsCollectionCollectionInfo */2685export interface RmrkTraitsCollectionCollectionInfo extends Struct {2686 readonly issuer: AccountId32;2687 readonly metadata: Bytes;2688 readonly max: Option<u32>;2689 readonly symbol: Bytes;2690 readonly nftsCount: u32;2691}26922693/** @name RmrkTraitsNftAccountIdOrCollectionNftTuple */2694export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {2695 readonly isAccountId: boolean;2696 readonly asAccountId: AccountId32;2697 readonly isCollectionAndNftTuple: boolean;2698 readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;2699 readonly type: 'AccountId' | 'CollectionAndNftTuple';2700}27012702/** @name RmrkTraitsNftNftChild */2703export interface RmrkTraitsNftNftChild extends Struct {2704 readonly collectionId: u32;2705 readonly nftId: u32;2706}27072708/** @name RmrkTraitsNftNftInfo */2709export interface RmrkTraitsNftNftInfo extends Struct {2710 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2711 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;2712 readonly metadata: Bytes;2713 readonly equipped: bool;2714 readonly pending: bool;2715}27162717/** @name RmrkTraitsNftRoyaltyInfo */2718export interface RmrkTraitsNftRoyaltyInfo extends Struct {2719 readonly recipient: AccountId32;2720 readonly amount: Permill;2721}27222723/** @name RmrkTraitsPartEquippableList */2724export interface RmrkTraitsPartEquippableList extends Enum {2725 readonly isAll: boolean;2726 readonly isEmpty: boolean;2727 readonly isCustom: boolean;2728 readonly asCustom: Vec<u32>;2729 readonly type: 'All' | 'Empty' | 'Custom';2730}27312732/** @name RmrkTraitsPartFixedPart */2733export interface RmrkTraitsPartFixedPart extends Struct {2734 readonly id: u32;2735 readonly z: u32;2736 readonly src: Bytes;2737}27382739/** @name RmrkTraitsPartPartType */2740export interface RmrkTraitsPartPartType extends Enum {2741 readonly isFixedPart: boolean;2742 readonly asFixedPart: RmrkTraitsPartFixedPart;2743 readonly isSlotPart: boolean;2744 readonly asSlotPart: RmrkTraitsPartSlotPart;2745 readonly type: 'FixedPart' | 'SlotPart';2746}27472748/** @name RmrkTraitsPartSlotPart */2749export interface RmrkTraitsPartSlotPart extends Struct {2750 readonly id: u32;2751 readonly equippable: RmrkTraitsPartEquippableList;2752 readonly src: Bytes;2753 readonly z: u32;2754}27552756/** @name RmrkTraitsPropertyPropertyInfo */2757export interface RmrkTraitsPropertyPropertyInfo extends Struct {2758 readonly key: Bytes;2759 readonly value: Bytes;2760}27612762/** @name RmrkTraitsResourceBasicResource */2763export interface RmrkTraitsResourceBasicResource extends Struct {2764 readonly src: Option<Bytes>;2765 readonly metadata: Option<Bytes>;2766 readonly license: Option<Bytes>;2767 readonly thumb: Option<Bytes>;2768}27692770/** @name RmrkTraitsResourceComposableResource */2771export interface RmrkTraitsResourceComposableResource extends Struct {2772 readonly parts: Vec<u32>;2773 readonly base: u32;2774 readonly src: Option<Bytes>;2775 readonly metadata: Option<Bytes>;2776 readonly license: Option<Bytes>;2777 readonly thumb: Option<Bytes>;2778}27792780/** @name RmrkTraitsResourceResourceInfo */2781export interface RmrkTraitsResourceResourceInfo extends Struct {2782 readonly id: u32;2783 readonly resource: RmrkTraitsResourceResourceTypes;2784 readonly pending: bool;2785 readonly pendingRemoval: bool;2786}27872788/** @name RmrkTraitsResourceResourceTypes */2789export interface RmrkTraitsResourceResourceTypes extends Enum {2790 readonly isBasic: boolean;2791 readonly asBasic: RmrkTraitsResourceBasicResource;2792 readonly isComposable: boolean;2793 readonly asComposable: RmrkTraitsResourceComposableResource;2794 readonly isSlot: boolean;2795 readonly asSlot: RmrkTraitsResourceSlotResource;2796 readonly type: 'Basic' | 'Composable' | 'Slot';2797}27982799/** @name RmrkTraitsResourceSlotResource */2800export interface RmrkTraitsResourceSlotResource extends Struct {2801 readonly base: u32;2802 readonly src: Option<Bytes>;2803 readonly metadata: Option<Bytes>;2804 readonly slot: u32;2805 readonly license: Option<Bytes>;2806 readonly thumb: Option<Bytes>;2807}28082809/** @name RmrkTraitsTheme */2810export interface RmrkTraitsTheme extends Struct {2811 readonly name: Bytes;2812 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2813 readonly inherit: bool;2814}28152816/** @name RmrkTraitsThemeThemeProperty */2817export interface RmrkTraitsThemeThemeProperty extends Struct {2818 readonly key: Bytes;2819 readonly value: Bytes;2820}28212822/** @name SpCoreEcdsaSignature */2823export interface SpCoreEcdsaSignature extends U8aFixed {}28242825/** @name SpCoreEd25519Signature */2826export interface SpCoreEd25519Signature extends U8aFixed {}28272828/** @name SpCoreSr25519Signature */2829export interface SpCoreSr25519Signature extends U8aFixed {}28302831/** @name SpCoreVoid */2832export interface SpCoreVoid extends Null {}28332834/** @name SpRuntimeArithmeticError */2835export interface SpRuntimeArithmeticError extends Enum {2836 readonly isUnderflow: boolean;2837 readonly isOverflow: boolean;2838 readonly isDivisionByZero: boolean;2839 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2840}28412842/** @name SpRuntimeDigest */2843export interface SpRuntimeDigest extends Struct {2844 readonly logs: Vec<SpRuntimeDigestDigestItem>;2845}28462847/** @name SpRuntimeDigestDigestItem */2848export interface SpRuntimeDigestDigestItem extends Enum {2849 readonly isOther: boolean;2850 readonly asOther: Bytes;2851 readonly isConsensus: boolean;2852 readonly asConsensus: ITuple<[U8aFixed, Bytes]>;2853 readonly isSeal: boolean;2854 readonly asSeal: ITuple<[U8aFixed, Bytes]>;2855 readonly isPreRuntime: boolean;2856 readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;2857 readonly isRuntimeEnvironmentUpdated: boolean;2858 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2859}28602861/** @name SpRuntimeDispatchError */2862export interface SpRuntimeDispatchError extends Enum {2863 readonly isOther: boolean;2864 readonly isCannotLookup: boolean;2865 readonly isBadOrigin: boolean;2866 readonly isModule: boolean;2867 readonly asModule: SpRuntimeModuleError;2868 readonly isConsumerRemaining: boolean;2869 readonly isNoProviders: boolean;2870 readonly isTooManyConsumers: boolean;2871 readonly isToken: boolean;2872 readonly asToken: SpRuntimeTokenError;2873 readonly isArithmetic: boolean;2874 readonly asArithmetic: SpRuntimeArithmeticError;2875 readonly isTransactional: boolean;2876 readonly asTransactional: SpRuntimeTransactionalError;2877 readonly isExhausted: boolean;2878 readonly isCorruption: boolean;2879 readonly isUnavailable: boolean;2880 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';2881}28822883/** @name SpRuntimeModuleError */2884export interface SpRuntimeModuleError extends Struct {2885 readonly index: u8;2886 readonly error: U8aFixed;2887}28882889/** @name SpRuntimeMultiSignature */2890export interface SpRuntimeMultiSignature extends Enum {2891 readonly isEd25519: boolean;2892 readonly asEd25519: SpCoreEd25519Signature;2893 readonly isSr25519: boolean;2894 readonly asSr25519: SpCoreSr25519Signature;2895 readonly isEcdsa: boolean;2896 readonly asEcdsa: SpCoreEcdsaSignature;2897 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2898}28992900/** @name SpRuntimeTokenError */2901export interface SpRuntimeTokenError extends Enum {2902 readonly isNoFunds: boolean;2903 readonly isWouldDie: boolean;2904 readonly isBelowMinimum: boolean;2905 readonly isCannotCreate: boolean;2906 readonly isUnknownAsset: boolean;2907 readonly isFrozen: boolean;2908 readonly isUnsupported: boolean;2909 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';2910}29112912/** @name SpRuntimeTransactionalError */2913export interface SpRuntimeTransactionalError extends Enum {2914 readonly isLimitReached: boolean;2915 readonly isNoLayer: boolean;2916 readonly type: 'LimitReached' | 'NoLayer';2917}29182919/** @name SpTrieStorageProof */2920export interface SpTrieStorageProof extends Struct {2921 readonly trieNodes: BTreeSet<Bytes>;2922}29232924/** @name SpVersionRuntimeVersion */2925export interface SpVersionRuntimeVersion extends Struct {2926 readonly specName: Text;2927 readonly implName: Text;2928 readonly authoringVersion: u32;2929 readonly specVersion: u32;2930 readonly implVersion: u32;2931 readonly apis: Vec<ITuple<[U8aFixed, u32]>>;2932 readonly transactionVersion: u32;2933 readonly stateVersion: u8;2934}29352936/** @name SpWeightsRuntimeDbWeight */2937export interface SpWeightsRuntimeDbWeight extends Struct {2938 readonly read: u64;2939 readonly write: u64;2940}29412942/** @name SpWeightsWeightV2Weight */2943export interface SpWeightsWeightV2Weight extends Struct {2944 readonly refTime: Compact<u64>;2945 readonly proofSize: Compact<u64>;2946}29472948/** @name UpDataStructsAccessMode */2949export interface UpDataStructsAccessMode extends Enum {2950 readonly isNormal: boolean;2951 readonly isAllowList: boolean;2952 readonly type: 'Normal' | 'AllowList';2953}29542955/** @name UpDataStructsCollection */2956export interface UpDataStructsCollection extends Struct {2957 readonly owner: AccountId32;2958 readonly mode: UpDataStructsCollectionMode;2959 readonly name: Vec<u16>;2960 readonly description: Vec<u16>;2961 readonly tokenPrefix: Bytes;2962 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;2963 readonly limits: UpDataStructsCollectionLimits;2964 readonly permissions: UpDataStructsCollectionPermissions;2965 readonly flags: U8aFixed;2966}29672968/** @name UpDataStructsCollectionLimits */2969export interface UpDataStructsCollectionLimits extends Struct {2970 readonly accountTokenOwnershipLimit: Option<u32>;2971 readonly sponsoredDataSize: Option<u32>;2972 readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2973 readonly tokenLimit: Option<u32>;2974 readonly sponsorTransferTimeout: Option<u32>;2975 readonly sponsorApproveTimeout: Option<u32>;2976 readonly ownerCanTransfer: Option<bool>;2977 readonly ownerCanDestroy: Option<bool>;2978 readonly transfersEnabled: Option<bool>;2979}29802981/** @name UpDataStructsCollectionMode */2982export interface UpDataStructsCollectionMode extends Enum {2983 readonly isNft: boolean;2984 readonly isFungible: boolean;2985 readonly asFungible: u8;2986 readonly isReFungible: boolean;2987 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2988}29892990/** @name UpDataStructsCollectionPermissions */2991export interface UpDataStructsCollectionPermissions extends Struct {2992 readonly access: Option<UpDataStructsAccessMode>;2993 readonly mintMode: Option<bool>;2994 readonly nesting: Option<UpDataStructsNestingPermissions>;2995}29962997/** @name UpDataStructsCollectionStats */2998export interface UpDataStructsCollectionStats extends Struct {2999 readonly created: u32;3000 readonly destroyed: u32;3001 readonly alive: u32;3002}30033004/** @name UpDataStructsCreateCollectionData */3005export interface UpDataStructsCreateCollectionData extends Struct {3006 readonly mode: UpDataStructsCollectionMode;3007 readonly access: Option<UpDataStructsAccessMode>;3008 readonly name: Vec<u16>;3009 readonly description: Vec<u16>;3010 readonly tokenPrefix: Bytes;3011 readonly pendingSponsor: Option<AccountId32>;3012 readonly limits: Option<UpDataStructsCollectionLimits>;3013 readonly permissions: Option<UpDataStructsCollectionPermissions>;3014 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3015 readonly properties: Vec<UpDataStructsProperty>;3016}30173018/** @name UpDataStructsCreateFungibleData */3019export interface UpDataStructsCreateFungibleData extends Struct {3020 readonly value: u128;3021}30223023/** @name UpDataStructsCreateItemData */3024export interface UpDataStructsCreateItemData extends Enum {3025 readonly isNft: boolean;3026 readonly asNft: UpDataStructsCreateNftData;3027 readonly isFungible: boolean;3028 readonly asFungible: UpDataStructsCreateFungibleData;3029 readonly isReFungible: boolean;3030 readonly asReFungible: UpDataStructsCreateReFungibleData;3031 readonly type: 'Nft' | 'Fungible' | 'ReFungible';3032}30333034/** @name UpDataStructsCreateItemExData */3035export interface UpDataStructsCreateItemExData extends Enum {3036 readonly isNft: boolean;3037 readonly asNft: Vec<UpDataStructsCreateNftExData>;3038 readonly isFungible: boolean;3039 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;3040 readonly isRefungibleMultipleItems: boolean;3041 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;3042 readonly isRefungibleMultipleOwners: boolean;3043 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;3044 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';3045}30463047/** @name UpDataStructsCreateNftData */3048export interface UpDataStructsCreateNftData extends Struct {3049 readonly properties: Vec<UpDataStructsProperty>;3050}30513052/** @name UpDataStructsCreateNftExData */3053export interface UpDataStructsCreateNftExData extends Struct {3054 readonly properties: Vec<UpDataStructsProperty>;3055 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3056}30573058/** @name UpDataStructsCreateReFungibleData */3059export interface UpDataStructsCreateReFungibleData extends Struct {3060 readonly pieces: u128;3061 readonly properties: Vec<UpDataStructsProperty>;3062}30633064/** @name UpDataStructsCreateRefungibleExMultipleOwners */3065export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {3066 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;3067 readonly properties: Vec<UpDataStructsProperty>;3068}30693070/** @name UpDataStructsCreateRefungibleExSingleOwner */3071export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {3072 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;3073 readonly pieces: u128;3074 readonly properties: Vec<UpDataStructsProperty>;3075}30763077/** @name UpDataStructsNestingPermissions */3078export interface UpDataStructsNestingPermissions extends Struct {3079 readonly tokenOwner: bool;3080 readonly collectionAdmin: bool;3081 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;3082}30833084/** @name UpDataStructsOwnerRestrictedSet */3085export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}30863087/** @name UpDataStructsProperties */3088export interface UpDataStructsProperties extends Struct {3089 readonly map: UpDataStructsPropertiesMapBoundedVec;3090 readonly consumedSpace: u32;3091 readonly spaceLimit: u32;3092}30933094/** @name UpDataStructsPropertiesMapBoundedVec */3095export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}30963097/** @name UpDataStructsPropertiesMapPropertyPermission */3098export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}30993100/** @name UpDataStructsProperty */3101export interface UpDataStructsProperty extends Struct {3102 readonly key: Bytes;3103 readonly value: Bytes;3104}31053106/** @name UpDataStructsPropertyKeyPermission */3107export interface UpDataStructsPropertyKeyPermission extends Struct {3108 readonly key: Bytes;3109 readonly permission: UpDataStructsPropertyPermission;3110}31113112/** @name UpDataStructsPropertyPermission */3113export interface UpDataStructsPropertyPermission extends Struct {3114 readonly mutable: bool;3115 readonly collectionAdmin: bool;3116 readonly tokenOwner: bool;3117}31183119/** @name UpDataStructsPropertyScope */3120export interface UpDataStructsPropertyScope extends Enum {3121 readonly isNone: boolean;3122 readonly isRmrk: boolean;3123 readonly type: 'None' | 'Rmrk';3124}31253126/** @name UpDataStructsRpcCollection */3127export interface UpDataStructsRpcCollection extends Struct {3128 readonly owner: AccountId32;3129 readonly mode: UpDataStructsCollectionMode;3130 readonly name: Vec<u16>;3131 readonly description: Vec<u16>;3132 readonly tokenPrefix: Bytes;3133 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3134 readonly limits: UpDataStructsCollectionLimits;3135 readonly permissions: UpDataStructsCollectionPermissions;3136 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3137 readonly properties: Vec<UpDataStructsProperty>;3138 readonly readOnly: bool;3139 readonly flags: UpDataStructsRpcCollectionFlags;3140}31413142/** @name UpDataStructsRpcCollectionFlags */3143export interface UpDataStructsRpcCollectionFlags extends Struct {3144 readonly foreign: bool;3145 readonly erc721metadata: bool;3146}31473148/** @name UpDataStructsSponsoringRateLimit */3149export interface UpDataStructsSponsoringRateLimit extends Enum {3150 readonly isSponsoringDisabled: boolean;3151 readonly isBlocks: boolean;3152 readonly asBlocks: u32;3153 readonly type: 'SponsoringDisabled' | 'Blocks';3154}31553156/** @name UpDataStructsSponsorshipStateAccountId32 */3157export interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3158 readonly isDisabled: boolean;3159 readonly isUnconfirmed: boolean;3160 readonly asUnconfirmed: AccountId32;3161 readonly isConfirmed: boolean;3162 readonly asConfirmed: AccountId32;3163 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3164}31653166/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr */3167export interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3168 readonly isDisabled: boolean;3169 readonly isUnconfirmed: boolean;3170 readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3171 readonly isConfirmed: boolean;3172 readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3173 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3174}31753176/** @name UpDataStructsTokenChild */3177export interface UpDataStructsTokenChild extends Struct {3178 readonly token: u32;3179 readonly collection: u32;3180}31813182/** @name UpDataStructsTokenData */3183export interface UpDataStructsTokenData extends Struct {3184 readonly properties: Vec<UpDataStructsProperty>;3185 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3186 readonly pieces: u128;3187}31883189/** @name XcmDoubleEncoded */3190export interface XcmDoubleEncoded extends Struct {3191 readonly encoded: Bytes;3192}31933194/** @name XcmV0Junction */3195export interface XcmV0Junction extends Enum {3196 readonly isParent: boolean;3197 readonly isParachain: boolean;3198 readonly asParachain: Compact<u32>;3199 readonly isAccountId32: boolean;3200 readonly asAccountId32: {3201 readonly network: XcmV0JunctionNetworkId;3202 readonly id: U8aFixed;3203 } & Struct;3204 readonly isAccountIndex64: boolean;3205 readonly asAccountIndex64: {3206 readonly network: XcmV0JunctionNetworkId;3207 readonly index: Compact<u64>;3208 } & Struct;3209 readonly isAccountKey20: boolean;3210 readonly asAccountKey20: {3211 readonly network: XcmV0JunctionNetworkId;3212 readonly key: U8aFixed;3213 } & Struct;3214 readonly isPalletInstance: boolean;3215 readonly asPalletInstance: u8;3216 readonly isGeneralIndex: boolean;3217 readonly asGeneralIndex: Compact<u128>;3218 readonly isGeneralKey: boolean;3219 readonly asGeneralKey: Bytes;3220 readonly isOnlyChild: boolean;3221 readonly isPlurality: boolean;3222 readonly asPlurality: {3223 readonly id: XcmV0JunctionBodyId;3224 readonly part: XcmV0JunctionBodyPart;3225 } & Struct;3226 readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3227}32283229/** @name XcmV0JunctionBodyId */3230export interface XcmV0JunctionBodyId extends Enum {3231 readonly isUnit: boolean;3232 readonly isNamed: boolean;3233 readonly asNamed: Bytes;3234 readonly isIndex: boolean;3235 readonly asIndex: Compact<u32>;3236 readonly isExecutive: boolean;3237 readonly isTechnical: boolean;3238 readonly isLegislative: boolean;3239 readonly isJudicial: boolean;3240 readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';3241}32423243/** @name XcmV0JunctionBodyPart */3244export interface XcmV0JunctionBodyPart extends Enum {3245 readonly isVoice: boolean;3246 readonly isMembers: boolean;3247 readonly asMembers: {3248 readonly count: Compact<u32>;3249 } & Struct;3250 readonly isFraction: boolean;3251 readonly asFraction: {3252 readonly nom: Compact<u32>;3253 readonly denom: Compact<u32>;3254 } & Struct;3255 readonly isAtLeastProportion: boolean;3256 readonly asAtLeastProportion: {3257 readonly nom: Compact<u32>;3258 readonly denom: Compact<u32>;3259 } & Struct;3260 readonly isMoreThanProportion: boolean;3261 readonly asMoreThanProportion: {3262 readonly nom: Compact<u32>;3263 readonly denom: Compact<u32>;3264 } & Struct;3265 readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';3266}32673268/** @name XcmV0JunctionNetworkId */3269export interface XcmV0JunctionNetworkId extends Enum {3270 readonly isAny: boolean;3271 readonly isNamed: boolean;3272 readonly asNamed: Bytes;3273 readonly isPolkadot: boolean;3274 readonly isKusama: boolean;3275 readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';3276}32773278/** @name XcmV0MultiAsset */3279export interface XcmV0MultiAsset extends Enum {3280 readonly isNone: boolean;3281 readonly isAll: boolean;3282 readonly isAllFungible: boolean;3283 readonly isAllNonFungible: boolean;3284 readonly isAllAbstractFungible: boolean;3285 readonly asAllAbstractFungible: {3286 readonly id: Bytes;3287 } & Struct;3288 readonly isAllAbstractNonFungible: boolean;3289 readonly asAllAbstractNonFungible: {3290 readonly class: Bytes;3291 } & Struct;3292 readonly isAllConcreteFungible: boolean;3293 readonly asAllConcreteFungible: {3294 readonly id: XcmV0MultiLocation;3295 } & Struct;3296 readonly isAllConcreteNonFungible: boolean;3297 readonly asAllConcreteNonFungible: {3298 readonly class: XcmV0MultiLocation;3299 } & Struct;3300 readonly isAbstractFungible: boolean;3301 readonly asAbstractFungible: {3302 readonly id: Bytes;3303 readonly amount: Compact<u128>;3304 } & Struct;3305 readonly isAbstractNonFungible: boolean;3306 readonly asAbstractNonFungible: {3307 readonly class: Bytes;3308 readonly instance: XcmV1MultiassetAssetInstance;3309 } & Struct;3310 readonly isConcreteFungible: boolean;3311 readonly asConcreteFungible: {3312 readonly id: XcmV0MultiLocation;3313 readonly amount: Compact<u128>;3314 } & Struct;3315 readonly isConcreteNonFungible: boolean;3316 readonly asConcreteNonFungible: {3317 readonly class: XcmV0MultiLocation;3318 readonly instance: XcmV1MultiassetAssetInstance;3319 } & Struct;3320 readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';3321}33223323/** @name XcmV0MultiLocation */3324export interface XcmV0MultiLocation extends Enum {3325 readonly isNull: boolean;3326 readonly isX1: boolean;3327 readonly asX1: XcmV0Junction;3328 readonly isX2: boolean;3329 readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;3330 readonly isX3: boolean;3331 readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3332 readonly isX4: boolean;3333 readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3334 readonly isX5: boolean;3335 readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3336 readonly isX6: boolean;3337 readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3338 readonly isX7: boolean;3339 readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3340 readonly isX8: boolean;3341 readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3342 readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3343}33443345/** @name XcmV0Order */3346export interface XcmV0Order extends Enum {3347 readonly isNull: boolean;3348 readonly isDepositAsset: boolean;3349 readonly asDepositAsset: {3350 readonly assets: Vec<XcmV0MultiAsset>;3351 readonly dest: XcmV0MultiLocation;3352 } & Struct;3353 readonly isDepositReserveAsset: boolean;3354 readonly asDepositReserveAsset: {3355 readonly assets: Vec<XcmV0MultiAsset>;3356 readonly dest: XcmV0MultiLocation;3357 readonly effects: Vec<XcmV0Order>;3358 } & Struct;3359 readonly isExchangeAsset: boolean;3360 readonly asExchangeAsset: {3361 readonly give: Vec<XcmV0MultiAsset>;3362 readonly receive: Vec<XcmV0MultiAsset>;3363 } & Struct;3364 readonly isInitiateReserveWithdraw: boolean;3365 readonly asInitiateReserveWithdraw: {3366 readonly assets: Vec<XcmV0MultiAsset>;3367 readonly reserve: XcmV0MultiLocation;3368 readonly effects: Vec<XcmV0Order>;3369 } & Struct;3370 readonly isInitiateTeleport: boolean;3371 readonly asInitiateTeleport: {3372 readonly assets: Vec<XcmV0MultiAsset>;3373 readonly dest: XcmV0MultiLocation;3374 readonly effects: Vec<XcmV0Order>;3375 } & Struct;3376 readonly isQueryHolding: boolean;3377 readonly asQueryHolding: {3378 readonly queryId: Compact<u64>;3379 readonly dest: XcmV0MultiLocation;3380 readonly assets: Vec<XcmV0MultiAsset>;3381 } & Struct;3382 readonly isBuyExecution: boolean;3383 readonly asBuyExecution: {3384 readonly fees: XcmV0MultiAsset;3385 readonly weight: u64;3386 readonly debt: u64;3387 readonly haltOnError: bool;3388 readonly xcm: Vec<XcmV0Xcm>;3389 } & Struct;3390 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3391}33923393/** @name XcmV0OriginKind */3394export interface XcmV0OriginKind extends Enum {3395 readonly isNative: boolean;3396 readonly isSovereignAccount: boolean;3397 readonly isSuperuser: boolean;3398 readonly isXcm: boolean;3399 readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';3400}34013402/** @name XcmV0Response */3403export interface XcmV0Response extends Enum {3404 readonly isAssets: boolean;3405 readonly asAssets: Vec<XcmV0MultiAsset>;3406 readonly type: 'Assets';3407}34083409/** @name XcmV0Xcm */3410export interface XcmV0Xcm extends Enum {3411 readonly isWithdrawAsset: boolean;3412 readonly asWithdrawAsset: {3413 readonly assets: Vec<XcmV0MultiAsset>;3414 readonly effects: Vec<XcmV0Order>;3415 } & Struct;3416 readonly isReserveAssetDeposit: boolean;3417 readonly asReserveAssetDeposit: {3418 readonly assets: Vec<XcmV0MultiAsset>;3419 readonly effects: Vec<XcmV0Order>;3420 } & Struct;3421 readonly isTeleportAsset: boolean;3422 readonly asTeleportAsset: {3423 readonly assets: Vec<XcmV0MultiAsset>;3424 readonly effects: Vec<XcmV0Order>;3425 } & Struct;3426 readonly isQueryResponse: boolean;3427 readonly asQueryResponse: {3428 readonly queryId: Compact<u64>;3429 readonly response: XcmV0Response;3430 } & Struct;3431 readonly isTransferAsset: boolean;3432 readonly asTransferAsset: {3433 readonly assets: Vec<XcmV0MultiAsset>;3434 readonly dest: XcmV0MultiLocation;3435 } & Struct;3436 readonly isTransferReserveAsset: boolean;3437 readonly asTransferReserveAsset: {3438 readonly assets: Vec<XcmV0MultiAsset>;3439 readonly dest: XcmV0MultiLocation;3440 readonly effects: Vec<XcmV0Order>;3441 } & Struct;3442 readonly isTransact: boolean;3443 readonly asTransact: {3444 readonly originType: XcmV0OriginKind;3445 readonly requireWeightAtMost: u64;3446 readonly call: XcmDoubleEncoded;3447 } & Struct;3448 readonly isHrmpNewChannelOpenRequest: boolean;3449 readonly asHrmpNewChannelOpenRequest: {3450 readonly sender: Compact<u32>;3451 readonly maxMessageSize: Compact<u32>;3452 readonly maxCapacity: Compact<u32>;3453 } & Struct;3454 readonly isHrmpChannelAccepted: boolean;3455 readonly asHrmpChannelAccepted: {3456 readonly recipient: Compact<u32>;3457 } & Struct;3458 readonly isHrmpChannelClosing: boolean;3459 readonly asHrmpChannelClosing: {3460 readonly initiator: Compact<u32>;3461 readonly sender: Compact<u32>;3462 readonly recipient: Compact<u32>;3463 } & Struct;3464 readonly isRelayedFrom: boolean;3465 readonly asRelayedFrom: {3466 readonly who: XcmV0MultiLocation;3467 readonly message: XcmV0Xcm;3468 } & Struct;3469 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';3470}34713472/** @name XcmV1Junction */3473export interface XcmV1Junction extends Enum {3474 readonly isParachain: boolean;3475 readonly asParachain: Compact<u32>;3476 readonly isAccountId32: boolean;3477 readonly asAccountId32: {3478 readonly network: XcmV0JunctionNetworkId;3479 readonly id: U8aFixed;3480 } & Struct;3481 readonly isAccountIndex64: boolean;3482 readonly asAccountIndex64: {3483 readonly network: XcmV0JunctionNetworkId;3484 readonly index: Compact<u64>;3485 } & Struct;3486 readonly isAccountKey20: boolean;3487 readonly asAccountKey20: {3488 readonly network: XcmV0JunctionNetworkId;3489 readonly key: U8aFixed;3490 } & Struct;3491 readonly isPalletInstance: boolean;3492 readonly asPalletInstance: u8;3493 readonly isGeneralIndex: boolean;3494 readonly asGeneralIndex: Compact<u128>;3495 readonly isGeneralKey: boolean;3496 readonly asGeneralKey: Bytes;3497 readonly isOnlyChild: boolean;3498 readonly isPlurality: boolean;3499 readonly asPlurality: {3500 readonly id: XcmV0JunctionBodyId;3501 readonly part: XcmV0JunctionBodyPart;3502 } & Struct;3503 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3504}35053506/** @name XcmV1MultiAsset */3507export interface XcmV1MultiAsset extends Struct {3508 readonly id: XcmV1MultiassetAssetId;3509 readonly fun: XcmV1MultiassetFungibility;3510}35113512/** @name XcmV1MultiassetAssetId */3513export interface XcmV1MultiassetAssetId extends Enum {3514 readonly isConcrete: boolean;3515 readonly asConcrete: XcmV1MultiLocation;3516 readonly isAbstract: boolean;3517 readonly asAbstract: Bytes;3518 readonly type: 'Concrete' | 'Abstract';3519}35203521/** @name XcmV1MultiassetAssetInstance */3522export interface XcmV1MultiassetAssetInstance extends Enum {3523 readonly isUndefined: boolean;3524 readonly isIndex: boolean;3525 readonly asIndex: Compact<u128>;3526 readonly isArray4: boolean;3527 readonly asArray4: U8aFixed;3528 readonly isArray8: boolean;3529 readonly asArray8: U8aFixed;3530 readonly isArray16: boolean;3531 readonly asArray16: U8aFixed;3532 readonly isArray32: boolean;3533 readonly asArray32: U8aFixed;3534 readonly isBlob: boolean;3535 readonly asBlob: Bytes;3536 readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';3537}35383539/** @name XcmV1MultiassetFungibility */3540export interface XcmV1MultiassetFungibility extends Enum {3541 readonly isFungible: boolean;3542 readonly asFungible: Compact<u128>;3543 readonly isNonFungible: boolean;3544 readonly asNonFungible: XcmV1MultiassetAssetInstance;3545 readonly type: 'Fungible' | 'NonFungible';3546}35473548/** @name XcmV1MultiassetMultiAssetFilter */3549export interface XcmV1MultiassetMultiAssetFilter extends Enum {3550 readonly isDefinite: boolean;3551 readonly asDefinite: XcmV1MultiassetMultiAssets;3552 readonly isWild: boolean;3553 readonly asWild: XcmV1MultiassetWildMultiAsset;3554 readonly type: 'Definite' | 'Wild';3555}35563557/** @name XcmV1MultiassetMultiAssets */3558export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}35593560/** @name XcmV1MultiassetWildFungibility */3561export interface XcmV1MultiassetWildFungibility extends Enum {3562 readonly isFungible: boolean;3563 readonly isNonFungible: boolean;3564 readonly type: 'Fungible' | 'NonFungible';3565}35663567/** @name XcmV1MultiassetWildMultiAsset */3568export interface XcmV1MultiassetWildMultiAsset extends Enum {3569 readonly isAll: boolean;3570 readonly isAllOf: boolean;3571 readonly asAllOf: {3572 readonly id: XcmV1MultiassetAssetId;3573 readonly fun: XcmV1MultiassetWildFungibility;3574 } & Struct;3575 readonly type: 'All' | 'AllOf';3576}35773578/** @name XcmV1MultiLocation */3579export interface XcmV1MultiLocation extends Struct {3580 readonly parents: u8;3581 readonly interior: XcmV1MultilocationJunctions;3582}35833584/** @name XcmV1MultilocationJunctions */3585export interface XcmV1MultilocationJunctions extends Enum {3586 readonly isHere: boolean;3587 readonly isX1: boolean;3588 readonly asX1: XcmV1Junction;3589 readonly isX2: boolean;3590 readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;3591 readonly isX3: boolean;3592 readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3593 readonly isX4: boolean;3594 readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3595 readonly isX5: boolean;3596 readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3597 readonly isX6: boolean;3598 readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3599 readonly isX7: boolean;3600 readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3601 readonly isX8: boolean;3602 readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3603 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3604}36053606/** @name XcmV1Order */3607export interface XcmV1Order extends Enum {3608 readonly isNoop: boolean;3609 readonly isDepositAsset: boolean;3610 readonly asDepositAsset: {3611 readonly assets: XcmV1MultiassetMultiAssetFilter;3612 readonly maxAssets: u32;3613 readonly beneficiary: XcmV1MultiLocation;3614 } & Struct;3615 readonly isDepositReserveAsset: boolean;3616 readonly asDepositReserveAsset: {3617 readonly assets: XcmV1MultiassetMultiAssetFilter;3618 readonly maxAssets: u32;3619 readonly dest: XcmV1MultiLocation;3620 readonly effects: Vec<XcmV1Order>;3621 } & Struct;3622 readonly isExchangeAsset: boolean;3623 readonly asExchangeAsset: {3624 readonly give: XcmV1MultiassetMultiAssetFilter;3625 readonly receive: XcmV1MultiassetMultiAssets;3626 } & Struct;3627 readonly isInitiateReserveWithdraw: boolean;3628 readonly asInitiateReserveWithdraw: {3629 readonly assets: XcmV1MultiassetMultiAssetFilter;3630 readonly reserve: XcmV1MultiLocation;3631 readonly effects: Vec<XcmV1Order>;3632 } & Struct;3633 readonly isInitiateTeleport: boolean;3634 readonly asInitiateTeleport: {3635 readonly assets: XcmV1MultiassetMultiAssetFilter;3636 readonly dest: XcmV1MultiLocation;3637 readonly effects: Vec<XcmV1Order>;3638 } & Struct;3639 readonly isQueryHolding: boolean;3640 readonly asQueryHolding: {3641 readonly queryId: Compact<u64>;3642 readonly dest: XcmV1MultiLocation;3643 readonly assets: XcmV1MultiassetMultiAssetFilter;3644 } & Struct;3645 readonly isBuyExecution: boolean;3646 readonly asBuyExecution: {3647 readonly fees: XcmV1MultiAsset;3648 readonly weight: u64;3649 readonly debt: u64;3650 readonly haltOnError: bool;3651 readonly instructions: Vec<XcmV1Xcm>;3652 } & Struct;3653 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3654}36553656/** @name XcmV1Response */3657export interface XcmV1Response extends Enum {3658 readonly isAssets: boolean;3659 readonly asAssets: XcmV1MultiassetMultiAssets;3660 readonly isVersion: boolean;3661 readonly asVersion: u32;3662 readonly type: 'Assets' | 'Version';3663}36643665/** @name XcmV1Xcm */3666export interface XcmV1Xcm extends Enum {3667 readonly isWithdrawAsset: boolean;3668 readonly asWithdrawAsset: {3669 readonly assets: XcmV1MultiassetMultiAssets;3670 readonly effects: Vec<XcmV1Order>;3671 } & Struct;3672 readonly isReserveAssetDeposited: boolean;3673 readonly asReserveAssetDeposited: {3674 readonly assets: XcmV1MultiassetMultiAssets;3675 readonly effects: Vec<XcmV1Order>;3676 } & Struct;3677 readonly isReceiveTeleportedAsset: boolean;3678 readonly asReceiveTeleportedAsset: {3679 readonly assets: XcmV1MultiassetMultiAssets;3680 readonly effects: Vec<XcmV1Order>;3681 } & Struct;3682 readonly isQueryResponse: boolean;3683 readonly asQueryResponse: {3684 readonly queryId: Compact<u64>;3685 readonly response: XcmV1Response;3686 } & Struct;3687 readonly isTransferAsset: boolean;3688 readonly asTransferAsset: {3689 readonly assets: XcmV1MultiassetMultiAssets;3690 readonly beneficiary: XcmV1MultiLocation;3691 } & Struct;3692 readonly isTransferReserveAsset: boolean;3693 readonly asTransferReserveAsset: {3694 readonly assets: XcmV1MultiassetMultiAssets;3695 readonly dest: XcmV1MultiLocation;3696 readonly effects: Vec<XcmV1Order>;3697 } & Struct;3698 readonly isTransact: boolean;3699 readonly asTransact: {3700 readonly originType: XcmV0OriginKind;3701 readonly requireWeightAtMost: u64;3702 readonly call: XcmDoubleEncoded;3703 } & Struct;3704 readonly isHrmpNewChannelOpenRequest: boolean;3705 readonly asHrmpNewChannelOpenRequest: {3706 readonly sender: Compact<u32>;3707 readonly maxMessageSize: Compact<u32>;3708 readonly maxCapacity: Compact<u32>;3709 } & Struct;3710 readonly isHrmpChannelAccepted: boolean;3711 readonly asHrmpChannelAccepted: {3712 readonly recipient: Compact<u32>;3713 } & Struct;3714 readonly isHrmpChannelClosing: boolean;3715 readonly asHrmpChannelClosing: {3716 readonly initiator: Compact<u32>;3717 readonly sender: Compact<u32>;3718 readonly recipient: Compact<u32>;3719 } & Struct;3720 readonly isRelayedFrom: boolean;3721 readonly asRelayedFrom: {3722 readonly who: XcmV1MultilocationJunctions;3723 readonly message: XcmV1Xcm;3724 } & Struct;3725 readonly isSubscribeVersion: boolean;3726 readonly asSubscribeVersion: {3727 readonly queryId: Compact<u64>;3728 readonly maxResponseWeight: Compact<u64>;3729 } & Struct;3730 readonly isUnsubscribeVersion: boolean;3731 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';3732}37333734/** @name XcmV2Instruction */3735export interface XcmV2Instruction extends Enum {3736 readonly isWithdrawAsset: boolean;3737 readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;3738 readonly isReserveAssetDeposited: boolean;3739 readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;3740 readonly isReceiveTeleportedAsset: boolean;3741 readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;3742 readonly isQueryResponse: boolean;3743 readonly asQueryResponse: {3744 readonly queryId: Compact<u64>;3745 readonly response: XcmV2Response;3746 readonly maxWeight: Compact<u64>;3747 } & Struct;3748 readonly isTransferAsset: boolean;3749 readonly asTransferAsset: {3750 readonly assets: XcmV1MultiassetMultiAssets;3751 readonly beneficiary: XcmV1MultiLocation;3752 } & Struct;3753 readonly isTransferReserveAsset: boolean;3754 readonly asTransferReserveAsset: {3755 readonly assets: XcmV1MultiassetMultiAssets;3756 readonly dest: XcmV1MultiLocation;3757 readonly xcm: XcmV2Xcm;3758 } & Struct;3759 readonly isTransact: boolean;3760 readonly asTransact: {3761 readonly originType: XcmV0OriginKind;3762 readonly requireWeightAtMost: Compact<u64>;3763 readonly call: XcmDoubleEncoded;3764 } & Struct;3765 readonly isHrmpNewChannelOpenRequest: boolean;3766 readonly asHrmpNewChannelOpenRequest: {3767 readonly sender: Compact<u32>;3768 readonly maxMessageSize: Compact<u32>;3769 readonly maxCapacity: Compact<u32>;3770 } & Struct;3771 readonly isHrmpChannelAccepted: boolean;3772 readonly asHrmpChannelAccepted: {3773 readonly recipient: Compact<u32>;3774 } & Struct;3775 readonly isHrmpChannelClosing: boolean;3776 readonly asHrmpChannelClosing: {3777 readonly initiator: Compact<u32>;3778 readonly sender: Compact<u32>;3779 readonly recipient: Compact<u32>;3780 } & Struct;3781 readonly isClearOrigin: boolean;3782 readonly isDescendOrigin: boolean;3783 readonly asDescendOrigin: XcmV1MultilocationJunctions;3784 readonly isReportError: boolean;3785 readonly asReportError: {3786 readonly queryId: Compact<u64>;3787 readonly dest: XcmV1MultiLocation;3788 readonly maxResponseWeight: Compact<u64>;3789 } & Struct;3790 readonly isDepositAsset: boolean;3791 readonly asDepositAsset: {3792 readonly assets: XcmV1MultiassetMultiAssetFilter;3793 readonly maxAssets: Compact<u32>;3794 readonly beneficiary: XcmV1MultiLocation;3795 } & Struct;3796 readonly isDepositReserveAsset: boolean;3797 readonly asDepositReserveAsset: {3798 readonly assets: XcmV1MultiassetMultiAssetFilter;3799 readonly maxAssets: Compact<u32>;3800 readonly dest: XcmV1MultiLocation;3801 readonly xcm: XcmV2Xcm;3802 } & Struct;3803 readonly isExchangeAsset: boolean;3804 readonly asExchangeAsset: {3805 readonly give: XcmV1MultiassetMultiAssetFilter;3806 readonly receive: XcmV1MultiassetMultiAssets;3807 } & Struct;3808 readonly isInitiateReserveWithdraw: boolean;3809 readonly asInitiateReserveWithdraw: {3810 readonly assets: XcmV1MultiassetMultiAssetFilter;3811 readonly reserve: XcmV1MultiLocation;3812 readonly xcm: XcmV2Xcm;3813 } & Struct;3814 readonly isInitiateTeleport: boolean;3815 readonly asInitiateTeleport: {3816 readonly assets: XcmV1MultiassetMultiAssetFilter;3817 readonly dest: XcmV1MultiLocation;3818 readonly xcm: XcmV2Xcm;3819 } & Struct;3820 readonly isQueryHolding: boolean;3821 readonly asQueryHolding: {3822 readonly queryId: Compact<u64>;3823 readonly dest: XcmV1MultiLocation;3824 readonly assets: XcmV1MultiassetMultiAssetFilter;3825 readonly maxResponseWeight: Compact<u64>;3826 } & Struct;3827 readonly isBuyExecution: boolean;3828 readonly asBuyExecution: {3829 readonly fees: XcmV1MultiAsset;3830 readonly weightLimit: XcmV2WeightLimit;3831 } & Struct;3832 readonly isRefundSurplus: boolean;3833 readonly isSetErrorHandler: boolean;3834 readonly asSetErrorHandler: XcmV2Xcm;3835 readonly isSetAppendix: boolean;3836 readonly asSetAppendix: XcmV2Xcm;3837 readonly isClearError: boolean;3838 readonly isClaimAsset: boolean;3839 readonly asClaimAsset: {3840 readonly assets: XcmV1MultiassetMultiAssets;3841 readonly ticket: XcmV1MultiLocation;3842 } & Struct;3843 readonly isTrap: boolean;3844 readonly asTrap: Compact<u64>;3845 readonly isSubscribeVersion: boolean;3846 readonly asSubscribeVersion: {3847 readonly queryId: Compact<u64>;3848 readonly maxResponseWeight: Compact<u64>;3849 } & Struct;3850 readonly isUnsubscribeVersion: boolean;3851 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';3852}38533854/** @name XcmV2Response */3855export interface XcmV2Response extends Enum {3856 readonly isNull: boolean;3857 readonly isAssets: boolean;3858 readonly asAssets: XcmV1MultiassetMultiAssets;3859 readonly isExecutionResult: boolean;3860 readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;3861 readonly isVersion: boolean;3862 readonly asVersion: u32;3863 readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';3864}38653866/** @name XcmV2TraitsError */3867export interface XcmV2TraitsError extends Enum {3868 readonly isOverflow: boolean;3869 readonly isUnimplemented: boolean;3870 readonly isUntrustedReserveLocation: boolean;3871 readonly isUntrustedTeleportLocation: boolean;3872 readonly isMultiLocationFull: boolean;3873 readonly isMultiLocationNotInvertible: boolean;3874 readonly isBadOrigin: boolean;3875 readonly isInvalidLocation: boolean;3876 readonly isAssetNotFound: boolean;3877 readonly isFailedToTransactAsset: boolean;3878 readonly isNotWithdrawable: boolean;3879 readonly isLocationCannotHold: boolean;3880 readonly isExceedsMaxMessageSize: boolean;3881 readonly isDestinationUnsupported: boolean;3882 readonly isTransport: boolean;3883 readonly isUnroutable: boolean;3884 readonly isUnknownClaim: boolean;3885 readonly isFailedToDecode: boolean;3886 readonly isMaxWeightInvalid: boolean;3887 readonly isNotHoldingFees: boolean;3888 readonly isTooExpensive: boolean;3889 readonly isTrap: boolean;3890 readonly asTrap: u64;3891 readonly isUnhandledXcmVersion: boolean;3892 readonly isWeightLimitReached: boolean;3893 readonly asWeightLimitReached: u64;3894 readonly isBarrier: boolean;3895 readonly isWeightNotComputable: boolean;3896 readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';3897}38983899/** @name XcmV2TraitsOutcome */3900export interface XcmV2TraitsOutcome extends Enum {3901 readonly isComplete: boolean;3902 readonly asComplete: u64;3903 readonly isIncomplete: boolean;3904 readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;3905 readonly isError: boolean;3906 readonly asError: XcmV2TraitsError;3907 readonly type: 'Complete' | 'Incomplete' | 'Error';3908}39093910/** @name XcmV2WeightLimit */3911export interface XcmV2WeightLimit extends Enum {3912 readonly isUnlimited: boolean;3913 readonly isLimited: boolean;3914 readonly asLimited: Compact<u64>;3915 readonly type: 'Unlimited' | 'Limited';3916}39173918/** @name XcmV2Xcm */3919export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}39203921/** @name XcmVersionedMultiAsset */3922export interface XcmVersionedMultiAsset extends Enum {3923 readonly isV0: boolean;3924 readonly asV0: XcmV0MultiAsset;3925 readonly isV1: boolean;3926 readonly asV1: XcmV1MultiAsset;3927 readonly type: 'V0' | 'V1';3928}39293930/** @name XcmVersionedMultiAssets */3931export interface XcmVersionedMultiAssets extends Enum {3932 readonly isV0: boolean;3933 readonly asV0: Vec<XcmV0MultiAsset>;3934 readonly isV1: boolean;3935 readonly asV1: XcmV1MultiassetMultiAssets;3936 readonly type: 'V0' | 'V1';3937}39383939/** @name XcmVersionedMultiLocation */3940export interface XcmVersionedMultiLocation extends Enum {3941 readonly isV0: boolean;3942 readonly asV0: XcmV0MultiLocation;3943 readonly isV1: boolean;3944 readonly asV1: XcmV1MultiLocation;3945 readonly type: 'V0' | 'V1';3946}39473948/** @name XcmVersionedXcm */3949export interface XcmVersionedXcm extends Enum {3950 readonly isV0: boolean;3951 readonly asV0: XcmV0Xcm;3952 readonly isV1: boolean;3953 readonly asV1: XcmV1Xcm;3954 readonly isV2: boolean;3955 readonly asV2: XcmV2Xcm;3956 readonly type: 'V0' | 'V1' | 'V2';3957}39583959export type PHANTOM_DEFAULT = 'default';tests/src/interfaces/lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -27,18 +27,25 @@
* Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
**/
FrameSupportDispatchPerDispatchClassWeight: {
- normal: 'Weight',
- operational: 'Weight',
- mandatory: 'Weight'
+ normal: 'SpWeightsWeightV2Weight',
+ operational: 'SpWeightsWeightV2Weight',
+ mandatory: 'SpWeightsWeightV2Weight'
},
/**
- * Lookup12: sp_runtime::generic::digest::Digest
+ * Lookup8: sp_weights::weight_v2::Weight
**/
+ SpWeightsWeightV2Weight: {
+ refTime: 'Compact<u64>',
+ proofSize: 'Compact<u64>'
+ },
+ /**
+ * Lookup13: sp_runtime::generic::digest::Digest
+ **/
SpRuntimeDigest: {
logs: 'Vec<SpRuntimeDigestDigestItem>'
},
/**
- * Lookup14: sp_runtime::generic::digest::DigestItem
+ * Lookup15: sp_runtime::generic::digest::DigestItem
**/
SpRuntimeDigestDigestItem: {
_enum: {
@@ -54,7 +61,7 @@
}
},
/**
- * Lookup17: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>
+ * Lookup18: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>
**/
FrameSystemEventRecord: {
phase: 'FrameSystemPhase',
@@ -62,7 +69,7 @@
topics: 'Vec<H256>'
},
/**
- * Lookup19: frame_system::pallet::Event<T>
+ * Lookup20: frame_system::pallet::Event<T>
**/
FrameSystemEvent: {
_enum: {
@@ -90,27 +97,27 @@
}
},
/**
- * Lookup20: frame_support::dispatch::DispatchInfo
+ * Lookup21: frame_support::dispatch::DispatchInfo
**/
FrameSupportDispatchDispatchInfo: {
- weight: 'Weight',
+ weight: 'SpWeightsWeightV2Weight',
class: 'FrameSupportDispatchDispatchClass',
paysFee: 'FrameSupportDispatchPays'
},
/**
- * Lookup21: frame_support::dispatch::DispatchClass
+ * Lookup22: frame_support::dispatch::DispatchClass
**/
FrameSupportDispatchDispatchClass: {
_enum: ['Normal', 'Operational', 'Mandatory']
},
/**
- * Lookup22: frame_support::dispatch::Pays
+ * Lookup23: frame_support::dispatch::Pays
**/
FrameSupportDispatchPays: {
_enum: ['Yes', 'No']
},
/**
- * Lookup23: sp_runtime::DispatchError
+ * Lookup24: sp_runtime::DispatchError
**/
SpRuntimeDispatchError: {
_enum: {
@@ -123,36 +130,39 @@
TooManyConsumers: 'Null',
Token: 'SpRuntimeTokenError',
Arithmetic: 'SpRuntimeArithmeticError',
- Transactional: 'SpRuntimeTransactionalError'
+ Transactional: 'SpRuntimeTransactionalError',
+ Exhausted: 'Null',
+ Corruption: 'Null',
+ Unavailable: 'Null'
}
},
/**
- * Lookup24: sp_runtime::ModuleError
+ * Lookup25: sp_runtime::ModuleError
**/
SpRuntimeModuleError: {
index: 'u8',
error: '[u8;4]'
},
/**
- * Lookup25: sp_runtime::TokenError
+ * Lookup26: sp_runtime::TokenError
**/
SpRuntimeTokenError: {
_enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']
},
/**
- * Lookup26: sp_runtime::ArithmeticError
+ * Lookup27: sp_runtime::ArithmeticError
**/
SpRuntimeArithmeticError: {
_enum: ['Underflow', 'Overflow', 'DivisionByZero']
},
/**
- * Lookup27: sp_runtime::TransactionalError
+ * Lookup28: sp_runtime::TransactionalError
**/
SpRuntimeTransactionalError: {
_enum: ['LimitReached', 'NoLayer']
},
/**
- * Lookup28: cumulus_pallet_parachain_system::pallet::Event<T>
+ * Lookup29: cumulus_pallet_parachain_system::pallet::Event<T>
**/
CumulusPalletParachainSystemEvent: {
_enum: {
@@ -168,13 +178,13 @@
count: 'u32',
},
DownwardMessagesProcessed: {
- weightUsed: 'Weight',
+ weightUsed: 'SpWeightsWeightV2Weight',
dmqHead: 'H256'
}
}
},
/**
- * Lookup29: pallet_balances::pallet::Event<T, I>
+ * Lookup30: pallet_balances::pallet::Event<T, I>
**/
PalletBalancesEvent: {
_enum: {
@@ -225,13 +235,13 @@
}
},
/**
- * Lookup30: frame_support::traits::tokens::misc::BalanceStatus
+ * Lookup31: frame_support::traits::tokens::misc::BalanceStatus
**/
FrameSupportTokensMiscBalanceStatus: {
_enum: ['Free', 'Reserved']
},
/**
- * Lookup31: pallet_transaction_payment::pallet::Event<T>
+ * Lookup32: pallet_transaction_payment::pallet::Event<T>
**/
PalletTransactionPaymentEvent: {
_enum: {
@@ -243,7 +253,7 @@
}
},
/**
- * Lookup32: pallet_treasury::pallet::Event<T, I>
+ * Lookup33: pallet_treasury::pallet::Event<T, I>
**/
PalletTreasuryEvent: {
_enum: {
@@ -279,7 +289,7 @@
}
},
/**
- * Lookup33: pallet_sudo::pallet::Event<T>
+ * Lookup34: pallet_sudo::pallet::Event<T>
**/
PalletSudoEvent: {
_enum: {
@@ -295,7 +305,7 @@
}
},
/**
- * Lookup37: orml_vesting::module::Event<T>
+ * Lookup38: orml_vesting::module::Event<T>
**/
OrmlVestingModuleEvent: {
_enum: {
@@ -314,7 +324,7 @@
}
},
/**
- * Lookup38: orml_vesting::VestingSchedule<BlockNumber, Balance>
+ * Lookup39: orml_vesting::VestingSchedule<BlockNumber, Balance>
**/
OrmlVestingVestingSchedule: {
start: 'u32',
@@ -323,7 +333,7 @@
perPeriod: 'Compact<u128>'
},
/**
- * Lookup40: orml_xtokens::module::Event<T>
+ * Lookup41: orml_xtokens::module::Event<T>
**/
OrmlXtokensModuleEvent: {
_enum: {
@@ -336,18 +346,18 @@
}
},
/**
- * Lookup41: xcm::v1::multiasset::MultiAssets
+ * Lookup42: xcm::v1::multiasset::MultiAssets
**/
XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',
/**
- * Lookup43: xcm::v1::multiasset::MultiAsset
+ * Lookup44: xcm::v1::multiasset::MultiAsset
**/
XcmV1MultiAsset: {
id: 'XcmV1MultiassetAssetId',
fun: 'XcmV1MultiassetFungibility'
},
/**
- * Lookup44: xcm::v1::multiasset::AssetId
+ * Lookup45: xcm::v1::multiasset::AssetId
**/
XcmV1MultiassetAssetId: {
_enum: {
@@ -356,14 +366,14 @@
}
},
/**
- * Lookup45: xcm::v1::multilocation::MultiLocation
+ * Lookup46: xcm::v1::multilocation::MultiLocation
**/
XcmV1MultiLocation: {
parents: 'u8',
interior: 'XcmV1MultilocationJunctions'
},
/**
- * Lookup46: xcm::v1::multilocation::Junctions
+ * Lookup47: xcm::v1::multilocation::Junctions
**/
XcmV1MultilocationJunctions: {
_enum: {
@@ -379,7 +389,7 @@
}
},
/**
- * Lookup47: xcm::v1::junction::Junction
+ * Lookup48: xcm::v1::junction::Junction
**/
XcmV1Junction: {
_enum: {
@@ -407,7 +417,7 @@
}
},
/**
- * Lookup49: xcm::v0::junction::NetworkId
+ * Lookup50: xcm::v0::junction::NetworkId
**/
XcmV0JunctionNetworkId: {
_enum: {
@@ -576,12 +586,12 @@
_enum: {
Success: {
messageHash: 'Option<H256>',
- weight: 'Weight',
+ weight: 'SpWeightsWeightV2Weight',
},
Fail: {
messageHash: 'Option<H256>',
error: 'XcmV2TraitsError',
- weight: 'Weight',
+ weight: 'SpWeightsWeightV2Weight',
},
BadVersion: {
messageHash: 'Option<H256>',
@@ -599,11 +609,11 @@
sender: 'u32',
sentAt: 'u32',
index: 'u64',
- required: 'Weight',
+ required: 'SpWeightsWeightV2Weight',
},
OverweightServiced: {
index: 'u64',
- used: 'Weight'
+ used: 'SpWeightsWeightV2Weight'
}
}
},
@@ -650,7 +660,7 @@
UnexpectedResponse: '(XcmV1MultiLocation,u64)',
ResponseReady: '(u64,XcmV2Response)',
Notified: '(u64,u8,u8)',
- NotifyOverweight: '(u64,u8,u8,Weight,Weight)',
+ NotifyOverweight: '(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)',
NotifyDispatchError: '(u64,u8,u8)',
NotifyDecodeFailed: '(u64,u8,u8)',
InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',
@@ -660,7 +670,8 @@
VersionChangeNotified: '(XcmV1MultiLocation,u32)',
SupportedVersionChanged: '(XcmV1MultiLocation,u32)',
NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',
- NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'
+ NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)',
+ AssetsClaimed: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)'
}
},
/**
@@ -963,17 +974,17 @@
},
WeightExhausted: {
messageId: '[u8;32]',
- remainingWeight: 'Weight',
- requiredWeight: 'Weight',
+ remainingWeight: 'SpWeightsWeightV2Weight',
+ requiredWeight: 'SpWeightsWeightV2Weight',
},
OverweightEnqueued: {
messageId: '[u8;32]',
overweightIndex: 'u64',
- requiredWeight: 'Weight',
+ requiredWeight: 'SpWeightsWeightV2Weight',
},
OverweightServiced: {
overweightIndex: 'u64',
- weightUsed: 'Weight'
+ weightUsed: 'SpWeightsWeightV2Weight'
}
}
},
@@ -1394,8 +1405,8 @@
* Lookup133: frame_system::limits::BlockWeights
**/
FrameSystemLimitsBlockWeights: {
- baseBlock: 'Weight',
- maxBlock: 'Weight',
+ baseBlock: 'SpWeightsWeightV2Weight',
+ maxBlock: 'SpWeightsWeightV2Weight',
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
},
/**
@@ -1410,10 +1421,10 @@
* Lookup135: frame_system::limits::WeightsPerClass
**/
FrameSystemLimitsWeightsPerClass: {
- baseExtrinsic: 'Weight',
- maxExtrinsic: 'Option<Weight>',
- maxTotal: 'Option<Weight>',
- reserved: 'Option<Weight>'
+ baseExtrinsic: 'SpWeightsWeightV2Weight',
+ maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
+ maxTotal: 'Option<SpWeightsWeightV2Weight>',
+ reserved: 'Option<SpWeightsWeightV2Weight>'
},
/**
* Lookup137: frame_system::limits::BlockLength
@@ -1700,7 +1711,7 @@
},
sudo_unchecked_weight: {
call: 'Call',
- weight: 'Weight',
+ weight: 'SpWeightsWeightV2Weight',
},
set_key: {
_alias: {
@@ -1742,37 +1753,37 @@
currencyId: 'PalletForeignAssetsAssetIds',
amount: 'u128',
dest: 'XcmVersionedMultiLocation',
- destWeight: 'u64',
+ destWeightLimit: 'XcmV2WeightLimit',
},
transfer_multiasset: {
asset: 'XcmVersionedMultiAsset',
dest: 'XcmVersionedMultiLocation',
- destWeight: 'u64',
+ destWeightLimit: 'XcmV2WeightLimit',
},
transfer_with_fee: {
currencyId: 'PalletForeignAssetsAssetIds',
amount: 'u128',
fee: 'u128',
dest: 'XcmVersionedMultiLocation',
- destWeight: 'u64',
+ destWeightLimit: 'XcmV2WeightLimit',
},
transfer_multiasset_with_fee: {
asset: 'XcmVersionedMultiAsset',
fee: 'XcmVersionedMultiAsset',
dest: 'XcmVersionedMultiLocation',
- destWeight: 'u64',
+ destWeightLimit: 'XcmV2WeightLimit',
},
transfer_multicurrencies: {
currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',
feeItem: 'u32',
dest: 'XcmVersionedMultiLocation',
- destWeight: 'u64',
+ destWeightLimit: 'XcmV2WeightLimit',
},
transfer_multiassets: {
assets: 'XcmVersionedMultiAssets',
feeItem: 'u32',
dest: 'XcmVersionedMultiLocation',
- destWeight: 'u64'
+ destWeightLimit: 'XcmV2WeightLimit'
}
}
},
@@ -1826,7 +1837,7 @@
_enum: {
service_overweight: {
index: 'u64',
- weightLimit: 'Weight',
+ weightLimit: 'u64',
},
suspend_xcm_execution: 'Null',
resume_xcm_execution: 'Null',
@@ -1852,19 +1863,19 @@
_alias: {
new_: 'new',
},
- new_: 'Weight',
+ new_: 'u64',
},
update_weight_restrict_decay: {
_alias: {
new_: 'new',
},
- new_: 'Weight',
+ new_: 'u64',
},
update_xcmp_max_individual_weight: {
_alias: {
new_: 'new',
},
- new_: 'Weight'
+ new_: 'u64'
}
}
},
@@ -1891,7 +1902,7 @@
},
execute: {
message: 'XcmVersionedXcm',
- maxWeight: 'Weight',
+ maxWeight: 'u64',
},
force_xcm_version: {
location: 'XcmV1MultiLocation',
@@ -2161,7 +2172,7 @@
_enum: {
service_overweight: {
index: 'u64',
- weightLimit: 'Weight'
+ weightLimit: 'u64'
}
}
},
@@ -3059,9 +3070,9 @@
suspendThreshold: 'u32',
dropThreshold: 'u32',
resumeThreshold: 'u32',
- thresholdWeight: 'Weight',
- weightRestrictDecay: 'Weight',
- xcmpMaxIndividualWeight: 'Weight'
+ thresholdWeight: 'SpWeightsWeightV2Weight',
+ weightRestrictDecay: 'SpWeightsWeightV2Weight',
+ xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'
},
/**
* Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>
@@ -3083,7 +3094,7 @@
* Lookup372: cumulus_pallet_dmp_queue::ConfigData
**/
CumulusPalletDmpQueueConfigData: {
- maxIndividual: 'Weight'
+ maxIndividual: 'SpWeightsWeightV2Weight'
},
/**
* Lookup373: cumulus_pallet_dmp_queue::PageIndexData
tests/src/interfaces/registry.tsdiffbeforeafterboth--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -5,7 +5,7 @@
// this is required to allow for ambient/previous definitions
import '@polkadot/types/types/registry';
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
declare module '@polkadot/types/types/registry' {
interface InterfaceTypes {
@@ -215,6 +215,7 @@
SpTrieStorageProof: SpTrieStorageProof;
SpVersionRuntimeVersion: SpVersionRuntimeVersion;
SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
+ SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
UpDataStructsAccessMode: UpDataStructsAccessMode;
UpDataStructsCollection: UpDataStructsCollection;
UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;
tests/src/interfaces/types-lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -7,7 +7,7 @@
import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { ITuple } from '@polkadot/types-codec/types';
-import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';
+import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
import type { Event } from '@polkadot/types/interfaces/system';
declare module '@polkadot/types/lookup' {
@@ -30,17 +30,23 @@
/** @name FrameSupportDispatchPerDispatchClassWeight (7) */
interface FrameSupportDispatchPerDispatchClassWeight extends Struct {
- readonly normal: Weight;
- readonly operational: Weight;
- readonly mandatory: Weight;
+ readonly normal: SpWeightsWeightV2Weight;
+ readonly operational: SpWeightsWeightV2Weight;
+ readonly mandatory: SpWeightsWeightV2Weight;
}
- /** @name SpRuntimeDigest (12) */
+ /** @name SpWeightsWeightV2Weight (8) */
+ interface SpWeightsWeightV2Weight extends Struct {
+ readonly refTime: Compact<u64>;
+ readonly proofSize: Compact<u64>;
+ }
+
+ /** @name SpRuntimeDigest (13) */
interface SpRuntimeDigest extends Struct {
readonly logs: Vec<SpRuntimeDigestDigestItem>;
}
- /** @name SpRuntimeDigestDigestItem (14) */
+ /** @name SpRuntimeDigestDigestItem (15) */
interface SpRuntimeDigestDigestItem extends Enum {
readonly isOther: boolean;
readonly asOther: Bytes;
@@ -54,14 +60,14 @@
readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';
}
- /** @name FrameSystemEventRecord (17) */
+ /** @name FrameSystemEventRecord (18) */
interface FrameSystemEventRecord extends Struct {
readonly phase: FrameSystemPhase;
readonly event: Event;
readonly topics: Vec<H256>;
}
- /** @name FrameSystemEvent (19) */
+ /** @name FrameSystemEvent (20) */
interface FrameSystemEvent extends Enum {
readonly isExtrinsicSuccess: boolean;
readonly asExtrinsicSuccess: {
@@ -89,14 +95,14 @@
readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';
}
- /** @name FrameSupportDispatchDispatchInfo (20) */
+ /** @name FrameSupportDispatchDispatchInfo (21) */
interface FrameSupportDispatchDispatchInfo extends Struct {
- readonly weight: Weight;
+ readonly weight: SpWeightsWeightV2Weight;
readonly class: FrameSupportDispatchDispatchClass;
readonly paysFee: FrameSupportDispatchPays;
}
- /** @name FrameSupportDispatchDispatchClass (21) */
+ /** @name FrameSupportDispatchDispatchClass (22) */
interface FrameSupportDispatchDispatchClass extends Enum {
readonly isNormal: boolean;
readonly isOperational: boolean;
@@ -104,14 +110,14 @@
readonly type: 'Normal' | 'Operational' | 'Mandatory';
}
- /** @name FrameSupportDispatchPays (22) */
+ /** @name FrameSupportDispatchPays (23) */
interface FrameSupportDispatchPays extends Enum {
readonly isYes: boolean;
readonly isNo: boolean;
readonly type: 'Yes' | 'No';
}
- /** @name SpRuntimeDispatchError (23) */
+ /** @name SpRuntimeDispatchError (24) */
interface SpRuntimeDispatchError extends Enum {
readonly isOther: boolean;
readonly isCannotLookup: boolean;
@@ -127,16 +133,19 @@
readonly asArithmetic: SpRuntimeArithmeticError;
readonly isTransactional: boolean;
readonly asTransactional: SpRuntimeTransactionalError;
- readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';
+ readonly isExhausted: boolean;
+ readonly isCorruption: boolean;
+ readonly isUnavailable: boolean;
+ readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';
}
- /** @name SpRuntimeModuleError (24) */
+ /** @name SpRuntimeModuleError (25) */
interface SpRuntimeModuleError extends Struct {
readonly index: u8;
readonly error: U8aFixed;
}
- /** @name SpRuntimeTokenError (25) */
+ /** @name SpRuntimeTokenError (26) */
interface SpRuntimeTokenError extends Enum {
readonly isNoFunds: boolean;
readonly isWouldDie: boolean;
@@ -148,7 +157,7 @@
readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';
}
- /** @name SpRuntimeArithmeticError (26) */
+ /** @name SpRuntimeArithmeticError (27) */
interface SpRuntimeArithmeticError extends Enum {
readonly isUnderflow: boolean;
readonly isOverflow: boolean;
@@ -156,14 +165,14 @@
readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';
}
- /** @name SpRuntimeTransactionalError (27) */
+ /** @name SpRuntimeTransactionalError (28) */
interface SpRuntimeTransactionalError extends Enum {
readonly isLimitReached: boolean;
readonly isNoLayer: boolean;
readonly type: 'LimitReached' | 'NoLayer';
}
- /** @name CumulusPalletParachainSystemEvent (28) */
+ /** @name CumulusPalletParachainSystemEvent (29) */
interface CumulusPalletParachainSystemEvent extends Enum {
readonly isValidationFunctionStored: boolean;
readonly isValidationFunctionApplied: boolean;
@@ -181,13 +190,13 @@
} & Struct;
readonly isDownwardMessagesProcessed: boolean;
readonly asDownwardMessagesProcessed: {
- readonly weightUsed: Weight;
+ readonly weightUsed: SpWeightsWeightV2Weight;
readonly dmqHead: H256;
} & Struct;
readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';
}
- /** @name PalletBalancesEvent (29) */
+ /** @name PalletBalancesEvent (30) */
interface PalletBalancesEvent extends Enum {
readonly isEndowed: boolean;
readonly asEndowed: {
@@ -246,14 +255,14 @@
readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';
}
- /** @name FrameSupportTokensMiscBalanceStatus (30) */
+ /** @name FrameSupportTokensMiscBalanceStatus (31) */
interface FrameSupportTokensMiscBalanceStatus extends Enum {
readonly isFree: boolean;
readonly isReserved: boolean;
readonly type: 'Free' | 'Reserved';
}
- /** @name PalletTransactionPaymentEvent (31) */
+ /** @name PalletTransactionPaymentEvent (32) */
interface PalletTransactionPaymentEvent extends Enum {
readonly isTransactionFeePaid: boolean;
readonly asTransactionFeePaid: {
@@ -264,7 +273,7 @@
readonly type: 'TransactionFeePaid';
}
- /** @name PalletTreasuryEvent (32) */
+ /** @name PalletTreasuryEvent (33) */
interface PalletTreasuryEvent extends Enum {
readonly isProposed: boolean;
readonly asProposed: {
@@ -306,7 +315,7 @@
readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';
}
- /** @name PalletSudoEvent (33) */
+ /** @name PalletSudoEvent (34) */
interface PalletSudoEvent extends Enum {
readonly isSudid: boolean;
readonly asSudid: {
@@ -323,7 +332,7 @@
readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
}
- /** @name OrmlVestingModuleEvent (37) */
+ /** @name OrmlVestingModuleEvent (38) */
interface OrmlVestingModuleEvent extends Enum {
readonly isVestingScheduleAdded: boolean;
readonly asVestingScheduleAdded: {
@@ -343,7 +352,7 @@
readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';
}
- /** @name OrmlVestingVestingSchedule (38) */
+ /** @name OrmlVestingVestingSchedule (39) */
interface OrmlVestingVestingSchedule extends Struct {
readonly start: u32;
readonly period: u32;
@@ -351,7 +360,7 @@
readonly perPeriod: Compact<u128>;
}
- /** @name OrmlXtokensModuleEvent (40) */
+ /** @name OrmlXtokensModuleEvent (41) */
interface OrmlXtokensModuleEvent extends Enum {
readonly isTransferredMultiAssets: boolean;
readonly asTransferredMultiAssets: {
@@ -363,16 +372,16 @@
readonly type: 'TransferredMultiAssets';
}
- /** @name XcmV1MultiassetMultiAssets (41) */
+ /** @name XcmV1MultiassetMultiAssets (42) */
interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}
- /** @name XcmV1MultiAsset (43) */
+ /** @name XcmV1MultiAsset (44) */
interface XcmV1MultiAsset extends Struct {
readonly id: XcmV1MultiassetAssetId;
readonly fun: XcmV1MultiassetFungibility;
}
- /** @name XcmV1MultiassetAssetId (44) */
+ /** @name XcmV1MultiassetAssetId (45) */
interface XcmV1MultiassetAssetId extends Enum {
readonly isConcrete: boolean;
readonly asConcrete: XcmV1MultiLocation;
@@ -381,13 +390,13 @@
readonly type: 'Concrete' | 'Abstract';
}
- /** @name XcmV1MultiLocation (45) */
+ /** @name XcmV1MultiLocation (46) */
interface XcmV1MultiLocation extends Struct {
readonly parents: u8;
readonly interior: XcmV1MultilocationJunctions;
}
- /** @name XcmV1MultilocationJunctions (46) */
+ /** @name XcmV1MultilocationJunctions (47) */
interface XcmV1MultilocationJunctions extends Enum {
readonly isHere: boolean;
readonly isX1: boolean;
@@ -409,7 +418,7 @@
readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
}
- /** @name XcmV1Junction (47) */
+ /** @name XcmV1Junction (48) */
interface XcmV1Junction extends Enum {
readonly isParachain: boolean;
readonly asParachain: Compact<u32>;
@@ -443,7 +452,7 @@
readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
}
- /** @name XcmV0JunctionNetworkId (49) */
+ /** @name XcmV0JunctionNetworkId (50) */
interface XcmV0JunctionNetworkId extends Enum {
readonly isAny: boolean;
readonly isNamed: boolean;
@@ -628,13 +637,13 @@
readonly isSuccess: boolean;
readonly asSuccess: {
readonly messageHash: Option<H256>;
- readonly weight: Weight;
+ readonly weight: SpWeightsWeightV2Weight;
} & Struct;
readonly isFail: boolean;
readonly asFail: {
readonly messageHash: Option<H256>;
readonly error: XcmV2TraitsError;
- readonly weight: Weight;
+ readonly weight: SpWeightsWeightV2Weight;
} & Struct;
readonly isBadVersion: boolean;
readonly asBadVersion: {
@@ -657,12 +666,12 @@
readonly sender: u32;
readonly sentAt: u32;
readonly index: u64;
- readonly required: Weight;
+ readonly required: SpWeightsWeightV2Weight;
} & Struct;
readonly isOverweightServiced: boolean;
readonly asOverweightServiced: {
readonly index: u64;
- readonly used: Weight;
+ readonly used: SpWeightsWeightV2Weight;
} & Struct;
readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
}
@@ -713,7 +722,7 @@
readonly isNotified: boolean;
readonly asNotified: ITuple<[u64, u8, u8]>;
readonly isNotifyOverweight: boolean;
- readonly asNotifyOverweight: ITuple<[u64, u8, u8, Weight, Weight]>;
+ readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;
readonly isNotifyDispatchError: boolean;
readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;
readonly isNotifyDecodeFailed: boolean;
@@ -734,7 +743,9 @@
readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;
readonly isNotifyTargetMigrationFail: boolean;
readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;
- readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';
+ readonly isAssetsClaimed: boolean;
+ readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;
+ readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';
}
/** @name XcmV2TraitsOutcome (67) */
@@ -1081,19 +1092,19 @@
readonly isWeightExhausted: boolean;
readonly asWeightExhausted: {
readonly messageId: U8aFixed;
- readonly remainingWeight: Weight;
- readonly requiredWeight: Weight;
+ readonly remainingWeight: SpWeightsWeightV2Weight;
+ readonly requiredWeight: SpWeightsWeightV2Weight;
} & Struct;
readonly isOverweightEnqueued: boolean;
readonly asOverweightEnqueued: {
readonly messageId: U8aFixed;
readonly overweightIndex: u64;
- readonly requiredWeight: Weight;
+ readonly requiredWeight: SpWeightsWeightV2Weight;
} & Struct;
readonly isOverweightServiced: boolean;
readonly asOverweightServiced: {
readonly overweightIndex: u64;
- readonly weightUsed: Weight;
+ readonly weightUsed: SpWeightsWeightV2Weight;
} & Struct;
readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';
}
@@ -1560,8 +1571,8 @@
/** @name FrameSystemLimitsBlockWeights (133) */
interface FrameSystemLimitsBlockWeights extends Struct {
- readonly baseBlock: Weight;
- readonly maxBlock: Weight;
+ readonly baseBlock: SpWeightsWeightV2Weight;
+ readonly maxBlock: SpWeightsWeightV2Weight;
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
}
@@ -1574,10 +1585,10 @@
/** @name FrameSystemLimitsWeightsPerClass (135) */
interface FrameSystemLimitsWeightsPerClass extends Struct {
- readonly baseExtrinsic: Weight;
- readonly maxExtrinsic: Option<Weight>;
- readonly maxTotal: Option<Weight>;
- readonly reserved: Option<Weight>;
+ readonly baseExtrinsic: SpWeightsWeightV2Weight;
+ readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
+ readonly maxTotal: Option<SpWeightsWeightV2Weight>;
+ readonly reserved: Option<SpWeightsWeightV2Weight>;
}
/** @name FrameSystemLimitsBlockLength (137) */
@@ -1882,7 +1893,7 @@
readonly isSudoUncheckedWeight: boolean;
readonly asSudoUncheckedWeight: {
readonly call: Call;
- readonly weight: Weight;
+ readonly weight: SpWeightsWeightV2Weight;
} & Struct;
readonly isSetKey: boolean;
readonly asSetKey: {
@@ -1923,13 +1934,13 @@
readonly currencyId: PalletForeignAssetsAssetIds;
readonly amount: u128;
readonly dest: XcmVersionedMultiLocation;
- readonly destWeight: u64;
+ readonly destWeightLimit: XcmV2WeightLimit;
} & Struct;
readonly isTransferMultiasset: boolean;
readonly asTransferMultiasset: {
readonly asset: XcmVersionedMultiAsset;
readonly dest: XcmVersionedMultiLocation;
- readonly destWeight: u64;
+ readonly destWeightLimit: XcmV2WeightLimit;
} & Struct;
readonly isTransferWithFee: boolean;
readonly asTransferWithFee: {
@@ -1937,28 +1948,28 @@
readonly amount: u128;
readonly fee: u128;
readonly dest: XcmVersionedMultiLocation;
- readonly destWeight: u64;
+ readonly destWeightLimit: XcmV2WeightLimit;
} & Struct;
readonly isTransferMultiassetWithFee: boolean;
readonly asTransferMultiassetWithFee: {
readonly asset: XcmVersionedMultiAsset;
readonly fee: XcmVersionedMultiAsset;
readonly dest: XcmVersionedMultiLocation;
- readonly destWeight: u64;
+ readonly destWeightLimit: XcmV2WeightLimit;
} & Struct;
readonly isTransferMulticurrencies: boolean;
readonly asTransferMulticurrencies: {
readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;
readonly feeItem: u32;
readonly dest: XcmVersionedMultiLocation;
- readonly destWeight: u64;
+ readonly destWeightLimit: XcmV2WeightLimit;
} & Struct;
readonly isTransferMultiassets: boolean;
readonly asTransferMultiassets: {
readonly assets: XcmVersionedMultiAssets;
readonly feeItem: u32;
readonly dest: XcmVersionedMultiLocation;
- readonly destWeight: u64;
+ readonly destWeightLimit: XcmV2WeightLimit;
} & Struct;
readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
}
@@ -2014,7 +2025,7 @@
readonly isServiceOverweight: boolean;
readonly asServiceOverweight: {
readonly index: u64;
- readonly weightLimit: Weight;
+ readonly weightLimit: u64;
} & Struct;
readonly isSuspendXcmExecution: boolean;
readonly isResumeXcmExecution: boolean;
@@ -2032,15 +2043,15 @@
} & Struct;
readonly isUpdateThresholdWeight: boolean;
readonly asUpdateThresholdWeight: {
- readonly new_: Weight;
+ readonly new_: u64;
} & Struct;
readonly isUpdateWeightRestrictDecay: boolean;
readonly asUpdateWeightRestrictDecay: {
- readonly new_: Weight;
+ readonly new_: u64;
} & Struct;
readonly isUpdateXcmpMaxIndividualWeight: boolean;
readonly asUpdateXcmpMaxIndividualWeight: {
- readonly new_: Weight;
+ readonly new_: u64;
} & Struct;
readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
}
@@ -2069,7 +2080,7 @@
readonly isExecute: boolean;
readonly asExecute: {
readonly message: XcmVersionedXcm;
- readonly maxWeight: Weight;
+ readonly maxWeight: u64;
} & Struct;
readonly isForceXcmVersion: boolean;
readonly asForceXcmVersion: {
@@ -2372,7 +2383,7 @@
readonly isServiceOverweight: boolean;
readonly asServiceOverweight: {
readonly index: u64;
- readonly weightLimit: Weight;
+ readonly weightLimit: u64;
} & Struct;
readonly type: 'ServiceOverweight';
}
@@ -3331,9 +3342,9 @@
readonly suspendThreshold: u32;
readonly dropThreshold: u32;
readonly resumeThreshold: u32;
- readonly thresholdWeight: Weight;
- readonly weightRestrictDecay: Weight;
- readonly xcmpMaxIndividualWeight: Weight;
+ readonly thresholdWeight: SpWeightsWeightV2Weight;
+ readonly weightRestrictDecay: SpWeightsWeightV2Weight;
+ readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;
}
/** @name CumulusPalletXcmpQueueError (369) */
@@ -3369,7 +3380,7 @@
/** @name CumulusPalletDmpQueueConfigData (372) */
interface CumulusPalletDmpQueueConfigData extends Struct {
- readonly maxIndividual: Weight;
+ readonly maxIndividual: SpWeightsWeightV2Weight;
}
/** @name CumulusPalletDmpQueuePageIndexData (373) */
tests/src/substrate/substrate-api.tsdiffbeforeafterboth--- a/tests/src/substrate/substrate-api.ts
+++ b/tests/src/substrate/substrate-api.ts
@@ -37,6 +37,10 @@
extrinsic: {},
payload: {},
},
+ CheckMaintenance: {
+ extrinsic: {},
+ payload: {},
+ },
FakeTransactionFinalizer: {
extrinsic: {},
payload: {},
tests/yarn.lockdiffbeforeafterboth--- a/tests/yarn.lock
+++ b/tests/yarn.lock
@@ -17,47 +17,47 @@
dependencies:
"@babel/highlight" "^7.18.6"
-"@babel/compat-data@^7.19.3":
- version "7.19.4"
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
- integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
+"@babel/compat-data@^7.20.0":
+ version "7.20.5"
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
+ integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
-"@babel/core@^7.19.3":
- version "7.19.6"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
- integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
+"@babel/core@^7.20.2":
+ version "7.20.5"
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
+ integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
dependencies:
"@ampproject/remapping" "^2.1.0"
"@babel/code-frame" "^7.18.6"
- "@babel/generator" "^7.19.6"
- "@babel/helper-compilation-targets" "^7.19.3"
- "@babel/helper-module-transforms" "^7.19.6"
- "@babel/helpers" "^7.19.4"
- "@babel/parser" "^7.19.6"
+ "@babel/generator" "^7.20.5"
+ "@babel/helper-compilation-targets" "^7.20.0"
+ "@babel/helper-module-transforms" "^7.20.2"
+ "@babel/helpers" "^7.20.5"
+ "@babel/parser" "^7.20.5"
"@babel/template" "^7.18.10"
- "@babel/traverse" "^7.19.6"
- "@babel/types" "^7.19.4"
+ "@babel/traverse" "^7.20.5"
+ "@babel/types" "^7.20.5"
convert-source-map "^1.7.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
json5 "^2.2.1"
semver "^6.3.0"
-"@babel/generator@^7.19.6":
- version "7.19.6"
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
- integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
+"@babel/generator@^7.20.5":
+ version "7.20.5"
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
+ integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
dependencies:
- "@babel/types" "^7.19.4"
+ "@babel/types" "^7.20.5"
"@jridgewell/gen-mapping" "^0.3.2"
jsesc "^2.5.1"
-"@babel/helper-compilation-targets@^7.19.3":
- version "7.19.3"
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
- integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
+"@babel/helper-compilation-targets@^7.20.0":
+ version "7.20.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
+ integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
dependencies:
- "@babel/compat-data" "^7.19.3"
+ "@babel/compat-data" "^7.20.0"
"@babel/helper-validator-option" "^7.18.6"
browserslist "^4.21.3"
semver "^6.3.0"
@@ -89,26 +89,26 @@
dependencies:
"@babel/types" "^7.18.6"
-"@babel/helper-module-transforms@^7.19.6":
- version "7.19.6"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
- integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
+"@babel/helper-module-transforms@^7.20.2":
+ version "7.20.2"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
+ integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
dependencies:
"@babel/helper-environment-visitor" "^7.18.9"
"@babel/helper-module-imports" "^7.18.6"
- "@babel/helper-simple-access" "^7.19.4"
+ "@babel/helper-simple-access" "^7.20.2"
"@babel/helper-split-export-declaration" "^7.18.6"
"@babel/helper-validator-identifier" "^7.19.1"
"@babel/template" "^7.18.10"
- "@babel/traverse" "^7.19.6"
- "@babel/types" "^7.19.4"
+ "@babel/traverse" "^7.20.1"
+ "@babel/types" "^7.20.2"
-"@babel/helper-simple-access@^7.19.4":
- version "7.19.4"
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
- integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
+"@babel/helper-simple-access@^7.20.2":
+ version "7.20.2"
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
+ integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
dependencies:
- "@babel/types" "^7.19.4"
+ "@babel/types" "^7.20.2"
"@babel/helper-split-export-declaration@^7.18.6":
version "7.18.6"
@@ -132,14 +132,14 @@
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
-"@babel/helpers@^7.19.4":
- version "7.19.4"
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
- integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
+"@babel/helpers@^7.20.5":
+ version "7.20.6"
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
+ integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
dependencies:
"@babel/template" "^7.18.10"
- "@babel/traverse" "^7.19.4"
- "@babel/types" "^7.19.4"
+ "@babel/traverse" "^7.20.5"
+ "@babel/types" "^7.20.5"
"@babel/highlight@^7.18.6":
version "7.18.6"
@@ -150,11 +150,16 @@
chalk "^2.0.0"
js-tokens "^4.0.0"
-"@babel/parser@^7.18.10", "@babel/parser@^7.19.6":
+"@babel/parser@^7.18.10":
version "7.19.6"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
+"@babel/parser@^7.20.5":
+ version "7.20.5"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
+ integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
+
"@babel/register@^7.18.9":
version "7.18.9"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.18.9.tgz#1888b24bc28d5cc41c412feb015e9ff6b96e439c"
@@ -166,12 +171,12 @@
pirates "^4.0.5"
source-map-support "^0.5.16"
-"@babel/runtime@^7.18.9", "@babel/runtime@^7.19.4":
- version "7.19.4"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.4.tgz#a42f814502ee467d55b38dd1c256f53a7b885c78"
- integrity sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==
+"@babel/runtime@^7.20.1", "@babel/runtime@^7.20.6":
+ version "7.20.6"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.6.tgz#facf4879bfed9b5326326273a64220f099b0fce3"
+ integrity sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==
dependencies:
- regenerator-runtime "^0.13.4"
+ regenerator-runtime "^0.13.11"
"@babel/template@^7.18.10":
version "7.18.10"
@@ -182,23 +187,23 @@
"@babel/parser" "^7.18.10"
"@babel/types" "^7.18.10"
-"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
- version "7.19.6"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
- integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
+"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
+ version "7.20.5"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
+ integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
dependencies:
"@babel/code-frame" "^7.18.6"
- "@babel/generator" "^7.19.6"
+ "@babel/generator" "^7.20.5"
"@babel/helper-environment-visitor" "^7.18.9"
"@babel/helper-function-name" "^7.19.0"
"@babel/helper-hoist-variables" "^7.18.6"
"@babel/helper-split-export-declaration" "^7.18.6"
- "@babel/parser" "^7.19.6"
- "@babel/types" "^7.19.4"
+ "@babel/parser" "^7.20.5"
+ "@babel/types" "^7.20.5"
debug "^4.1.0"
globals "^11.1.0"
-"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4":
+"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
version "7.19.4"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
@@ -207,6 +212,15 @@
"@babel/helper-validator-identifier" "^7.19.1"
to-fast-properties "^2.0.0"
+"@babel/types@^7.20.2", "@babel/types@^7.20.5":
+ version "7.20.5"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
+ integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
+ dependencies:
+ "@babel/helper-string-parser" "^7.19.4"
+ "@babel/helper-validator-identifier" "^7.19.1"
+ to-fast-properties "^2.0.0"
+
"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
@@ -520,352 +534,352 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
-"@polkadot/api-augment@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.5.2.tgz#55168dd112517028fea5f2ab9c54ea627e43ac3a"
- integrity sha512-dH6QMY8Z3zI6CrgSU3eSe6f0KWDb5PYGztg/FXGPrjh7Vjic7syWZ1LD6zaHJAFWDp80BEdEXfqr4lConrCKGg==
+"@polkadot/api-augment@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.9.4.tgz#cb09d8edfc3a5d61c6519f30a2f02b1bb939c9f6"
+ integrity sha512-+T9YWw5kEi7AkSoS2UfE1nrVeJUtD92elQBZ3bMMkfM1geKWhSnvBLyTMn6kFmNXTfK0qt8YKS1pwbux7cC9tg==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/api-base" "9.5.2"
- "@polkadot/rpc-augment" "9.5.2"
- "@polkadot/types" "9.5.2"
- "@polkadot/types-augment" "9.5.2"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/util" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/api-base" "9.9.4"
+ "@polkadot/rpc-augment" "9.9.4"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/types-augment" "9.9.4"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/util" "^10.1.14"
-"@polkadot/api-base@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.5.2.tgz#ac0a6b5546a54bcc753ac55c9f033caa9f8b4e5c"
- integrity sha512-BBsH9SLB1FHgjdiU32cZX1puL3Eh8IjOJHjRsO/5SdttciQhF5g/u/m/mM/55qnlXmffI9s2Jre18G0XtVU9Aw==
+"@polkadot/api-base@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.9.4.tgz#eccc645b60485bfe64a5e6a9ebb3195d2011c0ee"
+ integrity sha512-G1DcxcMeGcvaAAA3u5Tbf70zE5aIuAPEAXnptFMF0lvJz4O6CM8k8ZZFTSk25hjsYlnx8WI1FTc97q4/tKie+Q==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/rpc-core" "9.5.2"
- "@polkadot/types" "9.5.2"
- "@polkadot/util" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/rpc-core" "9.9.4"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/util" "^10.1.14"
rxjs "^7.5.7"
-"@polkadot/api-derive@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.5.2.tgz#c0412cfc13fa71f93b315d126b12b5ab38e6438c"
- integrity sha512-kWn12dlqfIES1trNLd3O1i2qa4T97v/co1VMCgVstICwCt3+mGZgpxkMqQqPiWHagKEVeBNoAn+h8eOiQlbujA==
+"@polkadot/api-derive@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.9.4.tgz#0eedd9c604be2425d8a1adcf048446184a5aaec9"
+ integrity sha512-3ka7GzY4QbI3d/DHjQ9SjfDOTDxeU8gM2Dn31BP1oFzGwdFe2GZhDIE//lR5S6UDVxNNlgWz4927AunOQcuAmg==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/api" "9.5.2"
- "@polkadot/api-augment" "9.5.2"
- "@polkadot/api-base" "9.5.2"
- "@polkadot/rpc-core" "9.5.2"
- "@polkadot/types" "9.5.2"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/util" "^10.1.11"
- "@polkadot/util-crypto" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/api" "9.9.4"
+ "@polkadot/api-augment" "9.9.4"
+ "@polkadot/api-base" "9.9.4"
+ "@polkadot/rpc-core" "9.9.4"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/util" "^10.1.14"
+ "@polkadot/util-crypto" "^10.1.14"
rxjs "^7.5.7"
-"@polkadot/api@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.5.2.tgz#cef83928e47c393fbebf2788bc86841b6ab37a41"
- integrity sha512-iEF/E8vQan3fHmIEl3bX7Yn/1jQLlvSDwPOxiQdj4tIcF36HX6vCbkdhQKRif0CNYES58TA9EKFiCNg81k+kXw==
+"@polkadot/api@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.9.4.tgz#a4899d7497644378a94e0cc6fcbf73a5e2d31b92"
+ integrity sha512-ze7W/DXsPHsixrFOACzugDQqezzrUGGX1Z2JOl6z+V8pd+ZKLSecsKJFUzf4yoBT82ArITYPtRVx/Dq9b9K2dA==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/api-augment" "9.5.2"
- "@polkadot/api-base" "9.5.2"
- "@polkadot/api-derive" "9.5.2"
- "@polkadot/keyring" "^10.1.11"
- "@polkadot/rpc-augment" "9.5.2"
- "@polkadot/rpc-core" "9.5.2"
- "@polkadot/rpc-provider" "9.5.2"
- "@polkadot/types" "9.5.2"
- "@polkadot/types-augment" "9.5.2"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/types-create" "9.5.2"
- "@polkadot/types-known" "9.5.2"
- "@polkadot/util" "^10.1.11"
- "@polkadot/util-crypto" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/api-augment" "9.9.4"
+ "@polkadot/api-base" "9.9.4"
+ "@polkadot/api-derive" "9.9.4"
+ "@polkadot/keyring" "^10.1.14"
+ "@polkadot/rpc-augment" "9.9.4"
+ "@polkadot/rpc-core" "9.9.4"
+ "@polkadot/rpc-provider" "9.9.4"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/types-augment" "9.9.4"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/types-create" "9.9.4"
+ "@polkadot/types-known" "9.9.4"
+ "@polkadot/util" "^10.1.14"
+ "@polkadot/util-crypto" "^10.1.14"
eventemitter3 "^4.0.7"
rxjs "^7.5.7"
-"@polkadot/keyring@^10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-10.1.11.tgz#a3fed011b0c8826ea2097e04f7189e9be66fbf98"
- integrity sha512-Nv8cZaOA/KbdslDMTklJ58+y+UPpic3+oMQoozuq48Ccjv7WeW2BX47XM/RNE8nYFg6EHa6Whfm4IFaFb8s7ag==
+"@polkadot/keyring@^10.1.14":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-10.2.1.tgz#692d4e24dcbbe294b6945640802fc924ea20348e"
+ integrity sha512-84/zzxDZANQ4AfsCT1vrjX3I23/mj9WUWl1F7q9ruK6UBFyGsl46Y3ABOopFHij9UXhppndhB65IeDnqoOKqxQ==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/util" "10.1.11"
- "@polkadot/util-crypto" "10.1.11"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/util" "10.2.1"
+ "@polkadot/util-crypto" "10.2.1"
-"@polkadot/networks@10.1.11", "@polkadot/networks@^10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-10.1.11.tgz#96a5d6c80228f4beada9154cca0f60a63198e7f4"
- integrity sha512-4FfOVETXwh6PL6wd6fYJMkRSQKm+xUw3vR5rHqcAnB696FpMFPPErc6asgZ9lYMyzNJRY3yG86HQpFhtCv1nGA==
+"@polkadot/networks@10.2.1", "@polkadot/networks@^10.1.14":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-10.2.1.tgz#5095011795afa20291ef3e34a2ad38ed2c63fe09"
+ integrity sha512-cDZIY4jBo2tlDdSXNbECpuWer0NWlPcJNhHHveTiu2idje2QyIBNxBlAPViNGpz+ScAR0EknEzmQKuHOcSKxzg==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/util" "10.1.11"
- "@substrate/ss58-registry" "^1.33.0"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/util" "10.2.1"
+ "@substrate/ss58-registry" "^1.35.0"
-"@polkadot/rpc-augment@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.5.2.tgz#739cc3ed2f86f4318432e38381a2cc780dc64f1e"
- integrity sha512-QAcunC7p/T4xy6e4m0Q1c9tiVYxnm+S9o10tmtx0K4qXzrc/4I2/tsw3nEGi3BzJhvMpFondSQGcJ3gyLwpmVA==
+"@polkadot/rpc-augment@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz#82a1473143cb9ec1183e01babcfe7ac396ad456b"
+ integrity sha512-67zGQAhJuXd/CZlwDZTgxNt3xGtsDwLvLvyFrHuNjJNM0KGCyt/OpQHVBlyZ6xfII0WZpccASN6P2MxsGTMnKw==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/rpc-core" "9.5.2"
- "@polkadot/types" "9.5.2"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/util" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/rpc-core" "9.9.4"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/util" "^10.1.14"
-"@polkadot/rpc-core@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.5.2.tgz#1a00868038b6c07fe8f58bd0a6cc9519d14001cc"
- integrity sha512-4PbNz0GEp3FXYOnsS7mDHZy9DNVBOl56fq8vs09rLkEkrrvGkHmCvabEEWL7OPbwBzwzsCxdgI+IdkVTUKXPkQ==
+"@polkadot/rpc-core@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz#30cb94dfb9438ef54f6ab9367bc533fa6934dbc5"
+ integrity sha512-DxhJcq1GAi+28nLMqhTksNMqTX40bGNhYuyQyy/to39VxizAjx+lyAHAMfzG9lvPnTIi2KzXif2pCdWq3AgJag==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/rpc-augment" "9.5.2"
- "@polkadot/rpc-provider" "9.5.2"
- "@polkadot/types" "9.5.2"
- "@polkadot/util" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/rpc-augment" "9.9.4"
+ "@polkadot/rpc-provider" "9.9.4"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/util" "^10.1.14"
rxjs "^7.5.7"
-"@polkadot/rpc-provider@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.5.2.tgz#3e38ea4c3639180f12270b6fe8cbcabf728aaf1d"
- integrity sha512-Sn2jfvAsvQcl35o0up8JR/XbDMS/3YVDEN2sFuzXtiD77W2njukItbZT+BolfAW+biAUs3bNomump5k/YLiLKg==
+"@polkadot/rpc-provider@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz#dab6d72e83e325dc170e03d0edf5f7bec07c0293"
+ integrity sha512-aUkPtlYukAOFX3FkUgLw3MNy+T0mCiCX7va3PIts9ggK4vl14NFZHurCZq+5ANvknRU4WG8P5teurH9Rd9oDjQ==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/keyring" "^10.1.11"
- "@polkadot/types" "9.5.2"
- "@polkadot/types-support" "9.5.2"
- "@polkadot/util" "^10.1.11"
- "@polkadot/util-crypto" "^10.1.11"
- "@polkadot/x-fetch" "^10.1.11"
- "@polkadot/x-global" "^10.1.11"
- "@polkadot/x-ws" "^10.1.11"
- "@substrate/connect" "0.7.14"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/keyring" "^10.1.14"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/types-support" "9.9.4"
+ "@polkadot/util" "^10.1.14"
+ "@polkadot/util-crypto" "^10.1.14"
+ "@polkadot/x-fetch" "^10.1.14"
+ "@polkadot/x-global" "^10.1.14"
+ "@polkadot/x-ws" "^10.1.14"
+ "@substrate/connect" "0.7.17"
eventemitter3 "^4.0.7"
mock-socket "^9.1.5"
nock "^13.2.9"
-"@polkadot/typegen@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-9.5.2.tgz#b4f3b5eca69c70cc496c8cd3b7804df32282c336"
- integrity sha512-DIiicI3VzbqkfjthvHhLYCaElkaKB/qM+P0mGDmb3+NgttJQsH2Sqy/zsT/mjr07hAB1gXf4dhCmj0QQBiR1og==
+"@polkadot/typegen@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-9.9.4.tgz#24ee3122c338a359d5776e1c728160ffaaffe6b9"
+ integrity sha512-uIPD3r9QCvTtz5JHQaO5T2q36U9PrmrutHXbHWWzswsWU6lxkGjIiwUOdV+IUemeQx85GVOAPInU+BnwdhPUpA==
dependencies:
- "@babel/core" "^7.19.3"
+ "@babel/core" "^7.20.2"
"@babel/register" "^7.18.9"
- "@babel/runtime" "^7.19.4"
- "@polkadot/api" "9.5.2"
- "@polkadot/api-augment" "9.5.2"
- "@polkadot/rpc-augment" "9.5.2"
- "@polkadot/rpc-provider" "9.5.2"
- "@polkadot/types" "9.5.2"
- "@polkadot/types-augment" "9.5.2"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/types-create" "9.5.2"
- "@polkadot/types-support" "9.5.2"
- "@polkadot/util" "^10.1.11"
- "@polkadot/util-crypto" "^10.1.11"
- "@polkadot/x-ws" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/api" "9.9.4"
+ "@polkadot/api-augment" "9.9.4"
+ "@polkadot/rpc-augment" "9.9.4"
+ "@polkadot/rpc-provider" "9.9.4"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/types-augment" "9.9.4"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/types-create" "9.9.4"
+ "@polkadot/types-support" "9.9.4"
+ "@polkadot/util" "^10.1.14"
+ "@polkadot/util-crypto" "^10.1.14"
+ "@polkadot/x-ws" "^10.1.14"
handlebars "^4.7.7"
websocket "^1.0.34"
- yargs "^17.6.0"
+ yargs "^17.6.2"
-"@polkadot/types-augment@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.5.2.tgz#d9e77756b0e36455d708f5af8265ef011ddf8d91"
- integrity sha512-LDJdv/84sECwA0R5lK85/orxjoozJe3+2jeLjRiKr8S6qm9XRfz0wLCSF866kpSGBZ4B1dYBUhzjoSu95y2Jug==
+"@polkadot/types-augment@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.9.4.tgz#08a2a89c0b8000ef156a0ed41f5eb7aa55cc1bb1"
+ integrity sha512-mQNc0kxt3zM6SC+5hJbsg03fxEFpn5nakki+loE2mNsWr1g+rR7LECagAZ4wT2gvdbzWuY/LlRYyDQxe0PwdZg==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/types" "9.5.2"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/util" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/util" "^10.1.14"
-"@polkadot/types-codec@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.5.2.tgz#345c38ccef17651b8cabd159a42810893b5e7e44"
- integrity sha512-FJPjE3ceTGTcadeC8d5C+aSR8SLKuQrXKIBmMNBky+WwzEo0vufRqxFWcPLxAOEeeUPgBXS967tP15+UU4psGA==
+"@polkadot/types-codec@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.9.4.tgz#1219a6b453dab8e53a0d376f13394b02964c7665"
+ integrity sha512-uSHoQQcj4813c9zNkDDH897K6JB0OznTrH5WeZ1wxpjML7lkuTJ2t/GQE9e4q5Ycl7YePZsvEp2qlc3GwrVm/w==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/util" "^10.1.11"
- "@polkadot/x-bigint" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/util" "^10.1.14"
+ "@polkadot/x-bigint" "^10.1.14"
-"@polkadot/types-create@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.5.2.tgz#a85dcb794ea11e5d528baa34b65e57cfafc905cf"
- integrity sha512-YbplL8K0LqUEHoV3FgZ5B83oVV67KGbLXsWHVVaUZBPsmtXJXrbBfSyJgl/80I2n4lXEBmg3sFAYMbaSTvL05A==
+"@polkadot/types-create@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.9.4.tgz#d2d3d0e4c3cd4a0a4581dcb418a8f6bec657b986"
+ integrity sha512-EOxLryRQ4JVRSRnIMXk3Tjry1tyegNuWK8OUj51A1wHrX76DF9chME27bXUP4d7el1pjqPuQ9/l+/928GG386g==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/util" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/util" "^10.1.14"
-"@polkadot/types-known@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.5.2.tgz#a71fd08932b1643bbf346321472ed48ab1ade215"
- integrity sha512-iNaGOF6dGiTvy3Ns8Z7WNjYD1SGnZiapDAKPH4brPuJqMpN6/FxYpfPSSOKx+IJEamsdINcaggb87eWyPxH8CA==
+"@polkadot/types-known@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.9.4.tgz#d30fa2c5c964b76b748413004758d05eb8f0e8f9"
+ integrity sha512-BaKXkg3yZLDv31g0CZPJsZDXX01VTjkQ0tmW9U6fmccEq3zHlxbUiXf3aKlwKRJyDWiEOxr4cQ4GT8jj6uEIuA==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/networks" "^10.1.11"
- "@polkadot/types" "9.5.2"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/types-create" "9.5.2"
- "@polkadot/util" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/networks" "^10.1.14"
+ "@polkadot/types" "9.9.4"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/types-create" "9.9.4"
+ "@polkadot/util" "^10.1.14"
-"@polkadot/types-support@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.5.2.tgz#f2990d19cbd78c24e5b7116466fb1d89f93a8ca7"
- integrity sha512-Zdbl5fvGQjUkyE1r67vhyPEqLUwlZ35GCnkoobY9MgN6gylhSjNue/shpG4uGsEjWVQL7GkFkrPiwtzDArVilg==
+"@polkadot/types-support@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.9.4.tgz#3f2eb1097a268bdd280d36fb53b7cdc98a5e238c"
+ integrity sha512-vjhdD7B5kdTLhm2iO0QAb7fM4D2ojNUVVocOJotC9NULYtoC+PkPvkvFbw7VQ1H3u7yxyZfWloMtBnCsIp5EAA==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/util" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/util" "^10.1.14"
-"@polkadot/types@9.5.2":
- version "9.5.2"
- resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.5.2.tgz#33ab2caea08f084141a01038adbe53ed69ab7d9c"
- integrity sha512-6C5xzOrMK+fu0JMOlSO+8dPDhpwKPOaKMv3v5BMvBEWtDNKM81/QQoAoYT7DSVXq/V16icSFxPs9IWC+6Qq5ag==
+"@polkadot/types@9.9.4":
+ version "9.9.4"
+ resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.9.4.tgz#a1b38174f5a9e2aa97612157d12faffd905b126e"
+ integrity sha512-/LJ029S0AtKzvV9JoQtIIeHRP/Xoq8MZmDfdHUEgThRd+uvtQzFyGmcupe4EzX0p5VAx93DUFQKm8vUdHE39Tw==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/keyring" "^10.1.11"
- "@polkadot/types-augment" "9.5.2"
- "@polkadot/types-codec" "9.5.2"
- "@polkadot/types-create" "9.5.2"
- "@polkadot/util" "^10.1.11"
- "@polkadot/util-crypto" "^10.1.11"
+ "@babel/runtime" "^7.20.1"
+ "@polkadot/keyring" "^10.1.14"
+ "@polkadot/types-augment" "9.9.4"
+ "@polkadot/types-codec" "9.9.4"
+ "@polkadot/types-create" "9.9.4"
+ "@polkadot/util" "^10.1.14"
+ "@polkadot/util-crypto" "^10.1.14"
rxjs "^7.5.7"
-"@polkadot/util-crypto@10.1.11", "@polkadot/util-crypto@^10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-10.1.11.tgz#e59bdc8e1e2bd98a115e2e2ed45461e68a14a48c"
- integrity sha512-wG63frIMAR5T/HXGM0SFNzZZdk7qDBsfLXfn6PIZiXCCCsdEYPzS5WltB7fkhicYpbePJ7VgdCAddj1l4IcGyg==
+"@polkadot/util-crypto@10.2.1", "@polkadot/util-crypto@^10.1.14":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-10.2.1.tgz#f6ce1c81496336ca50c2ca84975bcde79aa16634"
+ integrity sha512-UH1J4oD92gkLXMfVTLee3Y2vYadNyp1lmS4P2nZwQ0SOzGZ4rN7khD2CrB1cXS9WPq196Zb5oZdGLnPYnXHtjw==
dependencies:
- "@babel/runtime" "^7.19.4"
+ "@babel/runtime" "^7.20.6"
"@noble/hashes" "1.1.3"
"@noble/secp256k1" "1.7.0"
- "@polkadot/networks" "10.1.11"
- "@polkadot/util" "10.1.11"
- "@polkadot/wasm-crypto" "^6.3.1"
- "@polkadot/x-bigint" "10.1.11"
- "@polkadot/x-randomvalues" "10.1.11"
+ "@polkadot/networks" "10.2.1"
+ "@polkadot/util" "10.2.1"
+ "@polkadot/wasm-crypto" "^6.4.1"
+ "@polkadot/x-bigint" "10.2.1"
+ "@polkadot/x-randomvalues" "10.2.1"
"@scure/base" "1.1.1"
ed2curve "^0.3.0"
tweetnacl "^1.0.3"
-"@polkadot/util@10.1.11", "@polkadot/util@^10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-10.1.11.tgz#22bcdabbd7a0d266417f6569cc655f516d371a82"
- integrity sha512-6m51lw6g6ilqO/k4BQY7rD0lYM9NCnC4FiM7CEEUc7j8q86qxdcZ88zdNldkhNsTIQnfmCtkK3GRzZW6VYrbUw==
+"@polkadot/util@10.2.1", "@polkadot/util@^10.1.14":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-10.2.1.tgz#a8c3a4fe87091197448bec70f7ea079b60d5abf6"
+ integrity sha512-ewGKSOp+VXKEeCvpCCP2Qqi/FVkewBF9vb/N8pRwuNQ2XE9k1lnsOZZeQemVBDhKsZz+h3IeNcWejaF6K3vYHQ==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/x-bigint" "10.1.11"
- "@polkadot/x-global" "10.1.11"
- "@polkadot/x-textdecoder" "10.1.11"
- "@polkadot/x-textencoder" "10.1.11"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/x-bigint" "10.2.1"
+ "@polkadot/x-global" "10.2.1"
+ "@polkadot/x-textdecoder" "10.2.1"
+ "@polkadot/x-textencoder" "10.2.1"
"@types/bn.js" "^5.1.1"
bn.js "^5.2.1"
-"@polkadot/wasm-bridge@6.3.1":
- version "6.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz#439fa78e80947a7cb695443e1f64b25c30bb1487"
- integrity sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==
+"@polkadot/wasm-bridge@6.4.1":
+ version "6.4.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/wasm-bridge/-/wasm-bridge-6.4.1.tgz#e97915dd67ba543ec3381299c2a5b9330686e27e"
+ integrity sha512-QZDvz6dsUlbYsaMV5biZgZWkYH9BC5AfhT0f0/knv8+LrbAoQdP3Asbvddw8vyU9sbpuCHXrd4bDLBwUCRfrBQ==
dependencies:
- "@babel/runtime" "^7.18.9"
+ "@babel/runtime" "^7.20.6"
-"@polkadot/wasm-crypto-asmjs@6.3.1":
- version "6.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz#e8f469c9cf4a7709c8131a96f857291953f3e30a"
- integrity sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==
+"@polkadot/wasm-crypto-asmjs@6.4.1":
+ version "6.4.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.4.1.tgz#3cc76bbda5ea4a7a860982c64f9565907b312253"
+ integrity sha512-UxZTwuBZlnODGIQdCsE2Sn/jU0O2xrNQ/TkhRFELfkZXEXTNu4lw6NpaKq7Iey4L+wKd8h4lT3VPVkMcPBLOvA==
dependencies:
- "@babel/runtime" "^7.18.9"
+ "@babel/runtime" "^7.20.6"
-"@polkadot/wasm-crypto-init@6.3.1":
- version "6.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz#b590220c53c94b9a54d5dc236d0cbe943db76706"
- integrity sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==
+"@polkadot/wasm-crypto-init@6.4.1":
+ version "6.4.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.4.1.tgz#4d9ab0030db52cf177bf707ef8e77aa4ca721668"
+ integrity sha512-1ALagSi/nfkyFaH6JDYfy/QbicVbSn99K8PV9rctDUfxc7P06R7CoqbjGQ4OMPX6w1WYVPU7B4jPHGLYBlVuMw==
dependencies:
- "@babel/runtime" "^7.18.9"
- "@polkadot/wasm-bridge" "6.3.1"
- "@polkadot/wasm-crypto-asmjs" "6.3.1"
- "@polkadot/wasm-crypto-wasm" "6.3.1"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/wasm-bridge" "6.4.1"
+ "@polkadot/wasm-crypto-asmjs" "6.4.1"
+ "@polkadot/wasm-crypto-wasm" "6.4.1"
-"@polkadot/wasm-crypto-wasm@6.3.1":
- version "6.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz#67f720e7f9694fef096abe9d60abbac02e032383"
- integrity sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==
+"@polkadot/wasm-crypto-wasm@6.4.1":
+ version "6.4.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.4.1.tgz#97180f80583b18f6a13c1054fa5f7e8da40b1028"
+ integrity sha512-3VV9ZGzh0ZY3SmkkSw+0TRXxIpiO0nB8lFwlRgcwaCihwrvLfRnH9GI8WE12mKsHVjWTEVR3ogzILJxccAUjDA==
dependencies:
- "@babel/runtime" "^7.18.9"
- "@polkadot/wasm-util" "6.3.1"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/wasm-util" "6.4.1"
-"@polkadot/wasm-crypto@^6.3.1":
- version "6.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz#63f5798aca2b2ff0696f190e6862d9781d8f280c"
- integrity sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==
+"@polkadot/wasm-crypto@^6.4.1":
+ version "6.4.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-6.4.1.tgz#79310e23ad1ca62362ba893db6a8567154c2536a"
+ integrity sha512-FH+dcDPdhSLJvwL0pMLtn/LIPd62QDPODZRCmDyw+pFjLOMaRBc7raomWUOqyRWJTnqVf/iscc2rLVLNMyt7ag==
dependencies:
- "@babel/runtime" "^7.18.9"
- "@polkadot/wasm-bridge" "6.3.1"
- "@polkadot/wasm-crypto-asmjs" "6.3.1"
- "@polkadot/wasm-crypto-init" "6.3.1"
- "@polkadot/wasm-crypto-wasm" "6.3.1"
- "@polkadot/wasm-util" "6.3.1"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/wasm-bridge" "6.4.1"
+ "@polkadot/wasm-crypto-asmjs" "6.4.1"
+ "@polkadot/wasm-crypto-init" "6.4.1"
+ "@polkadot/wasm-crypto-wasm" "6.4.1"
+ "@polkadot/wasm-util" "6.4.1"
-"@polkadot/wasm-util@6.3.1":
- version "6.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz#439ebb68a436317af388ed6438b8f879df3afcda"
- integrity sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==
+"@polkadot/wasm-util@6.4.1":
+ version "6.4.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/wasm-util/-/wasm-util-6.4.1.tgz#74aecc85bec427a9225d9874685944ea3dc3ab76"
+ integrity sha512-Uwo+WpEsDmFExWC5kTNvsVhvqXMZEKf4gUHXFn4c6Xz4lmieRT5g+1bO1KJ21pl4msuIgdV3Bksfs/oiqMFqlw==
dependencies:
- "@babel/runtime" "^7.18.9"
+ "@babel/runtime" "^7.20.6"
-"@polkadot/x-bigint@10.1.11", "@polkadot/x-bigint@^10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-10.1.11.tgz#7d62ce10cccd55b86a415342db95b9feeb099776"
- integrity sha512-TC4KZ+ni/SJhcf/LIwD49C/kwvACu0nCchETNO+sAfJ7COXZwHDUJXVXmwN5PgkQxwsWsKKuJmzR/Fi1bgMWnQ==
+"@polkadot/x-bigint@10.2.1", "@polkadot/x-bigint@^10.1.14":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-10.2.1.tgz#aa2d4384bb4ae6b5a3f333aa25bf6fd64d9006c5"
+ integrity sha512-asFroI2skC4gYv0oIqqb84DqCCxhNUTSCKobEg57WdXoT4TKrN9Uetg2AMSIHRiX/9lP3EPMhUjM1VVGobTQRQ==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/x-global" "10.1.11"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/x-global" "10.2.1"
-"@polkadot/x-fetch@^10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-10.1.11.tgz#8f579bb166096c977acff91a40b3848fb5581900"
- integrity sha512-WtyUr9itVD9BLnxCUloJ1iwrXOY/lnlEShEYKHcSm6MIHtbJolePd3v1+o5mOX+bdDbHXhPZnH8anCCqDNDRqg==
+"@polkadot/x-fetch@^10.1.14":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-10.2.1.tgz#cb5b33da1d91787eb2e5207ef62806a75ef3c62f"
+ integrity sha512-6ASJUZIrbLaKW+AOW7E5CuktwJwa2LHhxxRyJe398HxZUjJRjO2VJPdqoSwwCYvfFa1TcIr3FDWS63ooDfvGMA==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/x-global" "10.1.11"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/x-global" "10.2.1"
"@types/node-fetch" "^2.6.2"
- node-fetch "^3.2.10"
+ node-fetch "^3.3.0"
-"@polkadot/x-global@10.1.11", "@polkadot/x-global@^10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-10.1.11.tgz#37dda3ef1cebfd14c68c69279ae6521957817866"
- integrity sha512-bWz5gdcELy6+xfr27R1GE5MPX4nfVlchzHQH+DR6OBbSi9g/PeycQAvFB6IkTmP+YEbNNtIpxnSP37zoUaG3xw==
+"@polkadot/x-global@10.2.1", "@polkadot/x-global@^10.1.14":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-10.2.1.tgz#6fbaab05653e680adc8c69c07947eee49afc1238"
+ integrity sha512-kWmPku2lCcoYKU16+lWGOb95+6Lu9zo1trvzTWmAt7z0DXw2GlD9+qmDTt5iYGtguJsGXoRZDGilDTo3MeFrkA==
dependencies:
- "@babel/runtime" "^7.19.4"
+ "@babel/runtime" "^7.20.6"
-"@polkadot/x-randomvalues@10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-10.1.11.tgz#f9e088f8b400770d3e53ba9e0c0f0d464047f89e"
- integrity sha512-V2V37f5hoM5B32eCpGw87Lwstin2+ArXhOZ8ENKncbQLXzbF9yTODueDoA5Vt0MJCs2CDP9cyiCYykcanqVkxg==
+"@polkadot/x-randomvalues@10.2.1":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-10.2.1.tgz#1c463625c0b7cf775e94594f522eb21a5229b42e"
+ integrity sha512-bEwG6j/+HMZ5LIkyzRbTB0N1Wz2lHyxP25pPFgHFqGqon/KZoRN5kxOwEJ1DpPJIv+9PVn5tt7bc4R3qsaZ93g==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/x-global" "10.1.11"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/x-global" "10.2.1"
-"@polkadot/x-textdecoder@10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-10.1.11.tgz#314c79e27545a41fe0494a26196bf2dff5cfcb5d"
- integrity sha512-QZqie04SR6pAj260PaLBfZUGXWKI357t4ROVJhpaj06qc1zrk1V8Mwkr49+WzjAPFEOqo70HWnzXmPNCH4dQiw==
+"@polkadot/x-textdecoder@10.2.1":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-10.2.1.tgz#c1778ef35e2aa8db8f11bbe31a5bbf5e46017d7d"
+ integrity sha512-hpFmrdv/rrSM4UNaV8TJBgMtwXsYlNgBTSUmnKWwJIN3PhOUeYxl1qIbPchxGbJBc35WviJCZe7rlLja9JvFcw==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/x-global" "10.1.11"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/x-global" "10.2.1"
-"@polkadot/x-textencoder@10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-10.1.11.tgz#23b18b3ffbc649572728aa37d7787432bb3a03b5"
- integrity sha512-UX+uV9AbDID81waaG/NvTkkf7ZNVW7HSHaddgbWjQEVW2Ex4ByccBarY5jEi6cErEPKfzCamKhgXflu0aV9LWw==
+"@polkadot/x-textencoder@10.2.1":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-10.2.1.tgz#c09562c73a44659243075d43b007b5c1b39c57a8"
+ integrity sha512-4gMyY6DCH34KA++bawu/zlUJ0/8+aZJsurwjRBbkdfOS2uLo0K+vJ5GBevAhl0VSznM36ptfh/MpkIBKK/6R0g==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/x-global" "10.1.11"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/x-global" "10.2.1"
-"@polkadot/x-ws@^10.1.11":
- version "10.1.11"
- resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-10.1.11.tgz#7431ad72064d56519d4293278f03ae97b9ea9271"
- integrity sha512-EUbL/R1A/NxYf6Rnb1M7U9yeTuo5r4y2vcQllE5aBLaQ0cFnRykHzlmZlVX1E7O5uy3lYVdxWC7sNgxItIWkWA==
+"@polkadot/x-ws@^10.1.14":
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-10.2.1.tgz#ec119c22a8cb7b9cde00e9909e37b6ba2845efd1"
+ integrity sha512-oS/WEHc1JSJ+xMArzFXbg1yEeaRrp6GsJLBvObj4DgTyqoWTR5fYkq1G1nHbyqdR729yAnR6755PdaWecIg98g==
dependencies:
- "@babel/runtime" "^7.19.4"
- "@polkadot/x-global" "10.1.11"
+ "@babel/runtime" "^7.20.6"
+ "@polkadot/x-global" "10.2.1"
"@types/websocket" "^1.0.5"
websocket "^1.0.34"
@@ -884,27 +898,27 @@
resolved "https://registry.yarnpkg.com/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz#fa5738039586c648013caa6a0c95c43265dbe77d"
integrity sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==
-"@substrate/connect@0.7.14":
- version "0.7.14"
- resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.14.tgz#c090e952e9cdd93185a94d24fbc424ea20fe7bbe"
- integrity sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==
+"@substrate/connect@0.7.17":
+ version "0.7.17"
+ resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.17.tgz#b76ce23d24255e89028db81b3cb280c7f86db72e"
+ integrity sha512-s0XBmGpUCFWZFa+TS0TEvOKtWjJP2uT4xKmvzApH8INB5xbz79wqWFX6WWh3AlK/X1P0Smt+RVEH7HQiLJAYAw==
dependencies:
"@substrate/connect-extension-protocol" "^1.0.1"
- "@substrate/smoldot-light" "0.6.34"
+ "@substrate/smoldot-light" "0.7.7"
eventemitter3 "^4.0.7"
-"@substrate/smoldot-light@0.6.34":
- version "0.6.34"
- resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz#273dba622102281fd0fdb0e375198bff2ec584c3"
- integrity sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==
+"@substrate/smoldot-light@0.7.7":
+ version "0.7.7"
+ resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.7.7.tgz#ee5f89bb25af64d2014d97548b959b7da4c67f08"
+ integrity sha512-ksxeAed6dIUtYSl0f8ehgWQjwXnpDGTIJt+WVRIGt3OObZkA96ZdBWx0xP7GrXZtj37u4n/Y1z7TyTm4bwQvrw==
dependencies:
pako "^2.0.4"
ws "^8.8.1"
-"@substrate/ss58-registry@^1.33.0":
- version "1.33.0"
- resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.33.0.tgz#b93218fc86405769716b02f0ce5e61df221b37ae"
- integrity sha512-DztMuMcEfu+tJrtIQIIp5gO8/XJZ8N8UwPObDCSNgrp7trtSkPJAUFB9qXaReXtN9UvTcVBMTWk6VPfFi04Wkg==
+"@substrate/ss58-registry@^1.35.0":
+ version "1.36.0"
+ resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.36.0.tgz#22b59fa85cacc0bdf40aa5d8131a377c1b5a8dd8"
+ integrity sha512-YfQIpe2bIvGg/XWNByycznbOiAknMvpYaUpQJ2sLmNT/OwPx7XjEXk7dLShccuiQDoOQt3trTtF3Frz/Tjv6Fg==
"@szmarczak/http-timer@^4.0.5":
version "4.0.6"
@@ -3679,10 +3693,10 @@
dependencies:
whatwg-url "^5.0.0"
-node-fetch@^3.2.10:
- version "3.2.10"
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"
- integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==
+node-fetch@^3.3.0:
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
+ integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.4"
@@ -4078,10 +4092,10 @@
dependencies:
picomatch "^2.2.1"
-regenerator-runtime@^0.13.4:
- version "0.13.10"
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz#ed07b19616bcbec5da6274ebc75ae95634bfc2ee"
- integrity sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==
+regenerator-runtime@^0.13.11:
+ version "0.13.11"
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
+ integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
regexp.prototype.flags@^1.4.3:
version "1.4.3"
@@ -5170,7 +5184,7 @@
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
-yargs-parser@^21.0.0:
+yargs-parser@^21.1.1:
version "21.1.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
@@ -5198,10 +5212,10 @@
y18n "^5.0.5"
yargs-parser "^20.2.2"
-yargs@^17.6.0:
- version "17.6.0"
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.0.tgz#e134900fc1f218bc230192bdec06a0a5f973e46c"
- integrity sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==
+yargs@^17.6.2:
+ version "17.6.2"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541"
+ integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==
dependencies:
cliui "^8.0.1"
escalade "^3.1.1"
@@ -5209,7 +5223,7 @@
require-directory "^2.1.1"
string-width "^4.2.3"
y18n "^5.0.5"
- yargs-parser "^21.0.0"
+ yargs-parser "^21.1.1"
yn@3.1.1:
version "3.1.1"