diff --git a/.coderabbit.yaml b/.coderabbit.yaml
index 06da890fe3a..19b2fde8819 100644
--- a/.coderabbit.yaml
+++ b/.coderabbit.yaml
@@ -2,6 +2,10 @@
language: "en-US"
early_access: false
reviews:
+ path_filters:
+ - "!typescript-api/**"
+ - "!**/weights.rs"
+ - "!**/weights/**/*.rs"
auto_review:
enabled: true
drafts: false
@@ -14,4 +18,4 @@ reviews:
review_details: false
request_changes_workflow: true
chat:
- auto_reply: true
\ No newline at end of file
+ auto_reply: true
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1d29664bed5..07d89b84c1c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -530,7 +530,7 @@ jobs:
targets: wasm32-unknown-unknown
- name: Install required dependencies
run: |
- sudo apt-get install -y libprotobuf-dev protobuf-compiler
+ sudo apt-get install -y libprotobuf-dev protobuf-compiler libclang-dev
cargo +nightly install cargo-udeps
- name: Check for unused dependencies
run: |
diff --git a/.github/workflows/weight-diff-report.yml b/.github/workflows/weight-diff-report.yml
index 55eb6d11d2c..a07464d9106 100644
--- a/.github/workflows/weight-diff-report.yml
+++ b/.github/workflows/weight-diff-report.yml
@@ -77,7 +77,7 @@ jobs:
subweight compare commits --threshold 1 --strip-path-prefix ".*/" --format csv --no-color --method exact-worst --path-pattern "$file" "$BASE_REF" "$HEAD_REF" | sed 1,1d | sed '$d' >> ${diffs_csv}
done
- jq -R 'split(",") | {File: .[0], Extrinsic: .[1], Old: .[2], New: .[3], "Change Percent": (.[4] | tonumber)}' ${diffs_csv} | jq -s '.' > ${diffs_json}
+ jq -R 'split(",") | select((.[4] // "") | test("^-?[0-9]")) | {File: .[0], Extrinsic: .[1], Old: .[2], New: .[3], "Change Percent": (.[4] | tonumber)}' ${diffs_csv} | jq -s '.' > ${diffs_json}
jq 'sort_by(.["Change Percent"] | abs ) | reverse' ${diffs_json} > ${diffs_sorted_json}
echo "## ${runtime^} Weight Difference Report" >> weight_diff_report.md
diff --git a/.gitignore b/.gitignore
index 3da20cc9716..8842a3d8224 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,7 @@ tsconfig.tsbuildinfo
.kluster
# AI Agent local configs
+.pi/
.opencode/
.claude/
.codex/
diff --git a/Cargo.lock b/Cargo.lock
index ae1b3cc05c7..1a5f6b9320d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -31,11 +31,11 @@ dependencies = [
[[package]]
name = "addr2line"
-version = "0.19.0"
+version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
+checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
- "gimli 0.27.3",
+ "gimli 0.31.1",
]
[[package]]
@@ -88,6 +88,17 @@ dependencies = [
"subtle 2.6.1",
]
+[[package]]
+name = "ahash"
+version = "0.7.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
+dependencies = [
+ "getrandom 0.2.17",
+ "once_cell",
+ "version_check",
+]
+
[[package]]
name = "ahash"
version = "0.8.12"
@@ -116,154 +127,6 @@ version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
-[[package]]
-name = "alloy-core"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23e8604b0c092fabc80d075ede181c9b9e596249c70b99253082d7e689836529"
-dependencies = [
- "alloy-dyn-abi",
- "alloy-json-abi",
- "alloy-primitives",
- "alloy-rlp",
- "alloy-sol-types",
-]
-
-[[package]]
-name = "alloy-dyn-abi"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc2db5c583aaef0255aa63a4fe827f826090142528bba48d1bf4119b62780cad"
-dependencies = [
- "alloy-json-abi",
- "alloy-primitives",
- "alloy-sol-type-parser",
- "alloy-sol-types",
- "itoa",
- "serde",
- "serde_json",
- "winnow",
-]
-
-[[package]]
-name = "alloy-json-abi"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9dbe713da0c737d9e5e387b0ba790eb98b14dd207fe53eef50e19a5a8ec3dac"
-dependencies = [
- "alloy-primitives",
- "alloy-sol-type-parser",
- "serde",
- "serde_json",
-]
-
-[[package]]
-name = "alloy-primitives"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de3b431b4e72cd8bd0ec7a50b4be18e73dab74de0dba180eef171055e5d5926e"
-dependencies = [
- "alloy-rlp",
- "bytes",
- "cfg-if",
- "const-hex",
- "derive_more 2.1.1",
- "foldhash 0.2.0",
- "hashbrown 0.16.1",
- "indexmap 2.13.0",
- "itoa",
- "k256",
- "keccak-asm",
- "paste",
- "proptest",
- "rand 0.9.2",
- "rapidhash",
- "ruint",
- "rustc-hash 2.1.1",
- "serde",
- "sha3",
-]
-
-[[package]]
-name = "alloy-rlp"
-version = "0.3.13"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e93e50f64a77ad9c5470bf2ad0ca02f228da70c792a8f06634801e202579f35e"
-dependencies = [
- "arrayvec 0.7.6",
- "bytes",
-]
-
-[[package]]
-name = "alloy-sol-macro"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab81bab693da9bb79f7a95b64b394718259fdd7e41dceeced4cad57cb71c4f6a"
-dependencies = [
- "alloy-sol-macro-expander",
- "alloy-sol-macro-input",
- "proc-macro-error2",
- "proc-macro2",
- "quote",
- "syn 2.0.117",
-]
-
-[[package]]
-name = "alloy-sol-macro-expander"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "489f1620bb7e2483fb5819ed01ab6edc1d2f93939dce35a5695085a1afd1d699"
-dependencies = [
- "alloy-sol-macro-input",
- "const-hex",
- "heck 0.5.0",
- "indexmap 2.13.0",
- "proc-macro-error2",
- "proc-macro2",
- "quote",
- "sha3",
- "syn 2.0.117",
- "syn-solidity",
-]
-
-[[package]]
-name = "alloy-sol-macro-input"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56cef806ad22d4392c5fc83cf8f2089f988eb99c7067b4e0c6f1971fc1cca318"
-dependencies = [
- "const-hex",
- "dunce",
- "heck 0.5.0",
- "macro-string",
- "proc-macro2",
- "quote",
- "syn 2.0.117",
- "syn-solidity",
-]
-
-[[package]]
-name = "alloy-sol-type-parser"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a6df77fea9d6a2a75c0ef8d2acbdfd92286cc599983d3175ccdc170d3433d249"
-dependencies = [
- "serde",
- "winnow",
-]
-
-[[package]]
-name = "alloy-sol-types"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64612d29379782a5dde6f4b6570d9c756d734d760c0c94c254d361e678a6591f"
-dependencies = [
- "alloy-json-abi",
- "alloy-primitives",
- "alloy-sol-macro",
- "serde",
-]
-
[[package]]
name = "always-assert"
version = "0.1.3"
@@ -368,13 +231,10 @@ dependencies = [
]
[[package]]
-name = "ar_archive_writer"
-version = "0.5.1"
+name = "arbitrary"
+version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
-dependencies = [
- "object 0.37.3",
-]
+checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
[[package]]
name = "ark-bls12-377"
@@ -434,7 +294,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce"
dependencies = [
- "ahash",
+ "ahash 0.8.12",
"ark-ff 0.5.0",
"ark-poly 0.5.0",
"ark-serialize 0.5.0",
@@ -461,24 +321,6 @@ dependencies = [
"ark-std 0.5.0",
]
-[[package]]
-name = "ark-ff"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6"
-dependencies = [
- "ark-ff-asm 0.3.0",
- "ark-ff-macros 0.3.0",
- "ark-serialize 0.3.0",
- "ark-std 0.3.0",
- "derivative",
- "num-bigint",
- "num-traits",
- "paste",
- "rustc_version 0.3.3",
- "zeroize",
-]
-
[[package]]
name = "ark-ff"
version = "0.4.2"
@@ -495,7 +337,7 @@ dependencies = [
"num-bigint",
"num-traits",
"paste",
- "rustc_version 0.4.1",
+ "rustc_version",
"zeroize",
]
@@ -519,16 +361,6 @@ dependencies = [
"zeroize",
]
-[[package]]
-name = "ark-ff-asm"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44"
-dependencies = [
- "quote",
- "syn 1.0.109",
-]
-
[[package]]
name = "ark-ff-asm"
version = "0.4.2"
@@ -549,18 +381,6 @@ dependencies = [
"syn 2.0.117",
]
-[[package]]
-name = "ark-ff-macros"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20"
-dependencies = [
- "num-bigint",
- "num-traits",
- "quote",
- "syn 1.0.109",
-]
-
[[package]]
name = "ark-ff-macros"
version = "0.4.2"
@@ -606,7 +426,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27"
dependencies = [
- "ahash",
+ "ahash 0.8.12",
"ark-ff 0.5.0",
"ark-serialize 0.5.0",
"ark-std 0.5.0",
@@ -615,16 +435,6 @@ dependencies = [
"hashbrown 0.15.5",
]
-[[package]]
-name = "ark-serialize"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671"
-dependencies = [
- "ark-std 0.3.0",
- "digest 0.9.0",
-]
-
[[package]]
name = "ark-serialize"
version = "0.4.2"
@@ -672,16 +482,6 @@ dependencies = [
"syn 2.0.117",
]
-[[package]]
-name = "ark-std"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c"
-dependencies = [
- "num-traits",
- "rand 0.8.5",
-]
-
[[package]]
name = "ark-std"
version = "0.4.0"
@@ -781,7 +581,7 @@ dependencies = [
"asn1-rs-derive 0.5.1",
"asn1-rs-impl",
"displaydoc",
- "nom",
+ "nom 7.1.3",
"num-traits",
"rusticata-macros",
"thiserror 1.0.69",
@@ -797,7 +597,7 @@ dependencies = [
"asn1-rs-derive 0.6.0",
"asn1-rs-impl",
"displaydoc",
- "nom",
+ "nom 7.1.3",
"num-traits",
"rusticata-macros",
"thiserror 2.0.18",
@@ -848,7 +648,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "async-backing-primitives"
version = "0.9.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"sp-api",
"sp-consensus-slots",
@@ -891,18 +691,6 @@ dependencies = [
"slab",
]
-[[package]]
-name = "async-fs"
-version = "1.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
-dependencies = [
- "async-lock 2.8.0",
- "autocfg",
- "blocking",
- "futures-lite 1.13.0",
-]
-
[[package]]
name = "async-fs"
version = "2.2.0"
@@ -972,17 +760,6 @@ dependencies = [
"pin-project-lite",
]
-[[package]]
-name = "async-net"
-version = "1.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
-dependencies = [
- "async-io 1.13.0",
- "blocking",
- "futures-lite 1.13.0",
-]
-
[[package]]
name = "async-net"
version = "2.0.0"
@@ -994,23 +771,6 @@ dependencies = [
"futures-lite 2.6.1",
]
-[[package]]
-name = "async-process"
-version = "1.8.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
-dependencies = [
- "async-io 1.13.0",
- "async-lock 2.8.0",
- "async-signal",
- "blocking",
- "cfg-if",
- "event-listener 3.1.0",
- "futures-lite 1.13.0",
- "rustix 0.38.44",
- "windows-sys 0.48.0",
-]
-
[[package]]
name = "async-process"
version = "2.5.0"
@@ -1182,18 +942,6 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
-[[package]]
-name = "base64"
-version = "0.13.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
-
-[[package]]
-name = "base64"
-version = "0.21.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
-
[[package]]
name = "base64"
version = "0.22.1"
@@ -1208,40 +956,28 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
[[package]]
name = "binary-merkle-tree"
-version = "16.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "16.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"hash-db",
"log",
"parity-scale-codec",
]
-[[package]]
-name = "bincode"
-version = "1.3.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
-dependencies = [
- "serde",
-]
-
[[package]]
name = "bindgen"
-version = "0.65.1"
+version = "0.72.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
+checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
dependencies = [
- "bitflags 1.3.2",
+ "bitflags 2.11.0",
"cexpr",
"clang-sys",
- "lazy_static",
- "lazycell",
- "peeking_take_while",
- "prettyplease",
+ "itertools 0.13.0",
"proc-macro2",
"quote",
"regex",
- "rustc-hash 1.1.0",
+ "rustc-hash 2.1.1",
"shlex",
"syn 2.0.117",
]
@@ -1271,48 +1007,19 @@ version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc"
dependencies = [
- "bitcoin_hashes 0.14.1",
+ "bitcoin_hashes",
+ "rand 0.8.5",
+ "rand_core 0.6.4",
"serde",
"unicode-normalization",
]
-[[package]]
-name = "bit-set"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
-dependencies = [
- "bit-vec",
-]
-
-[[package]]
-name = "bit-vec"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
-
-[[package]]
-name = "bitcoin-internals"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb"
-
[[package]]
name = "bitcoin-io"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953"
-[[package]]
-name = "bitcoin_hashes"
-version = "0.13.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b"
-dependencies = [
- "bitcoin-internals",
- "hex-conservative 0.1.2",
-]
-
[[package]]
name = "bitcoin_hashes"
version = "0.14.1"
@@ -1320,7 +1027,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b"
dependencies = [
"bitcoin-io",
- "hex-conservative 0.2.2",
+ "hex-conservative",
]
[[package]]
@@ -1390,17 +1097,6 @@ dependencies = [
"constant_time_eq 0.4.2",
]
-[[package]]
-name = "blake2s_simd"
-version = "1.0.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee29928bad1e3f94c9d1528da29e07a1d3d04817ae8332de1e8b846c8439f4b3"
-dependencies = [
- "arrayref",
- "arrayvec 0.7.6",
- "constant_time_eq 0.4.2",
-]
-
[[package]]
name = "blake3"
version = "1.8.3"
@@ -1448,10 +1144,11 @@ dependencies = [
[[package]]
name = "bounded-collections"
-version = "0.2.4"
+version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d"
+checksum = "dee8eddd066a8825ec5570528e6880471210fd5d88cb6abbe1cfdd51ca249c33"
dependencies = [
+ "jam-codec",
"log",
"parity-scale-codec",
"scale-info",
@@ -1469,8 +1166,8 @@ dependencies = [
[[package]]
name = "bp-bridge-hub-cumulus"
-version = "0.22.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.27.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-messages",
"bp-polkadot-core",
@@ -1485,8 +1182,8 @@ dependencies = [
[[package]]
name = "bp-header-chain"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-runtime",
"finality-grandpa",
@@ -1502,8 +1199,8 @@ dependencies = [
[[package]]
name = "bp-messages"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-runtime",
@@ -1550,8 +1247,8 @@ dependencies = [
[[package]]
name = "bp-parachains"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-polkadot-core",
@@ -1567,8 +1264,8 @@ dependencies = [
[[package]]
name = "bp-polkadot-core"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-messages",
"bp-runtime",
@@ -1584,8 +1281,8 @@ dependencies = [
[[package]]
name = "bp-relayers"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-messages",
@@ -1602,14 +1299,13 @@ dependencies = [
[[package]]
name = "bp-runtime"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
"hash-db",
"impl-trait-for-tuples",
- "log",
"num-traits",
"parity-scale-codec",
"scale-info",
@@ -1620,13 +1316,14 @@ dependencies = [
"sp-state-machine",
"sp-std",
"sp-trie",
+ "tracing",
"trie-db",
]
[[package]]
name = "bp-test-utils"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-parachains",
@@ -1645,8 +1342,8 @@ dependencies = [
[[package]]
name = "bp-xcm-bridge-hub"
-version = "0.7.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.11.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-messages",
"bp-runtime",
@@ -1662,8 +1359,8 @@ dependencies = [
[[package]]
name = "bp-xcm-bridge-hub-router"
-version = "0.18.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.22.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -1674,8 +1371,8 @@ dependencies = [
[[package]]
name = "bridge-hub-common"
-version = "0.14.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.18.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1693,8 +1390,8 @@ dependencies = [
[[package]]
name = "bridge-runtime-common"
-version = "0.22.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.26.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-messages",
@@ -1704,7 +1401,6 @@ dependencies = [
"bp-runtime",
"frame-support",
"frame-system",
- "log",
"pallet-bridge-grandpa",
"pallet-bridge-messages",
"pallet-bridge-parachains",
@@ -1719,6 +1415,7 @@ dependencies = [
"sp-trie",
"sp-weights",
"staging-xcm",
+ "tracing",
"tuplex",
]
@@ -1757,6 +1454,9 @@ name = "bumpalo"
version = "3.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
+dependencies = [
+ "allocator-api2",
+]
[[package]]
name = "byte-slice-cast"
@@ -1787,9 +1487,6 @@ name = "bytes"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
-dependencies = [
- "serde",
-]
[[package]]
name = "bzip2-sys"
@@ -1873,7 +1570,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
- "nom",
+ "nom 7.1.3",
]
[[package]]
@@ -1951,19 +1648,6 @@ dependencies = [
"windows-link",
]
-[[package]]
-name = "cid"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143"
-dependencies = [
- "core2",
- "multibase",
- "multihash 0.17.0",
- "serde",
- "unsigned-varint 0.7.2",
-]
-
[[package]]
name = "cid"
version = "0.11.1"
@@ -2004,7 +1688,6 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
- "libloading",
]
[[package]]
@@ -2068,6 +1751,15 @@ dependencies = [
"wasm-bindgen",
]
+[[package]]
+name = "cobs"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
+dependencies = [
+ "thiserror 2.0.18",
+]
+
[[package]]
name = "codespan-reporting"
version = "0.13.1"
@@ -2094,7 +1786,7 @@ version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22"
dependencies = [
- "nom",
+ "nom 7.1.3",
"proc-macro2",
"quote",
"syn 2.0.117",
@@ -2236,6 +1928,15 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
+[[package]]
+name = "convert_case"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
+dependencies = [
+ "unicode-segmentation",
+]
+
[[package]]
name = "convert_case"
version = "0.10.0"
@@ -2282,9 +1983,9 @@ dependencies = [
[[package]]
name = "cpp_demangle"
-version = "0.3.5"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
+checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
dependencies = [
"cfg-if",
]
@@ -2308,64 +2009,113 @@ dependencies = [
"libc",
]
+[[package]]
+name = "cranelift-assembler-x64"
+version = "0.122.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0ae7b60ec3fd7162427d3b3801520a1908bef7c035b52983cd3ca11b8e7deb51"
+dependencies = [
+ "cranelift-assembler-x64-meta",
+]
+
+[[package]]
+name = "cranelift-assembler-x64-meta"
+version = "0.122.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6511c200fed36452697b4b6b161eae57d917a2044e6333b1c1389ed63ccadeee"
+dependencies = [
+ "cranelift-srcgen",
+]
+
[[package]]
name = "cranelift-bforest"
-version = "0.95.1"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70"
+checksum = "5f7086a645aa58bae979312f64e3029ac760ac1b577f5cd2417844842a2ca07f"
dependencies = [
"cranelift-entity",
]
+[[package]]
+name = "cranelift-bitset"
+version = "0.122.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5225b4dec45f3f3dbf383f12560fac5ce8d780f399893607e21406e12e77f491"
+dependencies = [
+ "serde",
+ "serde_derive",
+]
+
[[package]]
name = "cranelift-codegen"
-version = "0.95.1"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220"
+checksum = "858fb3331e53492a95979378d6df5208dd1d0d315f19c052be8115f4efc888e0"
dependencies = [
"bumpalo",
+ "cranelift-assembler-x64",
"cranelift-bforest",
+ "cranelift-bitset",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
+ "cranelift-control",
"cranelift-entity",
"cranelift-isle",
- "gimli 0.27.3",
- "hashbrown 0.13.2",
+ "gimli 0.31.1",
+ "hashbrown 0.15.5",
"log",
- "regalloc2 0.6.1",
+ "pulley-interpreter",
+ "regalloc2 0.12.2",
+ "rustc-hash 2.1.1",
+ "serde",
"smallvec",
"target-lexicon",
+ "wasmtime-internal-math",
]
[[package]]
name = "cranelift-codegen-meta"
-version = "0.95.1"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da"
+checksum = "456715b9d5f12398f156d5081096e7b5d039f01b9ecc49790a011c8e43e65b5f"
dependencies = [
+ "cranelift-assembler-x64-meta",
"cranelift-codegen-shared",
+ "cranelift-srcgen",
+ "pulley-interpreter",
]
[[package]]
name = "cranelift-codegen-shared"
-version = "0.95.1"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8"
+checksum = "0306041099499833f167a0ddb707e1e54100f1a84eab5631bc3dad249708f482"
+
+[[package]]
+name = "cranelift-control"
+version = "0.122.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1672945e1f9afc2297f49c92623f5eabc64398e2cb0d824f8f72a2db2df5af23"
+dependencies = [
+ "arbitrary",
+]
[[package]]
name = "cranelift-entity"
-version = "0.95.1"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0"
+checksum = "aa3cd55eb5f3825b9ae5de1530887907360a6334caccdc124c52f6d75246c98a"
dependencies = [
+ "cranelift-bitset",
"serde",
+ "serde_derive",
]
[[package]]
name = "cranelift-frontend"
-version = "0.95.1"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d"
+checksum = "781f9905f8139b8de22987b66b522b416fe63eb76d823f0b3a8c02c8fd9500c7"
dependencies = [
"cranelift-codegen",
"log",
@@ -2375,15 +2125,15 @@ dependencies = [
[[package]]
name = "cranelift-isle"
-version = "0.95.1"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba"
+checksum = "a05337a2b02c3df00b4dd9a263a027a07b3dff49f61f7da3b5d195c21eaa633d"
[[package]]
name = "cranelift-native"
-version = "0.95.1"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00"
+checksum = "2eee7a496dd66380082c9c5b6f2d5fa149cec0ec383feec5caf079ca2b3671c2"
dependencies = [
"cranelift-codegen",
"libc",
@@ -2391,20 +2141,10 @@ dependencies = [
]
[[package]]
-name = "cranelift-wasm"
-version = "0.95.1"
+name = "cranelift-srcgen"
+version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac"
-dependencies = [
- "cranelift-codegen",
- "cranelift-entity",
- "cranelift-frontend",
- "itertools 0.10.5",
- "log",
- "smallvec",
- "wasmparser 0.102.0",
- "wasmtime-types",
-]
+checksum = "b530783809a55cb68d070e0de60cfbb3db0dc94c8850dd5725411422bedcf6bb"
[[package]]
name = "crc"
@@ -2554,12 +2294,11 @@ dependencies = [
[[package]]
name = "cumulus-client-bootnodes"
-version = "0.2.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.7.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"async-channel 1.9.0",
- "cumulus-client-network",
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
"futures 0.3.32",
@@ -2567,7 +2306,6 @@ dependencies = [
"ip_network",
"log",
"num-traits",
- "parachains-common",
"parity-scale-codec",
"prost 0.12.6",
"prost-build 0.13.5",
@@ -2580,8 +2318,8 @@ dependencies = [
[[package]]
name = "cumulus-client-cli"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"clap",
"parity-scale-codec",
@@ -2597,8 +2335,8 @@ dependencies = [
[[package]]
name = "cumulus-client-collator"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-client-consensus-common",
"cumulus-client-network",
@@ -2620,8 +2358,8 @@ dependencies = [
[[package]]
name = "cumulus-client-consensus-aura"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-client-collator",
@@ -2644,6 +2382,7 @@ dependencies = [
"sc-consensus-aura",
"sc-consensus-babe",
"sc-consensus-slots",
+ "sc-network-types",
"sc-telemetry",
"sc-utils",
"schnellru",
@@ -2667,8 +2406,8 @@ dependencies = [
[[package]]
name = "cumulus-client-consensus-common"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-client-pov-recovery",
@@ -2699,12 +2438,17 @@ dependencies = [
[[package]]
name = "cumulus-client-consensus-proposer"
-version = "0.20.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.24.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"anyhow",
"async-trait",
"cumulus-primitives-parachain-inherent",
+ "sc-basic-authorship",
+ "sc-block-builder",
+ "sc-transaction-pool-api",
+ "sp-api",
+ "sp-blockchain",
"sp-consensus",
"sp-inherents",
"sp-runtime",
@@ -2714,8 +2458,8 @@ dependencies = [
[[package]]
name = "cumulus-client-consensus-relay-chain"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-client-consensus-common",
@@ -2737,8 +2481,8 @@ dependencies = [
[[package]]
name = "cumulus-client-network"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-relay-chain-interface",
@@ -2750,6 +2494,7 @@ dependencies = [
"polkadot-node-subsystem",
"polkadot-parachain-primitives",
"polkadot-primitives",
+ "polkadot-primitives-test-helpers",
"sc-client-api",
"sc-network",
"sp-api",
@@ -2764,8 +2509,8 @@ dependencies = [
[[package]]
name = "cumulus-client-parachain-inherent"
-version = "0.18.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.22.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -2775,7 +2520,8 @@ dependencies = [
"parity-scale-codec",
"sc-client-api",
"sc-consensus-babe",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sc-network-types",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
@@ -2785,8 +2531,8 @@ dependencies = [
[[package]]
name = "cumulus-client-pov-recovery"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -2813,8 +2559,8 @@ dependencies = [
[[package]]
name = "cumulus-client-service"
-version = "0.25.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.31.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-channel 1.9.0",
"cumulus-client-cli",
@@ -2856,8 +2602,8 @@ dependencies = [
[[package]]
name = "cumulus-pallet-parachain-system"
-version = "0.21.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"bytes",
@@ -2894,8 +2640,8 @@ dependencies = [
[[package]]
name = "cumulus-pallet-parachain-system-proc-macro"
-version = "0.6.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.7.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"proc-macro-crate 3.5.0",
"proc-macro2",
@@ -2905,8 +2651,8 @@ dependencies = [
[[package]]
name = "cumulus-pallet-weight-reclaim"
-version = "0.3.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.7.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-storage-weight-reclaim",
"derive-where",
@@ -2924,8 +2670,8 @@ dependencies = [
[[package]]
name = "cumulus-pallet-xcm"
-version = "0.20.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.24.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -2939,8 +2685,8 @@ dependencies = [
[[package]]
name = "cumulus-pallet-xcmp-queue"
-version = "0.21.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"approx",
"bounded-collections",
@@ -2949,7 +2695,6 @@ dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
- "log",
"pallet-message-queue",
"parity-scale-codec",
"polkadot-runtime-common",
@@ -2961,12 +2706,13 @@ dependencies = [
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
+ "tracing",
]
[[package]]
name = "cumulus-primitives-aura"
-version = "0.18.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.21.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"sp-api",
"sp-consensus-aura",
@@ -2974,8 +2720,8 @@ dependencies = [
[[package]]
name = "cumulus-primitives-core"
-version = "0.19.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.23.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"polkadot-core-primitives",
@@ -2991,8 +2737,8 @@ dependencies = [
[[package]]
name = "cumulus-primitives-parachain-inherent"
-version = "0.19.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.23.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -3005,8 +2751,8 @@ dependencies = [
[[package]]
name = "cumulus-primitives-proof-size-hostfunction"
-version = "0.13.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.16.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"sp-externalities",
"sp-runtime-interface",
@@ -3015,8 +2761,8 @@ dependencies = [
[[package]]
name = "cumulus-primitives-storage-weight-reclaim"
-version = "12.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "16.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-core",
"cumulus-primitives-proof-size-hostfunction",
@@ -3032,8 +2778,8 @@ dependencies = [
[[package]]
name = "cumulus-primitives-utility"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -3049,8 +2795,8 @@ dependencies = [
[[package]]
name = "cumulus-relay-chain-inprocess-interface"
-version = "0.25.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.31.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-channel 1.9.0",
"async-trait",
@@ -3077,8 +2823,8 @@ dependencies = [
[[package]]
name = "cumulus-relay-chain-interface"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -3097,8 +2843,8 @@ dependencies = [
[[package]]
name = "cumulus-relay-chain-minimal-node"
-version = "0.25.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.31.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"async-channel 1.9.0",
@@ -3133,30 +2879,24 @@ dependencies = [
[[package]]
name = "cumulus-relay-chain-rpc-interface"
-version = "0.24.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.28.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
- "either",
"futures 0.3.32",
"futures-timer",
"jsonrpsee",
"parity-scale-codec",
- "pin-project",
"polkadot-overseer",
"prometheus",
- "rand 0.8.5",
"sc-client-api",
- "sc-network",
"sc-rpc-api",
"sc-service",
"schnellru",
"serde",
"serde_json",
- "smoldot 0.11.0",
- "smoldot-light 0.9.0",
"sp-authority-discovery",
"sp-consensus-babe",
"sp-core",
@@ -3165,17 +2905,15 @@ dependencies = [
"sp-storage",
"sp-version",
"substrate-prometheus-endpoint",
- "thiserror 1.0.69",
"tokio",
- "tokio-util",
"tracing",
"url",
]
[[package]]
name = "cumulus-relay-chain-streams"
-version = "0.2.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.6.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-relay-chain-interface",
"futures 0.3.32",
@@ -3188,12 +2926,14 @@ dependencies = [
[[package]]
name = "cumulus-test-relay-sproof-builder"
-version = "0.20.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.24.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-core",
"parity-scale-codec",
"polkadot-primitives",
+ "sp-consensus-babe",
+ "sp-core",
"sp-runtime",
"sp-state-machine",
"sp-trie",
@@ -3210,7 +2950,7 @@ dependencies = [
"curve25519-dalek-derive",
"digest 0.10.7",
"fiat-crypto",
- "rustc_version 0.4.1",
+ "rustc_version",
"subtle 2.6.1",
"zeroize",
]
@@ -3226,19 +2966,6 @@ dependencies = [
"syn 2.0.117",
]
-[[package]]
-name = "curve25519-dalek-ng"
-version = "4.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"
-dependencies = [
- "byteorder",
- "digest 0.9.0",
- "rand_core 0.6.4",
- "subtle-ng",
- "zeroize",
-]
-
[[package]]
name = "cxx"
version = "1.0.194"
@@ -3262,7 +2989,7 @@ checksum = "b0f4697d190a142477b16aef7da8a99bfdc41e7e8b1687583c0d23a79c7afc1e"
dependencies = [
"cc",
"codespan-reporting",
- "indexmap 2.13.0",
+ "indexmap",
"proc-macro2",
"quote",
"scratch",
@@ -3277,7 +3004,7 @@ checksum = "d0956799fa8678d4c50eed028f2de1c0552ae183c76e976cf7ca8c4e36a7c328"
dependencies = [
"clap",
"codespan-reporting",
- "indexmap 2.13.0",
+ "indexmap",
"proc-macro2",
"quote",
"syn 2.0.117",
@@ -3295,7 +3022,7 @@ version = "1.0.194"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf"
dependencies = [
- "indexmap 2.13.0",
+ "indexmap",
"proc-macro2",
"quote",
"syn 2.0.117",
@@ -3410,6 +3137,15 @@ dependencies = [
"syn 2.0.117",
]
+[[package]]
+name = "debugid"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
+dependencies = [
+ "uuid",
+]
+
[[package]]
name = "der"
version = "0.7.10"
@@ -3429,7 +3165,7 @@ checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
dependencies = [
"asn1-rs 0.6.2",
"displaydoc",
- "nom",
+ "nom 7.1.3",
"num-bigint",
"num-traits",
"rusticata-macros",
@@ -3443,7 +3179,7 @@ checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
dependencies = [
"asn1-rs 0.7.1",
"displaydoc",
- "nom",
+ "nom 7.1.3",
"num-bigint",
"num-traits",
"rusticata-macros",
@@ -3500,7 +3236,7 @@ dependencies = [
"convert_case 0.4.0",
"proc-macro2",
"quote",
- "rustc_version 0.4.1",
+ "rustc_version",
"syn 2.0.117",
]
@@ -3543,7 +3279,7 @@ dependencies = [
"convert_case 0.10.0",
"proc-macro2",
"quote",
- "rustc_version 0.4.1",
+ "rustc_version",
"syn 2.0.117",
"unicode-xid",
]
@@ -3691,12 +3427,6 @@ version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
-[[package]]
-name = "dunce"
-version = "1.0.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
-
[[package]]
name = "dyn-clonable"
version = "0.9.2"
@@ -3821,6 +3551,18 @@ dependencies = [
"zeroize",
]
+[[package]]
+name = "embedded-io"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
+
+[[package]]
+name = "embedded-io"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
+
[[package]]
name = "encode_unicode"
version = "1.0.0"
@@ -3839,6 +3581,26 @@ dependencies = [
"syn 2.0.117",
]
+[[package]]
+name = "enum-display"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "02058bb25d8d0605829af88230427dd5cd50661590bd2b09d1baf7c64c417f24"
+dependencies = [
+ "enum-display-macro",
+]
+
+[[package]]
+name = "enum-display-macro"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d4be2cf2fe7b971b1865febbacd4d8df544aa6bd377cca011a6d69dcf4c60d94"
+dependencies = [
+ "convert_case 0.6.0",
+ "quote",
+ "syn 1.0.109",
+]
+
[[package]]
name = "enum-ordinalize"
version = "4.3.2"
@@ -3900,19 +3662,6 @@ dependencies = [
"regex",
]
-[[package]]
-name = "env_logger"
-version = "0.10.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
-dependencies = [
- "humantime",
- "is-terminal",
- "log",
- "regex",
- "termcolor",
-]
-
[[package]]
name = "environmental"
version = "1.1.4"
@@ -3943,7 +3692,7 @@ checksum = "8c321610643004cf908ec0f5f2aa0d8f1f8e14b540562a2887a1111ff1ecbf7b"
dependencies = [
"crunchy",
"fixed-hash",
- "impl-codec 0.7.1",
+ "impl-codec",
"impl-rlp",
"impl-serde",
"scale-info",
@@ -3953,7 +3702,7 @@ dependencies = [
[[package]]
name = "ethereum"
version = "0.18.2"
-source = "git+https://github.com/moonbeam-foundation/ethereum?branch=moonbeam-polkadot-stable2506#301236b0cbbbd38dda2fadd68658e9a26e5c7e7a"
+source = "git+https://github.com/moonbeam-foundation/ethereum?branch=moonbeam-polkadot-stable2512#58a5a8a1eeec58fa8a9ca8c6fab20a028ddcc1e5"
dependencies = [
"bytes",
"ethereum-types",
@@ -3961,21 +3710,13 @@ dependencies = [
"hash256-std-hasher",
"k256",
"parity-scale-codec",
- "rlp 0.6.1",
+ "rlp",
"scale-info",
"serde",
"sha3",
"trie-root",
]
-[[package]]
-name = "ethereum-standards"
-version = "0.1.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
-dependencies = [
- "alloy-core",
-]
-
[[package]]
name = "ethereum-types"
version = "0.15.1"
@@ -3984,10 +3725,10 @@ checksum = "1ab15ed80916029f878e0267c3a9f92b67df55e79af370bf66199059ae2b4ee3"
dependencies = [
"ethbloom",
"fixed-hash",
- "impl-codec 0.7.1",
+ "impl-codec",
"impl-rlp",
"impl-serde",
- "primitive-types 0.13.1",
+ "primitive-types",
"scale-info",
"uint 0.10.0",
]
@@ -3998,17 +3739,6 @@ version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
-[[package]]
-name = "event-listener"
-version = "3.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
-dependencies = [
- "concurrent-queue",
- "parking",
- "pin-project-lite",
-]
-
[[package]]
name = "event-listener"
version = "5.4.1"
@@ -4033,7 +3763,7 @@ dependencies = [
[[package]]
name = "evm"
version = "0.43.4"
-source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2506#662508e1a60f9d7aaf300fed832d86c67ef4f1d1"
+source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2512#bb9cdde4034856f055cca7208375e11741245b49"
dependencies = [
"auto_impl",
"environmental",
@@ -4043,8 +3773,8 @@ dependencies = [
"evm-runtime",
"log",
"parity-scale-codec",
- "primitive-types 0.13.1",
- "rlp 0.6.1",
+ "primitive-types",
+ "rlp",
"scale-info",
"serde",
"sha3",
@@ -4053,10 +3783,10 @@ dependencies = [
[[package]]
name = "evm-core"
version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2506#662508e1a60f9d7aaf300fed832d86c67ef4f1d1"
+source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2512#bb9cdde4034856f055cca7208375e11741245b49"
dependencies = [
"parity-scale-codec",
- "primitive-types 0.13.1",
+ "primitive-types",
"scale-info",
"serde",
]
@@ -4064,23 +3794,23 @@ dependencies = [
[[package]]
name = "evm-gasometer"
version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2506#662508e1a60f9d7aaf300fed832d86c67ef4f1d1"
+source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2512#bb9cdde4034856f055cca7208375e11741245b49"
dependencies = [
"environmental",
"evm-core",
"evm-runtime",
- "primitive-types 0.13.1",
+ "primitive-types",
]
[[package]]
name = "evm-runtime"
version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2506#662508e1a60f9d7aaf300fed832d86c67ef4f1d1"
+source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2512#bb9cdde4034856f055cca7208375e11741245b49"
dependencies = [
"auto_impl",
"environmental",
"evm-core",
- "primitive-types 0.13.1",
+ "primitive-types",
"sha3",
]
@@ -4120,12 +3850,6 @@ dependencies = [
"syn 2.0.117",
]
-[[package]]
-name = "fallible-iterator"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
-
[[package]]
name = "fallible-iterator"
version = "0.3.0"
@@ -4147,28 +3871,6 @@ version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
-[[package]]
-name = "fastrlp"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418"
-dependencies = [
- "arrayvec 0.7.6",
- "auto_impl",
- "bytes",
-]
-
-[[package]]
-name = "fastrlp"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
-dependencies = [
- "arrayvec 0.7.6",
- "auto_impl",
- "bytes",
-]
-
[[package]]
name = "fatality"
version = "0.1.1"
@@ -4186,7 +3888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303"
dependencies = [
"expander",
- "indexmap 2.13.0",
+ "indexmap",
"proc-macro-crate 3.5.0",
"proc-macro2",
"quote",
@@ -4196,7 +3898,7 @@ dependencies = [
[[package]]
name = "fc-api"
version = "1.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"async-trait",
"fp-storage",
@@ -4208,7 +3910,7 @@ dependencies = [
[[package]]
name = "fc-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"async-trait",
"fp-consensus",
@@ -4224,7 +3926,7 @@ dependencies = [
[[package]]
name = "fc-db"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"async-trait",
"ethereum",
@@ -4236,7 +3938,7 @@ dependencies = [
"futures 0.3.32",
"kvdb-rocksdb",
"log",
- "parity-db",
+ "parity-db 0.5.4",
"parity-scale-codec",
"parking_lot 0.12.5",
"sc-client-api",
@@ -4254,7 +3956,7 @@ dependencies = [
[[package]]
name = "fc-mapping-sync"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ethereum-types",
"fc-db",
@@ -4278,7 +3980,7 @@ dependencies = [
[[package]]
name = "fc-rpc"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ethereum",
"ethereum-types",
@@ -4299,7 +4001,7 @@ dependencies = [
"parity-scale-codec",
"prometheus",
"rand 0.9.2",
- "rlp 0.6.1",
+ "rlp",
"sc-client-api",
"sc-consensus-aura",
"sc-network",
@@ -4332,23 +4034,23 @@ dependencies = [
[[package]]
name = "fc-rpc-core"
version = "1.1.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ethereum",
"ethereum-types",
"jsonrpsee",
- "rlp 0.6.1",
+ "rlp",
"rustc-hex",
"serde",
"serde_json",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
]
[[package]]
name = "fc-rpc-v2-api"
version = "0.1.0"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ethereum-types",
"fc-rpc-v2-types",
@@ -4358,7 +4060,7 @@ dependencies = [
[[package]]
name = "fc-rpc-v2-types"
version = "0.1.0"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"const-hex",
"ethereum-types",
@@ -4369,7 +4071,7 @@ dependencies = [
[[package]]
name = "fc-storage"
version = "1.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ethereum",
"ethereum-types",
@@ -4419,16 +4121,6 @@ dependencies = [
"winapi",
]
-[[package]]
-name = "file-per-thread-logger"
-version = "0.1.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
-dependencies = [
- "env_logger",
- "log",
-]
-
[[package]]
name = "filetime"
version = "0.2.27"
@@ -4546,7 +4238,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "fork-tree"
version = "13.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
]
@@ -4573,7 +4265,7 @@ dependencies = [
[[package]]
name = "fp-account"
version = "1.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"hex",
"impl-serde",
@@ -4591,7 +4283,7 @@ dependencies = [
[[package]]
name = "fp-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ethereum",
"parity-scale-codec",
@@ -4602,7 +4294,7 @@ dependencies = [
[[package]]
name = "fp-ethereum"
version = "1.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ethereum",
"ethereum-types",
@@ -4614,7 +4306,7 @@ dependencies = [
[[package]]
name = "fp-evm"
version = "3.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"environmental",
"evm",
@@ -4630,7 +4322,7 @@ dependencies = [
[[package]]
name = "fp-rpc"
version = "3.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ethereum",
"ethereum-types",
@@ -4646,7 +4338,7 @@ dependencies = [
[[package]]
name = "fp-self-contained"
version = "1.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"frame-support",
"parity-scale-codec",
@@ -4658,7 +4350,7 @@ dependencies = [
[[package]]
name = "fp-storage"
version = "2.0.0"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"parity-scale-codec",
"serde",
@@ -4672,8 +4364,8 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619"
[[package]]
name = "frame-benchmarking"
-version = "41.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.3"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-support-procedural",
@@ -4696,8 +4388,8 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
-version = "49.1.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "53.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"Inflector",
"array-bytes 6.2.3",
@@ -4761,11 +4453,11 @@ dependencies = [
[[package]]
name = "frame-decode"
-version = "0.7.1"
+version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7cb8796f93fa038f979a014234d632e9688a120e745f936e2635123c77537f7"
+checksum = "6e56c0e51972d7b26ff76966c4d0f2307030df9daa5ce0885149ece1ab7ca5ad"
dependencies = [
- "frame-metadata 20.0.0",
+ "frame-metadata",
"parity-scale-codec",
"scale-decode",
"scale-info",
@@ -4776,7 +4468,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-solution-type"
version = "16.1.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"proc-macro-crate 3.5.0",
"proc-macro2",
@@ -4786,8 +4478,8 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-election-provider-solution-type",
"frame-support",
@@ -4803,8 +4495,8 @@ dependencies = [
[[package]]
name = "frame-executive"
-version = "41.0.2"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"aquamarine",
"frame-support",
@@ -4819,18 +4511,6 @@ dependencies = [
"sp-tracing",
]
-[[package]]
-name = "frame-metadata"
-version = "20.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df"
-dependencies = [
- "cfg-if",
- "parity-scale-codec",
- "scale-info",
- "serde",
-]
-
[[package]]
name = "frame-metadata"
version = "23.0.1"
@@ -4845,8 +4525,8 @@ dependencies = [
[[package]]
name = "frame-metadata-hash-extension"
-version = "0.9.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.13.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"const-hex",
@@ -4861,8 +4541,8 @@ dependencies = [
[[package]]
name = "frame-storage-access-test-runtime"
-version = "0.2.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.6.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-pallet-parachain-system",
"parity-scale-codec",
@@ -4875,8 +4555,8 @@ dependencies = [
[[package]]
name = "frame-support"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"aquamarine",
"array-bytes 6.2.3",
@@ -4884,7 +4564,7 @@ dependencies = [
"bitflags 1.3.2",
"docify",
"environmental",
- "frame-metadata 23.0.1",
+ "frame-metadata",
"frame-support-procedural",
"impl-trait-for-tuples",
"k256",
@@ -4916,8 +4596,8 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
-version = "34.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "36.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"Inflector",
"cfg-expr",
@@ -4930,14 +4610,14 @@ dependencies = [
"proc-macro-warning",
"proc-macro2",
"quote",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"syn 2.0.117",
]
[[package]]
name = "frame-support-procedural-tools"
version = "13.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 3.5.0",
@@ -4949,7 +4629,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "12.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"proc-macro2",
"quote",
@@ -4958,8 +4638,8 @@ dependencies = [
[[package]]
name = "frame-system"
-version = "41.0.2"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cfg-if",
"docify",
@@ -4977,8 +4657,8 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -4991,8 +4671,8 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"parity-scale-codec",
@@ -5001,8 +4681,8 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
-version = "0.47.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.51.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"parity-scale-codec",
@@ -5216,6 +4896,19 @@ dependencies = [
"byteorder",
]
+[[package]]
+name = "fxprof-processed-profile"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
+dependencies = [
+ "bitflags 2.11.0",
+ "debugid",
+ "fxhash",
+ "serde",
+ "serde_json",
+]
+
[[package]]
name = "generic-array"
version = "0.12.4"
@@ -5319,24 +5012,14 @@ dependencies = [
"polyval",
]
-[[package]]
-name = "gimli"
-version = "0.27.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
-dependencies = [
- "fallible-iterator 0.2.0",
- "indexmap 1.9.3",
- "stable_deref_trait",
-]
-
[[package]]
name = "gimli"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
dependencies = [
- "fallible-iterator 0.3.0",
+ "fallible-iterator",
+ "indexmap",
"stable_deref_trait",
]
@@ -5395,7 +5078,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http 0.2.12",
- "indexmap 2.13.0",
+ "indexmap",
"slab",
"tokio",
"tokio-util",
@@ -5414,7 +5097,7 @@ dependencies = [
"futures-core",
"futures-sink",
"http 1.4.0",
- "indexmap 2.13.0",
+ "indexmap",
"slab",
"tokio",
"tokio-util",
@@ -5455,6 +5138,9 @@ name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
+dependencies = [
+ "ahash 0.7.8",
+]
[[package]]
name = "hashbrown"
@@ -5462,7 +5148,7 @@ version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
- "ahash",
+ "ahash 0.8.12",
]
[[package]]
@@ -5471,9 +5157,8 @@ version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
- "ahash",
+ "ahash 0.8.12",
"allocator-api2",
- "serde",
]
[[package]]
@@ -5485,6 +5170,7 @@ dependencies = [
"allocator-api2",
"equivalent",
"foldhash 0.1.5",
+ "serde",
]
[[package]]
@@ -5492,11 +5178,6 @@ name = "hashbrown"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
-dependencies = [
- "foldhash 0.2.0",
- "serde",
- "serde_core",
-]
[[package]]
name = "hashlink"
@@ -5507,14 +5188,20 @@ dependencies = [
"hashbrown 0.14.5",
]
+[[package]]
+name = "hashlink"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
+dependencies = [
+ "hashbrown 0.15.5",
+]
+
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
-dependencies = [
- "unicode-segmentation",
-]
[[package]]
name = "heck"
@@ -5543,12 +5230,6 @@ dependencies = [
"serde",
]
-[[package]]
-name = "hex-conservative"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20"
-
[[package]]
name = "hex-conservative"
version = "0.2.2"
@@ -5762,22 +5443,6 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
-[[package]]
-name = "humantime"
-version = "2.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
-
-[[package]]
-name = "humantime-serde"
-version = "1.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
-dependencies = [
- "humantime",
- "serde",
-]
-
[[package]]
name = "hyper"
version = "0.14.32"
@@ -5795,7 +5460,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
- "socket2 0.5.10",
+ "socket2 0.4.10",
"tokio",
"tower-service",
"tracing",
@@ -6053,15 +5718,6 @@ dependencies = [
"xmltree",
]
-[[package]]
-name = "impl-codec"
-version = "0.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
-dependencies = [
- "parity-scale-codec",
-]
-
[[package]]
name = "impl-codec"
version = "0.7.1"
@@ -6088,7 +5744,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ed8ad1f3877f7e775b8cbf30ed1bd3209a95401817f19a0eb4402d13f8cf90"
dependencies = [
- "rlp 0.6.1",
+ "rlp",
]
[[package]]
@@ -6130,17 +5786,6 @@ dependencies = [
"quote",
]
-[[package]]
-name = "indexmap"
-version = "1.9.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
-dependencies = [
- "autocfg",
- "hashbrown 0.12.3",
- "serde",
-]
-
[[package]]
name = "indexmap"
version = "2.13.0"
@@ -6153,12 +5798,6 @@ dependencies = [
"serde_core",
]
-[[package]]
-name = "indexmap-nostd"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"
-
[[package]]
name = "inout"
version = "0.1.4"
@@ -6298,6 +5937,54 @@ version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
+[[package]]
+name = "ittapi"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1"
+dependencies = [
+ "anyhow",
+ "ittapi-sys",
+ "log",
+]
+
+[[package]]
+name = "ittapi-sys"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc"
+dependencies = [
+ "cc",
+]
+
+[[package]]
+name = "jam-codec"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cb948eace373d99de60501a02fb17125d30ac632570de20dccc74370cdd611b9"
+dependencies = [
+ "arrayvec 0.7.6",
+ "bitvec",
+ "byte-slice-cast",
+ "const_format",
+ "impl-trait-for-tuples",
+ "jam-codec-derive",
+ "rustversion",
+ "serde",
+]
+
+[[package]]
+name = "jam-codec-derive"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "319af585c4c8a6b5552a52b7787a1ab3e4d59df7614190b1f85b9b842488789d"
+dependencies = [
+ "proc-macro-crate 3.5.0",
+ "proc-macro2",
+ "quote",
+ "syn 2.0.117",
+]
+
[[package]]
name = "jni"
version = "0.21.1"
@@ -6363,7 +6050,7 @@ version = "0.24.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc4280b709ac3bb5e16cf3bad5056a0ec8df55fa89edfe996361219aadc2c7ea"
dependencies = [
- "base64 0.22.1",
+ "base64",
"futures-util",
"http 1.4.0",
"jsonrpsee-core",
@@ -6371,7 +6058,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"rustls-platform-verifier",
- "soketto 0.8.1",
+ "soketto",
"thiserror 1.0.69",
"tokio",
"tokio-rustls",
@@ -6413,7 +6100,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50c389d6e6a52eb7c3548a6600c90cf74d9b71cb5912209833f00a5479e9a01"
dependencies = [
"async-trait",
- "base64 0.22.1",
+ "base64",
"http-body 1.0.1",
"hyper 1.8.1",
"hyper-rustls",
@@ -6462,7 +6149,7 @@ dependencies = [
"route-recognizer",
"serde",
"serde_json",
- "soketto 0.8.1",
+ "soketto",
"thiserror 1.0.69",
"tokio",
"tokio-stream",
@@ -6519,23 +6206,13 @@ dependencies = [
"cpufeatures",
]
-[[package]]
-name = "keccak-asm"
-version = "0.1.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b646a74e746cd25045aa0fd42f4f7f78aa6d119380182c7e63a5593c4ab8df6f"
-dependencies = [
- "digest 0.10.7",
- "sha3-asm",
-]
-
[[package]]
name = "keccak-hash"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e1b8590eb6148af2ea2d75f38e7d29f5ca970d5a4df456b3ef19b8b415d0264"
dependencies = [
- "primitive-types 0.13.1",
+ "primitive-types",
"tiny-keccak",
]
@@ -6566,16 +6243,15 @@ dependencies = [
[[package]]
name = "kvdb-rocksdb"
-version = "0.19.0"
+version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6"
+checksum = "739ac938a308a9a8b6772fd1d840fd9c0078f9c74fe294feaf32faae727102cc"
dependencies = [
"kvdb",
"num_cpus",
"parking_lot 0.12.5",
"regex",
"rocksdb",
- "smallvec",
]
[[package]]
@@ -6598,12 +6274,6 @@ dependencies = [
"spin 0.9.8",
]
-[[package]]
-name = "lazycell"
-version = "1.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
-
[[package]]
name = "leb128fmt"
version = "0.1.0"
@@ -6616,16 +6286,6 @@ version = "0.2.182"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
-[[package]]
-name = "libloading"
-version = "0.8.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
-dependencies = [
- "cfg-if",
- "windows-link",
-]
-
[[package]]
name = "libm"
version = "0.2.16"
@@ -7034,7 +6694,7 @@ dependencies = [
"parking_lot 0.12.5",
"pin-project-lite",
"rw-stream-sink",
- "soketto 0.8.1",
+ "soketto",
"thiserror 1.0.69",
"tracing",
"url",
@@ -7053,7 +6713,7 @@ dependencies = [
"thiserror 1.0.69",
"tracing",
"yamux 0.12.1",
- "yamux 0.13.9",
+ "yamux 0.13.10",
]
[[package]]
@@ -7070,17 +6730,15 @@ dependencies = [
[[package]]
name = "librocksdb-sys"
-version = "0.11.0+8.1.1"
+version = "0.17.3+10.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"
+checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9"
dependencies = [
"bindgen",
"bzip2-sys",
"cc",
- "glob",
"libc",
"libz-sys",
- "tikv-jemalloc-sys",
]
[[package]]
@@ -7090,7 +6748,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139"
dependencies = [
"arrayref",
- "base64 0.22.1",
+ "base64",
"digest 0.9.0",
"hmac-drbg",
"libsecp256k1-core",
@@ -7133,9 +6791,9 @@ dependencies = [
[[package]]
name = "libsqlite3-sys"
-version = "0.27.0"
+version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
+checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
dependencies = [
"cc",
"pkg-config",
@@ -7186,12 +6844,6 @@ dependencies = [
"nalgebra",
]
-[[package]]
-name = "linux-raw-sys"
-version = "0.1.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
-
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
@@ -7230,19 +6882,21 @@ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
[[package]]
name = "litep2p"
-version = "0.11.1"
+version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb01eefca5df3c7166b18e97a87d9869fdfb105b8b3c6d894183489c8d6ce257"
+checksum = "cbf3924cf539a761465543592b34c4198d60db2cda16594769edd43451e5ab41"
dependencies = [
"async-trait",
"bs58",
"bytes",
- "cid 0.11.1",
+ "cid",
"ed25519-dalek",
+ "enum-display",
"futures 0.3.32",
"futures-timer",
"hickory-resolver 0.25.2",
- "indexmap 2.13.0",
+ "indexmap",
+ "ip_network",
"libc",
"mockall",
"multiaddr 0.17.1",
@@ -7271,7 +6925,7 @@ dependencies = [
"url",
"x25519-dalek",
"x509-parser 0.17.0",
- "yamux 0.13.9",
+ "yamux 0.13.10",
"yasna",
"zeroize",
]
@@ -7293,9 +6947,12 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "lru"
-version = "0.11.1"
+version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"
+checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
+dependencies = [
+ "hashbrown 0.12.3",
+]
[[package]]
name = "lru"
@@ -7341,25 +6998,14 @@ dependencies = [
]
[[package]]
-name = "mach"
-version = "0.3.2"
+name = "mach2"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
+checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
dependencies = [
"libc",
]
-[[package]]
-name = "macro-string"
-version = "0.1.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.117",
-]
-
[[package]]
name = "macro_magic"
version = "0.5.1"
@@ -7477,15 +7123,6 @@ dependencies = [
"libc",
]
-[[package]]
-name = "memoffset"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
-dependencies = [
- "autocfg",
-]
-
[[package]]
name = "memory-db"
version = "0.34.0"
@@ -7505,7 +7142,7 @@ checksum = "b3e3e3f549d27d2dc054372f320ddf68045a833fab490563ff70d4cf1b9d91ea"
dependencies = [
"array-bytes 9.3.0",
"blake3",
- "frame-metadata 23.0.1",
+ "frame-metadata",
"parity-scale-codec",
"scale-decode",
"scale-info",
@@ -7562,7 +7199,7 @@ dependencies = [
"c2-chacha",
"curve25519-dalek",
"either",
- "hashlink",
+ "hashlink 0.8.4",
"lioness",
"log",
"parking_lot 0.12.5",
@@ -7576,8 +7213,8 @@ dependencies = [
[[package]]
name = "mmr-gadget"
-version = "46.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "50.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"log",
@@ -7595,8 +7232,8 @@ dependencies = [
[[package]]
name = "mmr-rpc"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"jsonrpsee",
"parity-scale-codec",
@@ -7673,7 +7310,7 @@ dependencies = [
"fp-self-contained",
"frame-benchmarking",
"frame-executive",
- "frame-metadata 23.0.1",
+ "frame-metadata",
"frame-metadata-hash-extension",
"frame-support",
"frame-system",
@@ -7771,7 +7408,7 @@ dependencies = [
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"precompile-utils",
- "rlp 0.6.1",
+ "rlp",
"scale-info",
"serde",
"serde_json",
@@ -7853,7 +7490,7 @@ dependencies = [
"clap",
"libsecp256k1",
"polkadot-omni-node-lib",
- "primitive-types 0.13.1",
+ "primitive-types",
"sp-runtime",
"tiny-bip39",
"url",
@@ -8078,7 +7715,7 @@ dependencies = [
"fp-self-contained",
"frame-benchmarking",
"frame-executive",
- "frame-metadata 23.0.1",
+ "frame-metadata",
"frame-metadata-hash-extension",
"frame-support",
"frame-system",
@@ -8179,7 +7816,7 @@ dependencies = [
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"precompile-utils",
- "rlp 0.6.1",
+ "rlp",
"scale-info",
"serde",
"serde_json",
@@ -8227,6 +7864,7 @@ dependencies = [
"log",
"moonbeam-core-primitives",
"pallet-author-inherent",
+ "pallet-author-slot-filter",
"pallet-balances",
"pallet-identity",
"pallet-message-queue",
@@ -8386,7 +8024,7 @@ name = "moonbeam-vrf"
version = "0.1.0"
dependencies = [
"nimbus-primitives",
- "schnorrkel 0.11.5",
+ "schnorrkel",
"session-keys-primitives",
"sp-api",
"sp-application-crypto",
@@ -8426,7 +8064,7 @@ dependencies = [
"fp-self-contained",
"frame-benchmarking",
"frame-executive",
- "frame-metadata 23.0.1",
+ "frame-metadata",
"frame-metadata-hash-extension",
"frame-support",
"frame-system",
@@ -8527,7 +8165,7 @@ dependencies = [
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"precompile-utils",
- "rlp 0.6.1",
+ "rlp",
"scale-info",
"serde",
"serde_json",
@@ -8627,8 +8265,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
dependencies = [
"blake2b_simd",
- "blake2s_simd",
- "blake3",
"core2",
"digest 0.10.7",
"multihash-derive",
@@ -8794,7 +8430,7 @@ dependencies = [
[[package]]
name = "nimbus-consensus"
version = "0.9.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"async-backing-primitives",
"async-trait",
@@ -8819,6 +8455,7 @@ dependencies = [
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-manual-seal",
+ "sc-network-types",
"sc-utils",
"schnellru",
"sp-api",
@@ -8843,7 +8480,7 @@ dependencies = [
[[package]]
name = "nimbus-primitives"
version = "0.9.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"async-trait",
"frame-benchmarking",
@@ -8889,12 +8526,6 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
-[[package]]
-name = "no-std-net"
-version = "0.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
-
[[package]]
name = "nodrop"
version = "0.1.14"
@@ -8917,6 +8548,15 @@ dependencies = [
"minimal-lexical",
]
+[[package]]
+name = "nom"
+version = "8.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
+dependencies = [
+ "memchr",
+]
+
[[package]]
name = "nonempty"
version = "0.7.0"
@@ -8986,17 +8626,6 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
-[[package]]
-name = "num-derive"
-version = "0.4.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.117",
-]
-
[[package]]
name = "num-format"
version = "0.4.4"
@@ -9101,24 +8730,15 @@ dependencies = [
"syn 2.0.117",
]
-[[package]]
-name = "object"
-version = "0.30.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
-dependencies = [
- "crc32fast",
- "hashbrown 0.13.2",
- "indexmap 1.9.3",
- "memchr",
-]
-
[[package]]
name = "object"
version = "0.36.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
dependencies = [
+ "crc32fast",
+ "hashbrown 0.15.5",
+ "indexmap",
"memchr",
]
@@ -9251,7 +8871,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f"
dependencies = [
"expander",
- "indexmap 2.13.0",
+ "indexmap",
"itertools 0.11.0",
"petgraph 0.6.5",
"proc-macro-crate 3.5.0",
@@ -9274,8 +8894,8 @@ dependencies = [
[[package]]
name = "pallet-asset-conversion"
-version = "23.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "27.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9292,8 +8912,8 @@ dependencies = [
[[package]]
name = "pallet-asset-rate"
-version = "20.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "24.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9306,8 +8926,8 @@ dependencies = [
[[package]]
name = "pallet-asset-tx-payment"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9322,16 +8942,14 @@ dependencies = [
[[package]]
name = "pallet-assets"
-version = "43.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "48.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
- "ethereum-standards",
"frame-benchmarking",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
- "pallet-revive",
"parity-scale-codec",
"scale-info",
"sp-core",
@@ -9341,7 +8959,7 @@ dependencies = [
[[package]]
name = "pallet-async-backing"
version = "0.9.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"cumulus-pallet-parachain-system",
"cumulus-primitives-core",
@@ -9361,7 +8979,7 @@ dependencies = [
[[package]]
name = "pallet-author-inherent"
version = "0.9.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9380,7 +8998,7 @@ dependencies = [
[[package]]
name = "pallet-author-mapping"
version = "2.0.5"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9399,7 +9017,7 @@ dependencies = [
[[package]]
name = "pallet-author-slot-filter"
version = "0.9.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"environmental",
"frame-benchmarking",
@@ -9417,8 +9035,8 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
@@ -9432,8 +9050,8 @@ dependencies = [
[[package]]
name = "pallet-authorship"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
@@ -9445,8 +9063,8 @@ dependencies = [
[[package]]
name = "pallet-babe"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9468,8 +9086,8 @@ dependencies = [
[[package]]
name = "pallet-bags-list"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"aquamarine",
"docify",
@@ -9489,8 +9107,8 @@ dependencies = [
[[package]]
name = "pallet-balances"
-version = "42.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "46.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -9505,8 +9123,8 @@ dependencies = [
[[package]]
name = "pallet-beefy"
-version = "42.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "46.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
@@ -9524,8 +9142,8 @@ dependencies = [
[[package]]
name = "pallet-beefy-mmr"
-version = "42.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "46.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"binary-merkle-tree",
@@ -9549,8 +9167,8 @@ dependencies = [
[[package]]
name = "pallet-bounties"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9566,8 +9184,8 @@ dependencies = [
[[package]]
name = "pallet-bridge-grandpa"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-runtime",
@@ -9575,18 +9193,18 @@ dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
- "log",
"parity-scale-codec",
"scale-info",
"sp-consensus-grandpa",
"sp-runtime",
"sp-std",
+ "tracing",
]
[[package]]
name = "pallet-bridge-messages"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-messages",
@@ -9594,18 +9212,18 @@ dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
- "log",
"parity-scale-codec",
"scale-info",
"sp-runtime",
"sp-std",
"sp-trie",
+ "tracing",
]
[[package]]
name = "pallet-bridge-parachains"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-parachains",
@@ -9614,18 +9232,18 @@ dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
- "log",
"pallet-bridge-grandpa",
"parity-scale-codec",
"scale-info",
"sp-runtime",
"sp-std",
+ "tracing",
]
[[package]]
name = "pallet-bridge-relayers"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-header-chain",
"bp-messages",
@@ -9634,7 +9252,6 @@ dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
- "log",
"pallet-bridge-grandpa",
"pallet-bridge-messages",
"pallet-bridge-parachains",
@@ -9643,12 +9260,13 @@ dependencies = [
"scale-info",
"sp-arithmetic",
"sp-runtime",
+ "tracing",
]
[[package]]
name = "pallet-broker"
-version = "0.20.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.24.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"frame-benchmarking",
@@ -9665,8 +9283,8 @@ dependencies = [
[[package]]
name = "pallet-child-bounties"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9683,8 +9301,8 @@ dependencies = [
[[package]]
name = "pallet-collator-selection"
-version = "22.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "26.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9702,8 +9320,8 @@ dependencies = [
[[package]]
name = "pallet-collective"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -9719,8 +9337,8 @@ dependencies = [
[[package]]
name = "pallet-conviction-voting"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"assert_matches",
"frame-benchmarking",
@@ -9756,8 +9374,8 @@ dependencies = [
[[package]]
name = "pallet-delegated-staking"
-version = "8.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "12.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
@@ -9771,8 +9389,8 @@ dependencies = [
[[package]]
name = "pallet-democracy"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9788,8 +9406,8 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -9809,8 +9427,8 @@ dependencies = [
[[package]]
name = "pallet-election-provider-support-benchmarking"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -9822,8 +9440,8 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
-version = "42.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "46.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -9841,7 +9459,7 @@ dependencies = [
[[package]]
name = "pallet-emergency-para-xcm"
version = "0.1.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"cumulus-pallet-parachain-system",
"cumulus-primitives-core",
@@ -9883,7 +9501,7 @@ dependencies = [
[[package]]
name = "pallet-ethereum"
version = "4.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"environmental",
"ethereum",
@@ -9926,7 +9544,7 @@ dependencies = [
"pallet-proxy",
"pallet-timestamp",
"parity-scale-codec",
- "rlp 0.6.1",
+ "rlp",
"scale-info",
"sp-core",
"sp-io",
@@ -9938,7 +9556,7 @@ dependencies = [
[[package]]
name = "pallet-evm"
version = "6.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"cumulus-primitives-storage-weight-reclaim",
"environmental",
@@ -9963,7 +9581,7 @@ dependencies = [
[[package]]
name = "pallet-evm-chain-id"
version = "1.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"frame-support",
"frame-system",
@@ -10041,7 +9659,7 @@ dependencies = [
[[package]]
name = "pallet-evm-precompile-blake2"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"fp-evm",
]
@@ -10049,7 +9667,7 @@ dependencies = [
[[package]]
name = "pallet-evm-precompile-bls12381"
version = "1.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"ark-bls12-381 0.4.0",
"ark-ec 0.4.2",
@@ -10061,7 +9679,7 @@ dependencies = [
[[package]]
name = "pallet-evm-precompile-bn128"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"fp-evm",
"sp-core",
@@ -10217,7 +9835,7 @@ dependencies = [
[[package]]
name = "pallet-evm-precompile-modexp"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"fp-evm",
"num",
@@ -10419,7 +10037,7 @@ dependencies = [
[[package]]
name = "pallet-evm-precompile-sha3fips"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"fp-evm",
"frame-support",
@@ -10430,7 +10048,7 @@ dependencies = [
[[package]]
name = "pallet-evm-precompile-simple"
version = "2.0.0-dev"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"fp-evm",
"ripemd",
@@ -10440,7 +10058,7 @@ dependencies = [
[[package]]
name = "pallet-evm-precompile-xcm"
version = "0.1.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"cumulus-primitives-core",
"evm",
@@ -10548,8 +10166,8 @@ dependencies = [
[[package]]
name = "pallet-fast-unstake"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -10566,8 +10184,8 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -10588,8 +10206,8 @@ dependencies = [
[[package]]
name = "pallet-identity"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"enumflags2",
"frame-benchmarking",
@@ -10604,8 +10222,8 @@ dependencies = [
[[package]]
name = "pallet-im-online"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -10623,8 +10241,8 @@ dependencies = [
[[package]]
name = "pallet-indices"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -10639,7 +10257,7 @@ dependencies = [
[[package]]
name = "pallet-maintenance-mode"
version = "0.1.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -10654,8 +10272,8 @@ dependencies = [
[[package]]
name = "pallet-message-queue"
-version = "44.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "48.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"environmental",
"frame-benchmarking",
@@ -10673,8 +10291,8 @@ dependencies = [
[[package]]
name = "pallet-meta-tx"
-version = "0.3.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.7.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -10691,8 +10309,8 @@ dependencies = [
[[package]]
name = "pallet-migrations"
-version = "11.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "15.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -10710,8 +10328,8 @@ dependencies = [
[[package]]
name = "pallet-mmr"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
"parity-scale-codec",
@@ -10760,7 +10378,7 @@ dependencies = [
"pallet-timestamp",
"parity-scale-codec",
"precompile-utils",
- "rlp 0.6.1",
+ "rlp",
"scale-info",
"sp-core",
"sp-io",
@@ -10785,10 +10403,27 @@ dependencies = [
"sp-std",
]
+[[package]]
+name = "pallet-multi-asset-bounties"
+version = "0.2.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
+dependencies = [
+ "docify",
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "log",
+ "parity-scale-codec",
+ "scale-info",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+]
+
[[package]]
name = "pallet-multisig"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
"parity-scale-codec",
@@ -10798,8 +10433,8 @@ dependencies = [
[[package]]
name = "pallet-nis"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"polkadot-sdk-frame",
@@ -10808,8 +10443,8 @@ dependencies = [
[[package]]
name = "pallet-nomination-pools"
-version = "39.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "43.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
@@ -10826,8 +10461,8 @@ dependencies = [
[[package]]
name = "pallet-nomination-pools-benchmarking"
-version = "39.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "43.0.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -10846,8 +10481,8 @@ dependencies = [
[[package]]
name = "pallet-nomination-pools-runtime-api"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "41.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"pallet-nomination-pools",
"parity-scale-codec",
@@ -10856,8 +10491,8 @@ dependencies = [
[[package]]
name = "pallet-offences"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
@@ -10871,8 +10506,8 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -10916,8 +10551,8 @@ dependencies = [
[[package]]
name = "pallet-parameters"
-version = "0.12.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.16.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-storage-weight-reclaim",
"docify",
@@ -10954,8 +10589,8 @@ dependencies = [
[[package]]
name = "pallet-preimage"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -10970,8 +10605,8 @@ dependencies = [
[[package]]
name = "pallet-proxy"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"polkadot-sdk-frame",
@@ -10999,7 +10634,7 @@ dependencies = [
[[package]]
name = "pallet-randomness"
version = "0.1.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"environmental",
"frame-benchmarking",
@@ -11011,7 +10646,7 @@ dependencies = [
"pallet-balances",
"parity-scale-codec",
"scale-info",
- "schnorrkel 0.11.5",
+ "schnorrkel",
"serde",
"session-keys-primitives",
"sp-consensus-babe",
@@ -11023,8 +10658,8 @@ dependencies = [
[[package]]
name = "pallet-ranked-collective"
-version = "41.0.2"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11041,8 +10676,8 @@ dependencies = [
[[package]]
name = "pallet-recovery"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"polkadot-sdk-frame",
@@ -11051,8 +10686,8 @@ dependencies = [
[[package]]
name = "pallet-referenda"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"assert_matches",
"frame-benchmarking",
@@ -11070,7 +10705,7 @@ dependencies = [
[[package]]
name = "pallet-relay-storage-roots"
version = "0.1.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"cumulus-pallet-parachain-system",
"cumulus-primitives-core",
@@ -11091,91 +10726,25 @@ dependencies = [
]
[[package]]
-name = "pallet-revive"
-version = "0.7.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+name = "pallet-root-offences"
+version = "43.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
- "alloy-core",
- "derive_more 0.99.20",
- "environmental",
- "ethereum-standards",
- "ethereum-types",
- "frame-benchmarking",
"frame-support",
"frame-system",
- "hex-literal",
- "humantime-serde",
- "impl-trait-for-tuples",
- "log",
- "num-bigint",
- "num-integer",
- "num-traits",
- "pallet-revive-fixtures",
- "pallet-revive-proc-macro",
- "pallet-revive-uapi",
- "pallet-transaction-payment",
+ "pallet-session",
+ "pallet-staking",
"parity-scale-codec",
- "paste",
- "polkavm 0.21.0",
- "polkavm-common 0.21.0",
- "rand 0.8.5",
- "rand_pcg",
- "ripemd",
- "rlp 0.6.1",
"scale-info",
- "serde",
- "sp-api",
- "sp-arithmetic",
- "sp-consensus-aura",
- "sp-consensus-babe",
- "sp-consensus-slots",
"sp-core",
- "sp-io",
"sp-runtime",
- "substrate-bn",
- "subxt-signer",
-]
-
-[[package]]
-name = "pallet-revive-fixtures"
-version = "0.4.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
-dependencies = [
- "anyhow",
- "cargo_metadata",
- "pallet-revive-uapi",
- "polkavm-linker 0.21.0",
- "sp-core",
- "sp-io",
- "toml 0.8.23",
-]
-
-[[package]]
-name = "pallet-revive-proc-macro"
-version = "0.3.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.117",
-]
-
-[[package]]
-name = "pallet-revive-uapi"
-version = "0.5.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
-dependencies = [
- "bitflags 1.3.2",
- "pallet-revive-proc-macro",
- "parity-scale-codec",
- "polkavm-derive 0.21.0",
- "scale-info",
+ "sp-staking",
]
[[package]]
name = "pallet-root-testing"
-version = "17.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "21.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
@@ -11187,8 +10756,8 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
-version = "42.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "46.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -11204,13 +10773,14 @@ dependencies = [
[[package]]
name = "pallet-session"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.2.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
+ "pallet-balances",
"pallet-timestamp",
"parity-scale-codec",
"scale-info",
@@ -11225,8 +10795,8 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11241,8 +10811,8 @@ dependencies = [
[[package]]
name = "pallet-society"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11258,8 +10828,8 @@ dependencies = [
[[package]]
name = "pallet-staking"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -11280,9 +10850,10 @@ dependencies = [
[[package]]
name = "pallet-staking-async-ah-client"
-version = "0.2.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.7.2"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
+ "frame-benchmarking",
"frame-support",
"frame-system",
"log",
@@ -11299,9 +10870,10 @@ dependencies = [
[[package]]
name = "pallet-staking-async-rc-client"
-version = "0.2.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.7.3"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
+ "frame-benchmarking",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
@@ -11312,12 +10884,14 @@ dependencies = [
"sp-runtime",
"sp-staking",
"staging-xcm",
+ "staging-xcm-builder",
+ "staging-xcm-executor",
]
[[package]]
name = "pallet-staking-reward-fn"
-version = "23.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "24.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
"sp-arithmetic",
@@ -11325,8 +10899,8 @@ dependencies = [
[[package]]
name = "pallet-staking-runtime-api"
-version = "27.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "30.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -11335,8 +10909,8 @@ dependencies = [
[[package]]
name = "pallet-state-trie-migration"
-version = "46.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "50.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11351,8 +10925,8 @@ dependencies = [
[[package]]
name = "pallet-sudo"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -11366,8 +10940,8 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -11384,8 +10958,8 @@ dependencies = [
[[package]]
name = "pallet-tips"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11402,12 +10976,13 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
+ "log",
"parity-scale-codec",
"scale-info",
"serde",
@@ -11417,8 +10992,8 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
-version = "44.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "48.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"jsonrpsee",
"pallet-transaction-payment-rpc-runtime-api",
@@ -11433,8 +11008,8 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
@@ -11445,8 +11020,8 @@ dependencies = [
[[package]]
name = "pallet-treasury"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -11464,8 +11039,8 @@ dependencies = [
[[package]]
name = "pallet-utility"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11479,8 +11054,8 @@ dependencies = [
[[package]]
name = "pallet-verify-signature"
-version = "0.4.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.8.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11494,8 +11069,8 @@ dependencies = [
[[package]]
name = "pallet-vesting"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11508,8 +11083,8 @@ dependencies = [
[[package]]
name = "pallet-whitelist"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"polkadot-sdk-frame",
@@ -11518,8 +11093,8 @@ dependencies = [
[[package]]
name = "pallet-xcm"
-version = "20.1.3"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "25.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bounded-collections",
"frame-benchmarking",
@@ -11543,8 +11118,8 @@ dependencies = [
[[package]]
name = "pallet-xcm-benchmarks"
-version = "21.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "25.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -11560,15 +11135,14 @@ dependencies = [
[[package]]
name = "pallet-xcm-bridge-hub"
-version = "0.17.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.21.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-messages",
"bp-runtime",
"bp-xcm-bridge-hub",
"frame-support",
"frame-system",
- "log",
"pallet-bridge-messages",
"parity-scale-codec",
"scale-info",
@@ -11578,6 +11152,7 @@ dependencies = [
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
+ "tracing",
]
[[package]]
@@ -11629,23 +11204,25 @@ dependencies = [
[[package]]
name = "parachains-common"
-version = "22.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "27.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-core",
"cumulus-primitives-utility",
"frame-support",
"frame-system",
- "log",
"pallet-asset-tx-payment",
"pallet-assets",
"pallet-authorship",
"pallet-balances",
"pallet-collator-selection",
"pallet-message-queue",
+ "pallet-multi-asset-bounties",
+ "pallet-treasury",
"pallet-xcm",
"parity-scale-codec",
"polkadot-primitives",
+ "polkadot-runtime-common",
"scale-info",
"sp-consensus-aura",
"sp-core",
@@ -11654,19 +11231,7 @@ dependencies = [
"staging-parachain-info",
"staging-xcm",
"staging-xcm-executor",
-]
-
-[[package]]
-name = "parity-bip39"
-version = "2.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9"
-dependencies = [
- "bitcoin_hashes 0.13.0",
- "rand 0.7.3",
- "rand_core 0.5.1",
- "serde",
- "unicode-normalization",
+ "tracing",
]
[[package]]
@@ -11690,6 +11255,27 @@ dependencies = [
"winapi",
]
+[[package]]
+name = "parity-db"
+version = "0.5.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6985a45b0597d68448dac9db2907f9f72bbaf63fe3383d4ba15f99096c87212f"
+dependencies = [
+ "blake2 0.10.6",
+ "crc32fast",
+ "fs2",
+ "hex",
+ "libc",
+ "log",
+ "lz4",
+ "memmap2 0.9.10",
+ "parking_lot 0.12.5",
+ "rand 0.9.2",
+ "siphasher 1.0.2",
+ "snap",
+ "winapi",
+]
+
[[package]]
name = "parity-scale-codec"
version = "3.7.5"
@@ -11822,19 +11408,13 @@ dependencies = [
"password-hash",
]
-[[package]]
-name = "peeking_take_while"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
-
[[package]]
name = "pem"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
dependencies = [
- "base64 0.22.1",
+ "base64",
"serde_core",
]
@@ -11903,7 +11483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
dependencies = [
"fixedbitset 0.4.2",
- "indexmap 2.13.0",
+ "indexmap",
]
[[package]]
@@ -11914,9 +11494,15 @@ checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
dependencies = [
"fixedbitset 0.5.7",
"hashbrown 0.15.5",
- "indexmap 2.13.0",
+ "indexmap",
]
+[[package]]
+name = "picosimd"
+version = "0.9.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3f8cf1ae70818c6476eb2da0ac8f3f55ecdea41a7aa16824ea6efc4a31cccf41"
+
[[package]]
name = "pin-project"
version = "1.1.11"
@@ -11984,8 +11570,8 @@ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "polkadot-approval-distribution"
-version = "24.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"futures-timer",
@@ -12002,8 +11588,8 @@ dependencies = [
[[package]]
name = "polkadot-availability-bitfield-distribution"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"futures-timer",
@@ -12017,8 +11603,8 @@ dependencies = [
[[package]]
name = "polkadot-availability-distribution"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"fatality",
"futures 0.3.32",
@@ -12040,8 +11626,8 @@ dependencies = [
[[package]]
name = "polkadot-availability-recovery"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"fatality",
@@ -12073,8 +11659,8 @@ dependencies = [
[[package]]
name = "polkadot-cli"
-version = "25.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "31.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"clap",
"frame-benchmarking-cli",
@@ -12084,6 +11670,7 @@ dependencies = [
"polkadot-node-primitives",
"polkadot-service",
"sc-cli",
+ "sc-network-types",
"sc-service",
"sc-storage-monitor",
"sc-sysinfo",
@@ -12097,8 +11684,8 @@ dependencies = [
[[package]]
name = "polkadot-collator-protocol"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"fatality",
@@ -12120,8 +11707,8 @@ dependencies = [
[[package]]
name = "polkadot-core-primitives"
-version = "18.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "21.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -12131,13 +11718,13 @@ dependencies = [
[[package]]
name = "polkadot-dispute-distribution"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"fatality",
"futures 0.3.32",
"futures-timer",
- "indexmap 2.13.0",
+ "indexmap",
"parity-scale-codec",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
@@ -12153,8 +11740,8 @@ dependencies = [
[[package]]
name = "polkadot-erasure-coding"
-version = "20.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "23.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"polkadot-node-primitives",
@@ -12167,8 +11754,8 @@ dependencies = [
[[package]]
name = "polkadot-gossip-support"
-version = "24.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"futures-timer",
@@ -12181,15 +11768,15 @@ dependencies = [
"sc-network",
"sp-application-crypto",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-keystore",
"tracing-gum",
]
[[package]]
name = "polkadot-network-bridge"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"always-assert",
"async-trait",
@@ -12211,8 +11798,8 @@ dependencies = [
[[package]]
name = "polkadot-node-collation-generation"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"parity-scale-codec",
@@ -12229,8 +11816,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-approval-voting"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"bitvec",
@@ -12250,7 +11837,7 @@ dependencies = [
"rand_core 0.6.4",
"sc-keystore",
"schnellru",
- "schnorrkel 0.11.5",
+ "schnorrkel",
"sp-application-crypto",
"sp-consensus",
"sp-consensus-slots",
@@ -12261,8 +11848,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-approval-voting-parallel"
-version = "0.7.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.11.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
@@ -12285,8 +11872,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-av-store"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"futures 0.3.32",
@@ -12304,8 +11891,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-backing"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"fatality",
@@ -12325,8 +11912,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-bitfield-signing"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"polkadot-node-subsystem",
@@ -12340,8 +11927,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-candidate-validation"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
@@ -12362,8 +11949,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-chain-api"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"polkadot-node-metrics",
@@ -12376,8 +11963,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-chain-selection"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"futures-timer",
@@ -12392,8 +11979,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-dispute-coordinator"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"fatality",
"futures 0.3.32",
@@ -12410,8 +11997,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-parachains-inherent"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
@@ -12427,8 +12014,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-prospective-parachains"
-version = "23.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "27.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"fatality",
"futures 0.3.32",
@@ -12441,8 +12028,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-provisioner"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"fatality",
@@ -12452,14 +12039,16 @@ dependencies = [
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
+ "sc-consensus-slots",
+ "schnellru",
"thiserror 1.0.69",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"always-assert",
"array-bytes 6.2.3",
@@ -12486,8 +12075,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-pvf-checker"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"polkadot-node-subsystem",
@@ -12499,8 +12088,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-pvf-common"
-version = "20.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "24.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cpu-time",
"futures 0.3.32",
@@ -12508,6 +12097,7 @@ dependencies = [
"libc",
"nix 0.29.0",
"parity-scale-codec",
+ "polkadot-node-primitives",
"polkadot-parachain-primitives",
"polkadot-primitives",
"sc-executor",
@@ -12515,7 +12105,7 @@ dependencies = [
"sc-executor-wasmtime",
"seccompiler",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-externalities",
"sp-io",
"sp-tracing",
@@ -12525,8 +12115,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-runtime-api"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"polkadot-node-metrics",
@@ -12540,8 +12130,8 @@ dependencies = [
[[package]]
name = "polkadot-node-metrics"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bs58",
"futures 0.3.32",
@@ -12557,8 +12147,8 @@ dependencies = [
[[package]]
name = "polkadot-node-network-protocol"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-channel 1.9.0",
"async-trait",
@@ -12582,8 +12172,8 @@ dependencies = [
[[package]]
name = "polkadot-node-primitives"
-version = "20.1.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "23.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"bounded-vec",
@@ -12593,7 +12183,7 @@ dependencies = [
"polkadot-parachain-primitives",
"polkadot-primitives",
"sc-keystore",
- "schnorrkel 0.11.5",
+ "schnorrkel",
"serde",
"sp-application-crypto",
"sp-consensus-babe",
@@ -12606,8 +12196,8 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"polkadot-node-subsystem-types",
"polkadot-overseer",
@@ -12615,8 +12205,8 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem-types"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"derive_more 0.99.20",
@@ -12643,14 +12233,14 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem-util"
-version = "24.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"fatality",
"futures 0.3.32",
"itertools 0.11.0",
"kvdb",
- "parity-db",
+ "parity-db 0.4.13",
"parity-scale-codec",
"parking_lot 0.12.5",
"polkadot-erasure-coding",
@@ -12663,7 +12253,6 @@ dependencies = [
"polkadot-primitives",
"prioritized-metered-channel",
"rand 0.8.5",
- "sc-keystore",
"schnellru",
"sp-application-crypto",
"sp-core",
@@ -12674,8 +12263,8 @@ dependencies = [
[[package]]
name = "polkadot-omni-node-lib"
-version = "0.7.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.13.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"clap",
@@ -12712,6 +12301,7 @@ dependencies = [
"sc-client-api",
"sc-client-db",
"sc-consensus",
+ "sc-consensus-aura",
"sc-consensus-manual-seal",
"sc-executor",
"sc-keystore",
@@ -12723,6 +12313,7 @@ dependencies = [
"sc-runtime-utilities",
"sc-service",
"sc-statement-store",
+ "sc-storage-monitor",
"sc-sysinfo",
"sc-telemetry",
"sc-tracing",
@@ -12757,8 +12348,8 @@ dependencies = [
[[package]]
name = "polkadot-overseer"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
@@ -12777,9 +12368,10 @@ dependencies = [
[[package]]
name = "polkadot-parachain-primitives"
-version = "17.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "20.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
+ "array-bytes 6.2.3",
"bounded-collections",
"derive_more 0.99.20",
"parity-scale-codec",
@@ -12793,8 +12385,8 @@ dependencies = [
[[package]]
name = "polkadot-primitives"
-version = "19.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "22.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"bounded-collections",
@@ -12820,10 +12412,25 @@ dependencies = [
"thiserror 1.0.69",
]
+[[package]]
+name = "polkadot-primitives-test-helpers"
+version = "0.2.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
+dependencies = [
+ "parity-scale-codec",
+ "polkadot-primitives",
+ "rand 0.8.5",
+ "scale-info",
+ "sp-application-crypto",
+ "sp-core",
+ "sp-keyring",
+ "sp-runtime",
+]
+
[[package]]
name = "polkadot-rpc"
-version = "25.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "29.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"jsonrpsee",
"mmr-rpc",
@@ -12855,8 +12462,8 @@ dependencies = [
[[package]]
name = "polkadot-runtime-common"
-version = "20.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "24.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"frame-benchmarking",
@@ -12905,8 +12512,8 @@ dependencies = [
[[package]]
name = "polkadot-runtime-metrics"
-version = "21.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "25.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bs58",
"frame-benchmarking",
@@ -12917,8 +12524,8 @@ dependencies = [
[[package]]
name = "polkadot-runtime-parachains"
-version = "20.0.3"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "24.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitflags 1.3.2",
"bitvec",
@@ -12965,8 +12572,8 @@ dependencies = [
[[package]]
name = "polkadot-sdk-frame"
-version = "0.10.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.14.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-benchmarking",
@@ -13000,8 +12607,8 @@ dependencies = [
[[package]]
name = "polkadot-service"
-version = "25.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "31.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"frame-benchmarking",
@@ -13016,7 +12623,7 @@ dependencies = [
"mmr-gadget",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
- "parity-db",
+ "parity-db 0.4.13",
"parity-scale-codec",
"parking_lot 0.12.5",
"polkadot-approval-distribution",
@@ -13103,13 +12710,14 @@ dependencies = [
"thiserror 1.0.69",
"tracing-gum",
"westend-runtime",
+ "westend-runtime-constants",
"xcm-runtime-apis",
]
[[package]]
name = "polkadot-statement-distribution"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitvec",
"fatality",
@@ -13128,8 +12736,8 @@ dependencies = [
[[package]]
name = "polkadot-statement-table"
-version = "20.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "23.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"polkadot-primitives",
@@ -13138,106 +12746,54 @@ dependencies = [
[[package]]
name = "polkavm"
-version = "0.21.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cfd34e2f74206fff33482ae1718e275f11365ef8c4de7f0e69217f8845303867"
-dependencies = [
- "libc",
- "log",
- "polkavm-assembler 0.21.0",
- "polkavm-common 0.21.0",
- "polkavm-linux-raw 0.21.0",
-]
-
-[[package]]
-name = "polkavm"
-version = "0.24.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2a01db119bb3a86572c0641ba6e7c9786fbd2ac89c25b43b688c4e353787526"
+checksum = "4323d016144b2852da47cee55ca5fc33dfe7517be1f52395759f247ecc5695f6"
dependencies = [
"libc",
"log",
- "polkavm-assembler 0.24.0",
- "polkavm-common 0.24.0",
- "polkavm-linux-raw 0.24.0",
-]
-
-[[package]]
-name = "polkavm-assembler"
-version = "0.21.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f512bc80cb10439391a7c13a9eb2d37cf66b7305e7df0a06d662eff4f5b07625"
-dependencies = [
- "log",
+ "picosimd",
+ "polkavm-assembler",
+ "polkavm-common",
+ "polkavm-linux-raw",
]
[[package]]
name = "polkavm-assembler"
-version = "0.24.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eea6105f3f344abe0bf0151d67b3de6f5d24353f2393355ecf3f5f6e06d7fd0b"
-dependencies = [
- "log",
-]
-
-[[package]]
-name = "polkavm-common"
-version = "0.21.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c16b809cfd398f861261c045a8745e6c78b71ea7e0d3ef6f7cc553eb27bc17e"
+checksum = "b3a873fa7ace058d6507debf5fccb1d06bd3279f5b35dbaf70dc7fe94a6c415c"
dependencies = [
- "blake3",
"log",
- "polkavm-assembler 0.21.0",
]
[[package]]
name = "polkavm-common"
-version = "0.24.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d91ed9e5af472f729fcf3b3c1cf17508ddbb3505259dd6e2ee0fb5a29e105d22"
+checksum = "ed1b408db93d4f49f5c651a7844682b9d7a561827b4dc6202c10356076c055c9"
dependencies = [
"log",
- "polkavm-assembler 0.24.0",
-]
-
-[[package]]
-name = "polkavm-derive"
-version = "0.21.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "47239245f87329541932c0d7fec750a66a75b13aa87dfe4fbfd637bab86ad387"
-dependencies = [
- "polkavm-derive-impl-macro 0.21.0",
+ "picosimd",
+ "polkavm-assembler",
]
[[package]]
name = "polkavm-derive"
-version = "0.24.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "176144f8661117ea95fa7cf868c9a62d6b143e8a2ebcb7582464c3faade8669a"
-dependencies = [
- "polkavm-derive-impl-macro 0.24.0",
-]
-
-[[package]]
-name = "polkavm-derive-impl"
-version = "0.21.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24fd6c6215450c3e57511df5c38a82eb4bde208de15ee15046ac33852f3c3eaa"
+checksum = "acb4463fb0b9dbfafdc1d1a1183df4bf7afa3350d124f29d5700c6bee54556b5"
dependencies = [
- "polkavm-common 0.21.0",
- "proc-macro2",
- "quote",
- "syn 2.0.117",
+ "polkavm-derive-impl-macro",
]
[[package]]
name = "polkavm-derive-impl"
-version = "0.24.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5a21844afdfcc10c92b9ef288ccb926211af27478d1730fcd55e4aec710179d"
+checksum = "993ff45b972e09babe68adce7062c3c38a84b9f50f07b7caf393a023eaa6c74a"
dependencies = [
- "polkavm-common 0.24.0",
+ "polkavm-common",
"proc-macro2",
"quote",
"syn 2.0.117",
@@ -13245,67 +12801,35 @@ dependencies = [
[[package]]
name = "polkavm-derive-impl-macro"
-version = "0.21.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "36837f6b7edfd6f4498f8d25d81da16cf03bd6992c3e56f3d477dfc90f4fefca"
-dependencies = [
- "polkavm-derive-impl 0.21.0",
- "syn 2.0.117",
-]
-
-[[package]]
-name = "polkavm-derive-impl-macro"
-version = "0.24.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba0ef0f17ad81413ea1ca5b1b67553aedf5650c88269b673d3ba015c83bc2651"
+checksum = "0a4f5352e13c1ca5f0e4d7b4a804fbb85b0e02c45cae435d101fe71081bc8ed8"
dependencies = [
- "polkavm-derive-impl 0.24.0",
+ "polkavm-derive-impl",
"syn 2.0.117",
]
[[package]]
name = "polkavm-linker"
-version = "0.21.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23bc764986c4a63f9ab9890c3f4eb9b4c13b6ff80d79685bd48ade147234aab4"
-dependencies = [
- "dirs",
- "gimli 0.31.1",
- "hashbrown 0.14.5",
- "log",
- "object 0.36.7",
- "polkavm-common 0.21.0",
- "regalloc2 0.9.3",
- "rustc-demangle",
-]
-
-[[package]]
-name = "polkavm-linker"
-version = "0.24.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "06c95a521a1331024ebe5823ffdfba9ea6df40b934b0804049d5171887579806"
+checksum = "6739125c4f8f44b4282b6531d765d599f20514e9b608737c6c3544594d08f995"
dependencies = [
"dirs",
"gimli 0.31.1",
"hashbrown 0.14.5",
"log",
"object 0.36.7",
- "polkavm-common 0.24.0",
+ "polkavm-common",
"regalloc2 0.9.3",
"rustc-demangle",
]
[[package]]
name = "polkavm-linux-raw"
-version = "0.21.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "be6cd1d48c5e7814d287a3e12a339386a5dfa2f3ac72f932335f4cf56467f1b3"
-
-[[package]]
-name = "polkavm-linux-raw"
-version = "0.24.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ec0b13e26ec7234dba213ca17118c70c562809bdce0eefe84f92613d5c8da26"
+checksum = "604b23cdb201979304449f53d21bfd5fb1724c03e3ea889067c9a3bf7ae33862"
[[package]]
name = "polling"
@@ -13366,6 +12890,18 @@ version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
+[[package]]
+name = "postcard"
+version = "1.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
+dependencies = [
+ "cobs",
+ "embedded-io 0.4.0",
+ "embedded-io 0.6.1",
+ "serde",
+]
+
[[package]]
name = "potential_utf"
version = "0.1.4"
@@ -13393,7 +12929,7 @@ dependencies = [
[[package]]
name = "precompile-utils"
version = "0.1.0"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"derive_more 1.0.0",
"environmental",
@@ -13422,14 +12958,14 @@ dependencies = [
[[package]]
name = "precompile-utils-macro"
version = "0.1.0"
-source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#d4aaa09f8e9a3a24d45fc701b9cc8648f37785e1"
+source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2512#f3caf16771c242c39e2999138ab9e1e6304e0dee"
dependencies = [
"case",
"num_enum 0.7.5",
"prettyplease",
"proc-macro2",
"quote",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"syn 2.0.117",
]
@@ -13478,17 +13014,6 @@ dependencies = [
"elliptic-curve",
]
-[[package]]
-name = "primitive-types"
-version = "0.12.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
-dependencies = [
- "fixed-hash",
- "impl-codec 0.6.0",
- "uint 0.9.5",
-]
-
[[package]]
name = "primitive-types"
version = "0.13.1"
@@ -13496,7 +13021,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5"
dependencies = [
"fixed-hash",
- "impl-codec 0.7.1",
+ "impl-codec",
"impl-num-traits",
"impl-rlp",
"impl-serde",
@@ -13648,16 +13173,12 @@ version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
dependencies = [
- "bit-set",
- "bit-vec",
"bitflags 2.11.0",
"num-traits",
"rand 0.9.2",
"rand_chacha 0.9.0",
"rand_xorshift",
"regex-syntax",
- "rusty-fork",
- "tempfile",
"unarray",
]
@@ -13697,7 +13218,7 @@ version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
dependencies = [
- "heck 0.4.1",
+ "heck 0.5.0",
"itertools 0.14.0",
"log",
"multimap",
@@ -13717,7 +13238,7 @@ version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
dependencies = [
- "heck 0.4.1",
+ "heck 0.5.0",
"itertools 0.14.0",
"log",
"multimap",
@@ -13782,19 +13303,32 @@ dependencies = [
name = "prost-types"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
+checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
+dependencies = [
+ "prost 0.14.3",
+]
+
+[[package]]
+name = "pulley-interpreter"
+version = "35.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b89c4319786b16c1a6a38ee04788d32c669b61ba4b69da2162c868c18be99c1b"
dependencies = [
- "prost 0.14.3",
+ "cranelift-bitset",
+ "log",
+ "pulley-macros",
+ "wasmtime-internal-math",
]
[[package]]
-name = "psm"
-version = "0.1.30"
+name = "pulley-macros"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
+checksum = "938543690519c20c3a480d20a8efcc8e69abeb44093ab1df4e7c1f81f26c677a"
dependencies = [
- "ar_archive_writer",
- "cc",
+ "proc-macro2",
+ "quote",
+ "syn 2.0.117",
]
[[package]]
@@ -13812,12 +13346,6 @@ dependencies = [
"winapi",
]
-[[package]]
-name = "quick-error"
-version = "1.2.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
-
[[package]]
name = "quick-protobuf"
version = "0.8.1"
@@ -13955,7 +13483,6 @@ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.5",
- "serde",
]
[[package]]
@@ -14013,7 +13540,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
dependencies = [
"getrandom 0.3.4",
- "serde",
]
[[package]]
@@ -14053,15 +13579,6 @@ dependencies = [
"rand_core 0.9.5",
]
-[[package]]
-name = "rapidhash"
-version = "4.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5e48930979c155e2f33aa36ab3119b5ee81332beb6482199a8ecd6029b80b59"
-dependencies = [
- "rustversion",
-]
-
[[package]]
name = "raw-cpuid"
version = "11.6.0"
@@ -14181,26 +13698,28 @@ dependencies = [
[[package]]
name = "regalloc2"
-version = "0.6.1"
+version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"
+checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
dependencies = [
- "fxhash",
+ "hashbrown 0.13.2",
"log",
+ "rustc-hash 1.1.0",
"slice-group-by",
"smallvec",
]
[[package]]
name = "regalloc2"
-version = "0.9.3"
+version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
+checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
dependencies = [
- "hashbrown 0.13.2",
+ "allocator-api2",
+ "bumpalo",
+ "hashbrown 0.15.5",
"log",
- "rustc-hash 1.1.0",
- "slice-group-by",
+ "rustc-hash 2.1.1",
"smallvec",
]
@@ -14287,16 +13806,6 @@ dependencies = [
"digest 0.10.7",
]
-[[package]]
-name = "rlp"
-version = "0.5.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
-dependencies = [
- "bytes",
- "rustc-hex",
-]
-
[[package]]
name = "rlp"
version = "0.6.1"
@@ -14321,9 +13830,9 @@ dependencies = [
[[package]]
name = "rocksdb"
-version = "0.21.0"
+version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"
+checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f"
dependencies = [
"libc",
"librocksdb-sys",
@@ -14331,8 +13840,8 @@ dependencies = [
[[package]]
name = "rococo-runtime"
-version = "24.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "29.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"binary-merkle-tree",
"bitvec",
@@ -14429,8 +13938,8 @@ dependencies = [
[[package]]
name = "rococo-runtime-constants"
-version = "21.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "25.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -14488,40 +13997,6 @@ dependencies = [
"windows-sys 0.52.0",
]
-[[package]]
-name = "ruint"
-version = "1.17.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a"
-dependencies = [
- "alloy-rlp",
- "ark-ff 0.3.0",
- "ark-ff 0.4.2",
- "ark-ff 0.5.0",
- "bytes",
- "fastrlp 0.3.1",
- "fastrlp 0.4.0",
- "num-bigint",
- "num-integer",
- "num-traits",
- "parity-scale-codec",
- "primitive-types 0.12.2",
- "proptest",
- "rand 0.8.5",
- "rand 0.9.2",
- "rlp 0.5.2",
- "ruint-macro",
- "serde_core",
- "valuable",
- "zeroize",
-]
-
-[[package]]
-name = "ruint-macro"
-version = "1.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18"
-
[[package]]
name = "rustc-demangle"
version = "0.1.27"
@@ -14546,15 +14021,6 @@ version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
-[[package]]
-name = "rustc_version"
-version = "0.3.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
-dependencies = [
- "semver 0.11.0",
-]
-
[[package]]
name = "rustc_version"
version = "0.4.1"
@@ -14570,21 +14036,7 @@ version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
- "nom",
-]
-
-[[package]]
-name = "rustix"
-version = "0.36.17"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed"
-dependencies = [
- "bitflags 1.3.2",
- "errno",
- "io-lifetimes",
- "libc",
- "linux-raw-sys 0.1.4",
- "windows-sys 0.45.0",
+ "nom 7.1.3",
]
[[package]]
@@ -14718,38 +14170,11 @@ version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
-[[package]]
-name = "rusty-fork"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
-dependencies = [
- "fnv",
- "quick-error",
- "tempfile",
- "wait-timeout",
-]
-
-[[package]]
-name = "ruzstd"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"
-dependencies = [
- "byteorder",
- "thiserror-core",
- "twox-hash",
-]
-
[[package]]
name = "ruzstd"
-version = "0.6.0"
+version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b"
-dependencies = [
- "byteorder",
- "derive_more 0.99.20",
-]
+checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01"
[[package]]
name = "rw-stream-sink"
@@ -14762,6 +14187,12 @@ dependencies = [
"static_assertions",
]
+[[package]]
+name = "ryu"
+version = "1.0.23"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
+
[[package]]
name = "safe_arch"
version = "0.7.4"
@@ -14791,8 +14222,8 @@ dependencies = [
[[package]]
name = "sc-allocator"
-version = "32.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "35.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
"sp-core",
@@ -14802,8 +14233,8 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
-version = "0.51.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.55.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
@@ -14818,6 +14249,7 @@ dependencies = [
"sc-client-api",
"sc-network",
"sc-network-types",
+ "sc-service",
"serde",
"serde_json",
"sp-api",
@@ -14833,8 +14265,8 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.53.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"log",
@@ -14849,13 +14281,14 @@ dependencies = [
"sp-core",
"sp-inherents",
"sp-runtime",
+ "sp-trie",
"substrate-prometheus-endpoint",
]
[[package]]
name = "sc-block-builder"
-version = "0.45.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.48.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -14869,8 +14302,8 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
-version = "44.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "48.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"clap",
@@ -14886,7 +14319,7 @@ dependencies = [
"serde_json",
"sp-blockchain",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-genesis-builder",
"sp-io",
"sp-runtime",
@@ -14897,7 +14330,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "12.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"proc-macro-crate 3.5.0",
"proc-macro2",
@@ -14907,10 +14340,11 @@ dependencies = [
[[package]]
name = "sc-cli"
-version = "0.53.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.57.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
+ "bip39",
"chrono",
"clap",
"fdlimit",
@@ -14919,7 +14353,6 @@ dependencies = [
"libp2p-identity",
"log",
"names",
- "parity-bip39",
"parity-scale-codec",
"rand 0.8.5",
"regex",
@@ -14952,8 +14385,8 @@ dependencies = [
[[package]]
name = "sc-client-api"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"fnv",
"futures 0.3.32",
@@ -14978,8 +14411,8 @@ dependencies = [
[[package]]
name = "sc-client-db"
-version = "0.47.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.51.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"hash-db",
"kvdb",
@@ -14987,7 +14420,7 @@ dependencies = [
"kvdb-rocksdb",
"linked-hash-map",
"log",
- "parity-db",
+ "parity-db 0.4.13",
"parity-scale-codec",
"parking_lot 0.12.5",
"sc-client-api",
@@ -15006,8 +14439,8 @@ dependencies = [
[[package]]
name = "sc-consensus"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
@@ -15029,13 +14462,15 @@ dependencies = [
[[package]]
name = "sc-consensus-aura"
-version = "0.51.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.55.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
+ "fork-tree",
"futures 0.3.32",
"log",
"parity-scale-codec",
+ "parking_lot 0.12.5",
"sc-block-builder",
"sc-client-api",
"sc-consensus",
@@ -15058,8 +14493,8 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
-version = "0.51.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.55.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"fork-tree",
@@ -15084,18 +14519,19 @@ dependencies = [
"sp-consensus-babe",
"sp-consensus-slots",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-inherents",
"sp-keystore",
"sp-runtime",
+ "sp-timestamp",
"substrate-prometheus-endpoint",
"thiserror 1.0.69",
]
[[package]]
name = "sc-consensus-babe-rpc"
-version = "0.51.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.55.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"jsonrpsee",
@@ -15116,8 +14552,8 @@ dependencies = [
[[package]]
name = "sc-consensus-beefy"
-version = "30.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "34.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"async-channel 1.9.0",
@@ -15150,8 +14586,8 @@ dependencies = [
[[package]]
name = "sc-consensus-beefy-rpc"
-version = "30.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "34.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"jsonrpsee",
@@ -15170,8 +14606,8 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"fork-tree",
"parity-scale-codec",
@@ -15183,10 +14619,10 @@ dependencies = [
[[package]]
name = "sc-consensus-grandpa"
-version = "0.36.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.40.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
- "ahash",
+ "ahash 0.8.12",
"array-bytes 6.2.3",
"async-trait",
"dyn-clone",
@@ -15218,7 +14654,7 @@ dependencies = [
"sp-consensus",
"sp-consensus-grandpa",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-keystore",
"sp-runtime",
"substrate-prometheus-endpoint",
@@ -15227,8 +14663,8 @@ dependencies = [
[[package]]
name = "sc-consensus-grandpa-rpc"
-version = "0.36.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.40.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"finality-grandpa",
"futures 0.3.32",
@@ -15247,8 +14683,8 @@ dependencies = [
[[package]]
name = "sc-consensus-manual-seal"
-version = "0.52.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.56.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"assert_matches",
"async-trait",
@@ -15282,8 +14718,8 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
@@ -15305,8 +14741,8 @@ dependencies = [
[[package]]
name = "sc-executor"
-version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.47.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
"parity-scale-codec",
@@ -15329,11 +14765,11 @@ dependencies = [
[[package]]
name = "sc-executor-common"
-version = "0.39.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.43.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
- "polkavm 0.24.0",
+ "polkavm",
"sc-allocator",
"sp-maybe-compressed-blob",
"sp-wasm-interface",
@@ -15343,25 +14779,25 @@ dependencies = [
[[package]]
name = "sc-executor-polkavm"
-version = "0.36.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.40.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
- "polkavm 0.24.0",
+ "polkavm",
"sc-executor-common",
"sp-wasm-interface",
]
[[package]]
name = "sc-executor-wasmtime"
-version = "0.39.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.43.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"anyhow",
"log",
"parity-scale-codec",
"parking_lot 0.12.5",
- "rustix 0.36.17",
+ "rustix 1.1.4",
"sc-allocator",
"sc-executor-common",
"sp-runtime-interface",
@@ -15371,8 +14807,8 @@ dependencies = [
[[package]]
name = "sc-informant"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"console",
"futures 0.3.32",
@@ -15387,8 +14823,8 @@ dependencies = [
[[package]]
name = "sc-keystore"
-version = "36.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "39.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"parking_lot 0.12.5",
@@ -15401,8 +14837,8 @@ dependencies = [
[[package]]
name = "sc-mixnet"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"arrayvec 0.7.6",
@@ -15429,15 +14865,14 @@ dependencies = [
[[package]]
name = "sc-network"
-version = "0.51.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.55.2"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"async-channel 1.9.0",
"async-trait",
"asynchronous-codec 0.6.2",
"bytes",
- "cid 0.9.0",
"either",
"fnv",
"futures 0.3.32",
@@ -15479,8 +14914,8 @@ dependencies = [
[[package]]
name = "sc-network-common"
-version = "0.49.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.52.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bitflags 1.3.2",
"parity-scale-codec",
@@ -15489,10 +14924,10 @@ dependencies = [
[[package]]
name = "sc-network-gossip"
-version = "0.51.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.55.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
- "ahash",
+ "ahash 0.8.12",
"futures 0.3.32",
"futures-timer",
"log",
@@ -15508,8 +14943,8 @@ dependencies = [
[[package]]
name = "sc-network-light"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"async-channel 1.9.0",
@@ -15529,8 +14964,8 @@ dependencies = [
[[package]]
name = "sc-network-statement"
-version = "0.33.2"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.37.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"async-channel 1.9.0",
@@ -15550,8 +14985,8 @@ dependencies = [
[[package]]
name = "sc-network-sync"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"async-channel 1.9.0",
@@ -15585,8 +15020,8 @@ dependencies = [
[[package]]
name = "sc-network-transactions"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"futures 0.3.32",
@@ -15604,8 +15039,8 @@ dependencies = [
[[package]]
name = "sc-network-types"
-version = "0.17.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.20.2"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bs58",
"bytes",
@@ -15625,8 +15060,8 @@ dependencies = [
[[package]]
name = "sc-offchain"
-version = "46.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "50.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bytes",
"fnv",
@@ -15660,7 +15095,7 @@ dependencies = [
[[package]]
name = "sc-proposer-metrics"
version = "0.20.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
"substrate-prometheus-endpoint",
@@ -15668,8 +15103,8 @@ dependencies = [
[[package]]
name = "sc-rpc"
-version = "46.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "50.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"jsonrpsee",
@@ -15700,8 +15135,8 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"jsonrpsee",
"parity-scale-codec",
@@ -15720,8 +15155,8 @@ dependencies = [
[[package]]
name = "sc-rpc-server"
-version = "23.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "27.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"dyn-clone",
"forwarded-header-value",
@@ -15744,8 +15179,8 @@ dependencies = [
[[package]]
name = "sc-rpc-spec-v2"
-version = "0.51.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.55.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"futures 0.3.32",
@@ -15777,14 +15212,14 @@ dependencies = [
[[package]]
name = "sc-runtime-utilities"
-version = "0.3.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.7.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"sc-executor",
"sc-executor-common",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-state-machine",
"sp-wasm-interface",
"thiserror 1.0.69",
@@ -15792,8 +15227,8 @@ dependencies = [
[[package]]
name = "sc-service"
-version = "0.52.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.56.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"directories",
@@ -15856,8 +15291,8 @@ dependencies = [
[[package]]
name = "sc-state-db"
-version = "0.39.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.41.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
"parity-scale-codec",
@@ -15867,11 +15302,11 @@ dependencies = [
[[package]]
name = "sc-statement-store"
-version = "22.3.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "26.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
- "parity-db",
+ "parity-db 0.4.13",
"parking_lot 0.12.5",
"sc-client-api",
"sc-keystore",
@@ -15887,8 +15322,8 @@ dependencies = [
[[package]]
name = "sc-storage-monitor"
-version = "0.25.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.27.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"clap",
"fs4",
@@ -15900,8 +15335,8 @@ dependencies = [
[[package]]
name = "sc-sync-state-rpc"
-version = "0.51.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.55.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"jsonrpsee",
"parity-scale-codec",
@@ -15919,8 +15354,8 @@ dependencies = [
[[package]]
name = "sc-sysinfo"
-version = "43.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "46.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"derive_more 0.99.20",
"futures 0.3.32",
@@ -15933,14 +15368,14 @@ dependencies = [
"serde",
"serde_json",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-io",
]
[[package]]
name = "sc-telemetry"
-version = "29.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "30.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"chrono",
"futures 0.3.32",
@@ -15958,12 +15393,11 @@ dependencies = [
[[package]]
name = "sc-tracing"
-version = "40.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"chrono",
"console",
- "frame-metadata 23.0.1",
"is-terminal",
"libc",
"log",
@@ -15979,7 +15413,6 @@ dependencies = [
"sp-rpc",
"sp-runtime",
"sp-tracing",
- "sp-trie",
"thiserror 1.0.69",
"tracing",
"tracing-log",
@@ -15989,7 +15422,7 @@ dependencies = [
[[package]]
name = "sc-tracing-proc-macro"
version = "11.1.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"proc-macro-crate 3.5.0",
"proc-macro2",
@@ -15999,13 +15432,13 @@ dependencies = [
[[package]]
name = "sc-transaction-pool"
-version = "40.1.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
"futures-timer",
- "indexmap 2.13.0",
+ "indexmap",
"itertools 0.11.0",
"linked-hash-map",
"parity-scale-codec",
@@ -16017,10 +15450,11 @@ dependencies = [
"sp-api",
"sp-blockchain",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-runtime",
"sp-tracing",
"sp-transaction-pool",
+ "strum 0.26.3",
"substrate-prometheus-endpoint",
"thiserror 1.0.69",
"tokio",
@@ -16030,25 +15464,26 @@ dependencies = [
[[package]]
name = "sc-transaction-pool-api"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "43.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
- "indexmap 2.13.0",
+ "indexmap",
"log",
"parity-scale-codec",
"serde",
"sp-blockchain",
"sp-core",
"sp-runtime",
+ "strum 0.26.3",
"thiserror 1.0.69",
]
[[package]]
name = "sc-utils"
-version = "19.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "20.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-channel 1.9.0",
"futures 0.3.32",
@@ -16078,7 +15513,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d6ed61699ad4d54101ab5a817169259b5b0efc08152f8632e61482d8a27ca3d"
dependencies = [
"parity-scale-codec",
- "primitive-types 0.13.1",
+ "primitive-types",
"scale-bits",
"scale-decode-derive",
"scale-type-resolver",
@@ -16105,7 +15540,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2a976d73564a59e482b74fd5d95f7518b79ca8c8ca5865398a4d629dd15ee50"
dependencies = [
"parity-scale-codec",
- "primitive-types 0.13.1",
+ "primitive-types",
"scale-bits",
"scale-encode-derive",
"scale-type-resolver",
@@ -16209,27 +15644,11 @@ version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649"
dependencies = [
- "ahash",
+ "ahash 0.8.12",
"cfg-if",
"hashbrown 0.13.2",
]
-[[package]]
-name = "schnorrkel"
-version = "0.10.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d"
-dependencies = [
- "arrayref",
- "arrayvec 0.7.6",
- "curve25519-dalek-ng",
- "merlin",
- "rand_core 0.6.4",
- "sha2 0.9.9",
- "subtle-ng",
- "zeroize",
-]
-
[[package]]
name = "schnorrkel"
version = "0.11.5"
@@ -16321,7 +15740,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252"
dependencies = [
- "bitcoin_hashes 0.14.1",
+ "bitcoin_hashes",
"rand 0.8.5",
"secp256k1-sys 0.10.1",
]
@@ -16400,16 +15819,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
dependencies = [
- "semver-parser 0.7.0",
-]
-
-[[package]]
-name = "semver"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
-dependencies = [
- "semver-parser 0.10.3",
+ "semver-parser",
]
[[package]]
@@ -16428,15 +15838,6 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
-[[package]]
-name = "semver-parser"
-version = "0.10.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2"
-dependencies = [
- "pest",
-]
-
[[package]]
name = "serde"
version = "1.0.228"
@@ -16499,13 +15900,25 @@ dependencies = [
"serde",
]
+[[package]]
+name = "serde_urlencoded"
+version = "0.7.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
+dependencies = [
+ "form_urlencoded",
+ "itoa",
+ "ryu",
+ "serde",
+]
+
[[package]]
name = "serde_with"
version = "3.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9"
dependencies = [
- "base64 0.22.1",
+ "base64",
"chrono",
"hex",
"serde_core",
@@ -16539,7 +15952,7 @@ dependencies = [
[[package]]
name = "session-keys-primitives"
version = "0.1.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"async-trait",
"frame-support",
@@ -16556,19 +15969,6 @@ dependencies = [
"sp-std",
]
-[[package]]
-name = "sha-1"
-version = "0.9.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
-dependencies = [
- "block-buffer 0.9.0",
- "cfg-if",
- "cpufeatures",
- "digest 0.9.0",
- "opaque-debug 0.3.1",
-]
-
[[package]]
name = "sha1"
version = "0.10.6"
@@ -16614,16 +16014,6 @@ dependencies = [
"keccak",
]
-[[package]]
-name = "sha3-asm"
-version = "0.1.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b31139435f327c93c6038ed350ae4588e2c70a13d50599509fee6349967ba35a"
-dependencies = [
- "cc",
- "cfg-if",
-]
-
[[package]]
name = "sharded-slab"
version = "0.1.7"
@@ -16694,9 +16084,9 @@ dependencies = [
[[package]]
name = "simple-dns"
-version = "0.9.3"
+version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a"
+checksum = "df350943049174c4ae8ced56c604e28270258faec12a6a48637a7655287c9ce0"
dependencies = [
"bitflags 2.11.0",
]
@@ -16733,8 +16123,8 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
[[package]]
name = "slot-range-helper"
-version = "18.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "21.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"enumn",
"parity-scale-codec",
@@ -16753,25 +16143,11 @@ dependencies = [
[[package]]
name = "smallvec"
-version = "1.15.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
-
-[[package]]
-name = "smol"
-version = "1.3.0"
+version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
+checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
dependencies = [
- "async-channel 1.9.0",
- "async-executor",
- "async-fs 1.6.0",
- "async-io 1.13.0",
- "async-lock 2.8.0",
- "async-net 1.8.0",
- "async-process 1.8.1",
- "blocking",
- "futures-lite 1.13.0",
+ "serde",
]
[[package]]
@@ -16782,99 +16158,45 @@ checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
dependencies = [
"async-channel 2.5.0",
"async-executor",
- "async-fs 2.2.0",
+ "async-fs",
"async-io 2.6.0",
"async-lock 3.4.2",
- "async-net 2.0.0",
- "async-process 2.5.0",
+ "async-net",
+ "async-process",
"blocking",
"futures-lite 2.6.1",
]
[[package]]
name = "smoldot"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"
-dependencies = [
- "arrayvec 0.7.6",
- "async-lock 2.8.0",
- "atomic-take",
- "base64 0.21.7",
- "bip39",
- "blake2-rfc",
- "bs58",
- "chacha20",
- "crossbeam-queue",
- "derive_more 0.99.20",
- "ed25519-zebra",
- "either",
- "event-listener 2.5.3",
- "fnv",
- "futures-lite 1.13.0",
- "futures-util",
- "hashbrown 0.14.5",
- "hex",
- "hmac 0.12.1",
- "itertools 0.11.0",
- "libsecp256k1",
- "merlin",
- "no-std-net",
- "nom",
- "num-bigint",
- "num-rational",
- "num-traits",
- "pbkdf2 0.12.2",
- "pin-project",
- "poly1305",
- "rand 0.8.5",
- "rand_chacha 0.3.1",
- "ruzstd 0.4.0",
- "schnorrkel 0.10.2",
- "serde",
- "serde_json",
- "sha2 0.10.9",
- "sha3",
- "siphasher 0.3.11",
- "slab",
- "smallvec",
- "soketto 0.7.1",
- "twox-hash",
- "wasmi 0.31.2",
- "x25519-dalek",
- "zeroize",
-]
-
-[[package]]
-name = "smoldot"
-version = "0.18.0"
+version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818"
+checksum = "e16e5723359f0048bf64bfdfba64e5732a56847d42c4fd3fe56f18280c813413"
dependencies = [
"arrayvec 0.7.6",
"async-lock 3.4.2",
"atomic-take",
- "base64 0.22.1",
+ "base64",
"bip39",
"blake2-rfc",
"bs58",
"chacha20",
"crossbeam-queue",
- "derive_more 0.99.20",
+ "derive_more 2.1.1",
"ed25519-zebra",
"either",
"event-listener 5.4.1",
"fnv",
"futures-lite 2.6.1",
"futures-util",
- "hashbrown 0.14.5",
+ "hashbrown 0.15.5",
"hex",
"hmac 0.12.1",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"libm",
"libsecp256k1",
"merlin",
- "nom",
+ "nom 8.0.0",
"num-bigint",
"num-rational",
"num-traits",
@@ -16883,8 +16205,8 @@ dependencies = [
"poly1305",
"rand 0.8.5",
"rand_chacha 0.3.1",
- "ruzstd 0.6.0",
- "schnorrkel 0.11.5",
+ "ruzstd",
+ "schnorrkel",
"serde",
"serde_json",
"sha2 0.10.9",
@@ -16892,70 +16214,34 @@ dependencies = [
"siphasher 1.0.2",
"slab",
"smallvec",
- "soketto 0.8.1",
- "twox-hash",
- "wasmi 0.32.3",
+ "soketto",
+ "twox-hash 2.1.2",
+ "wasmi",
"x25519-dalek",
"zeroize",
]
[[package]]
name = "smoldot-light"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"
-dependencies = [
- "async-channel 1.9.0",
- "async-lock 2.8.0",
- "base64 0.21.7",
- "blake2-rfc",
- "derive_more 0.99.20",
- "either",
- "event-listener 2.5.3",
- "fnv",
- "futures-channel",
- "futures-lite 1.13.0",
- "futures-util",
- "hashbrown 0.14.5",
- "hex",
- "itertools 0.11.0",
- "log",
- "lru 0.11.1",
- "no-std-net",
- "parking_lot 0.12.5",
- "pin-project",
- "rand 0.8.5",
- "rand_chacha 0.3.1",
- "serde",
- "serde_json",
- "siphasher 0.3.11",
- "slab",
- "smol 1.3.0",
- "smoldot 0.11.0",
- "zeroize",
-]
-
-[[package]]
-name = "smoldot-light"
-version = "0.16.2"
+version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2a33b06891f687909632ce6a4e3fd7677b24df930365af3d0bcb078310129f3f"
+checksum = "f1bba9e591716567d704a8252feeb2f1261a286e1e2cbdd4e49e9197c34a14e2"
dependencies = [
"async-channel 2.5.0",
"async-lock 3.4.2",
- "base64 0.22.1",
+ "base64",
"blake2-rfc",
"bs58",
- "derive_more 0.99.20",
+ "derive_more 2.1.1",
"either",
"event-listener 5.4.1",
"fnv",
"futures-channel",
"futures-lite 2.6.1",
"futures-util",
- "hashbrown 0.14.5",
+ "hashbrown 0.15.5",
"hex",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"log",
"lru 0.12.5",
"parking_lot 0.12.5",
@@ -16966,8 +16252,8 @@ dependencies = [
"serde_json",
"siphasher 1.0.2",
"slab",
- "smol 2.0.2",
- "smoldot 0.18.0",
+ "smol",
+ "smoldot",
"zeroize",
]
@@ -16989,21 +16275,20 @@ dependencies = [
"curve25519-dalek",
"rand_core 0.6.4",
"ring 0.17.14",
- "rustc_version 0.4.1",
+ "rustc_version",
"sha2 0.10.9",
"subtle 2.6.1",
]
[[package]]
name = "snowbridge-core"
-version = "0.14.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.18.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bp-relayers",
"frame-support",
"frame-system",
"hex-literal",
- "log",
"parity-scale-codec",
"polkadot-parachain-primitives",
"scale-info",
@@ -17016,6 +16301,7 @@ dependencies = [
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
+ "tracing",
]
[[package]]
@@ -17048,28 +16334,13 @@ dependencies = [
"windows-sys 0.60.2",
]
-[[package]]
-name = "soketto"
-version = "0.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
-dependencies = [
- "base64 0.13.1",
- "bytes",
- "futures 0.3.32",
- "httparse",
- "log",
- "rand 0.8.5",
- "sha-1",
-]
-
[[package]]
name = "soketto"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721"
dependencies = [
- "base64 0.22.1",
+ "base64",
"bytes",
"futures 0.3.32",
"http 1.4.0",
@@ -17081,8 +16352,8 @@ dependencies = [
[[package]]
name = "sp-api"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"hash-db",
@@ -17103,8 +16374,8 @@ dependencies = [
[[package]]
name = "sp-api-proc-macro"
-version = "23.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "26.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"Inflector",
"blake2 0.10.6",
@@ -17117,8 +16388,8 @@ dependencies = [
[[package]]
name = "sp-application-crypto"
-version = "41.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -17129,8 +16400,8 @@ dependencies = [
[[package]]
name = "sp-arithmetic"
-version = "27.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"integer-sqrt",
@@ -17143,8 +16414,8 @@ dependencies = [
[[package]]
name = "sp-authority-discovery"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -17155,8 +16426,8 @@ dependencies = [
[[package]]
name = "sp-block-builder"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"sp-api",
"sp-inherents",
@@ -17165,8 +16436,8 @@ dependencies = [
[[package]]
name = "sp-blockchain"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "43.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"parity-scale-codec",
@@ -17184,8 +16455,8 @@ dependencies = [
[[package]]
name = "sp-consensus"
-version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.46.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"futures 0.3.32",
@@ -17198,8 +16469,8 @@ dependencies = [
[[package]]
name = "sp-consensus-aura"
-version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.46.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -17214,8 +16485,8 @@ dependencies = [
[[package]]
name = "sp-consensus-babe"
-version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.46.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -17232,8 +16503,8 @@ dependencies = [
[[package]]
name = "sp-consensus-beefy"
-version = "25.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "28.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -17241,7 +16512,7 @@ dependencies = [
"sp-api",
"sp-application-crypto",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-io",
"sp-keystore",
"sp-mmr-primitives",
@@ -17252,8 +16523,8 @@ dependencies = [
[[package]]
name = "sp-consensus-grandpa"
-version = "24.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "27.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"finality-grandpa",
"log",
@@ -17269,8 +16540,8 @@ dependencies = [
[[package]]
name = "sp-consensus-slots"
-version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.46.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -17280,11 +16551,12 @@ dependencies = [
[[package]]
name = "sp-core"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "39.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"ark-vrf",
"array-bytes 6.2.3",
+ "bip39",
"bitflags 1.3.2",
"blake2 0.10.6",
"bounded-collections",
@@ -17300,22 +16572,20 @@ dependencies = [
"libsecp256k1",
"log",
"merlin",
- "parity-bip39",
"parity-scale-codec",
"parking_lot 0.12.5",
"paste",
- "primitive-types 0.13.1",
+ "primitive-types",
"rand 0.8.5",
"scale-info",
- "schnorrkel 0.11.5",
+ "schnorrkel",
"secp256k1 0.28.2",
"secrecy 0.8.0",
"serde",
"sha2 0.10.9",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-debug-derive",
"sp-externalities",
- "sp-runtime-interface",
"sp-std",
"sp-storage",
"ss58-registry",
@@ -17337,45 +16607,46 @@ dependencies = [
"digest 0.10.7",
"sha2 0.10.9",
"sha3",
- "twox-hash",
+ "twox-hash 1.6.3",
]
[[package]]
name = "sp-crypto-hashing"
version = "0.1.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"blake2b_simd",
"byteorder",
"digest 0.10.7",
"sha2 0.10.9",
"sha3",
- "twox-hash",
+ "twox-hash 1.6.3",
]
[[package]]
name = "sp-crypto-hashing-proc-macro"
version = "0.1.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"quote",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"syn 2.0.117",
]
[[package]]
name = "sp-database"
-version = "10.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "10.0.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"kvdb",
+ "kvdb-rocksdb",
"parking_lot 0.12.5",
]
[[package]]
name = "sp-debug-derive"
version = "14.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"proc-macro2",
"quote",
@@ -17384,8 +16655,8 @@ dependencies = [
[[package]]
name = "sp-externalities"
-version = "0.30.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.31.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"environmental",
"parity-scale-codec",
@@ -17394,8 +16665,8 @@ dependencies = [
[[package]]
name = "sp-genesis-builder"
-version = "0.18.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.21.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -17406,8 +16677,8 @@ dependencies = [
[[package]]
name = "sp-inherents"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"impl-trait-for-tuples",
@@ -17419,8 +16690,8 @@ dependencies = [
[[package]]
name = "sp-io"
-version = "41.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "44.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bytes",
"docify",
@@ -17428,11 +16699,11 @@ dependencies = [
"libsecp256k1",
"log",
"parity-scale-codec",
- "polkavm-derive 0.24.0",
+ "polkavm-derive",
"rustversion",
"secp256k1 0.28.2",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-externalities",
"sp-keystore",
"sp-runtime-interface",
@@ -17445,8 +16716,8 @@ dependencies = [
[[package]]
name = "sp-keyring"
-version = "42.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"sp-core",
"sp-runtime",
@@ -17455,8 +16726,8 @@ dependencies = [
[[package]]
name = "sp-keystore"
-version = "0.43.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.45.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"parking_lot 0.12.5",
@@ -17466,8 +16737,8 @@ dependencies = [
[[package]]
name = "sp-maybe-compressed-blob"
-version = "11.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "11.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"thiserror 1.0.69",
"zstd 0.12.4",
@@ -17475,18 +16746,18 @@ dependencies = [
[[package]]
name = "sp-metadata-ir"
-version = "0.11.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.12.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
- "frame-metadata 23.0.1",
+ "frame-metadata",
"parity-scale-codec",
"scale-info",
]
[[package]]
name = "sp-mixnet"
-version = "0.15.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.18.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -17496,8 +16767,8 @@ dependencies = [
[[package]]
name = "sp-mmr-primitives"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"log",
"parity-scale-codec",
@@ -17513,8 +16784,8 @@ dependencies = [
[[package]]
name = "sp-npos-elections"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -17526,8 +16797,8 @@ dependencies = [
[[package]]
name = "sp-offchain"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"sp-api",
"sp-core",
@@ -17537,7 +16808,7 @@ dependencies = [
[[package]]
name = "sp-panic-handler"
version = "13.0.2"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"backtrace",
"regex",
@@ -17545,8 +16816,8 @@ dependencies = [
[[package]]
name = "sp-rpc"
-version = "35.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "37.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"rustc-hash 1.1.0",
"serde",
@@ -17555,10 +16826,11 @@ dependencies = [
[[package]]
name = "sp-runtime"
-version = "42.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "45.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"binary-merkle-tree",
+ "bytes",
"docify",
"either",
"hash256-std-hasher",
@@ -17578,20 +16850,20 @@ dependencies = [
"sp-std",
"sp-trie",
"sp-weights",
+ "strum 0.26.3",
"tracing",
"tuplex",
]
[[package]]
name = "sp-runtime-interface"
-version = "30.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "33.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bytes",
"impl-trait-for-tuples",
"parity-scale-codec",
- "polkavm-derive 0.24.0",
- "primitive-types 0.13.1",
+ "polkavm-derive",
"sp-externalities",
"sp-runtime-interface-proc-macro",
"sp-std",
@@ -17603,8 +16875,8 @@ dependencies = [
[[package]]
name = "sp-runtime-interface-proc-macro"
-version = "19.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "20.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"Inflector",
"expander",
@@ -17616,8 +16888,8 @@ dependencies = [
[[package]]
name = "sp-session"
-version = "39.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "42.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -17630,8 +16902,8 @@ dependencies = [
[[package]]
name = "sp-staking"
-version = "39.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "42.2.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
@@ -17643,8 +16915,8 @@ dependencies = [
[[package]]
name = "sp-state-machine"
-version = "0.46.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.49.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"hash-db",
"log",
@@ -17663,8 +16935,8 @@ dependencies = [
[[package]]
name = "sp-statement-store"
-version = "21.2.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "24.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"aes-gcm",
"curve25519-dalek",
@@ -17677,7 +16949,7 @@ dependencies = [
"sp-api",
"sp-application-crypto",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-externalities",
"sp-runtime",
"sp-runtime-interface",
@@ -17688,12 +16960,12 @@ dependencies = [
[[package]]
name = "sp-std"
version = "14.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
[[package]]
name = "sp-storage"
version = "22.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -17704,8 +16976,8 @@ dependencies = [
[[package]]
name = "sp-timestamp"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -17716,10 +16988,11 @@ dependencies = [
[[package]]
name = "sp-tracing"
-version = "17.1.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "19.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
+ "regex",
"tracing",
"tracing-core",
"tracing-subscriber",
@@ -17727,8 +17000,8 @@ dependencies = [
[[package]]
name = "sp-transaction-pool"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"sp-api",
"sp-runtime",
@@ -17736,12 +17009,13 @@ dependencies = [
[[package]]
name = "sp-transaction-storage-proof"
-version = "37.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "40.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"parity-scale-codec",
"scale-info",
+ "sp-api",
"sp-core",
"sp-inherents",
"sp-runtime",
@@ -17750,10 +17024,10 @@ dependencies = [
[[package]]
name = "sp-trie"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "42.0.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
- "ahash",
+ "ahash 0.8.12",
"foldhash 0.1.5",
"hash-db",
"hashbrown 0.15.5",
@@ -17775,8 +17049,8 @@ dependencies = [
[[package]]
name = "sp-version"
-version = "40.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "43.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -17793,7 +17067,7 @@ dependencies = [
[[package]]
name = "sp-version-proc-macro"
version = "15.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"parity-scale-codec",
"proc-macro-warning",
@@ -17804,8 +17078,8 @@ dependencies = [
[[package]]
name = "sp-wasm-interface"
-version = "22.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "24.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"anyhow",
"impl-trait-for-tuples",
@@ -17816,8 +17090,8 @@ dependencies = [
[[package]]
name = "sp-weights"
-version = "32.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "33.2.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"bounded-collections",
"parity-scale-codec",
@@ -17862,21 +17136,11 @@ dependencies = [
"der",
]
-[[package]]
-name = "sqlformat"
-version = "0.2.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
-dependencies = [
- "nom",
- "unicode_categories",
-]
-
[[package]]
name = "sqlx"
-version = "0.7.4"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
+checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
dependencies = [
"sqlx-core",
"sqlx-macros",
@@ -17885,37 +17149,32 @@ dependencies = [
[[package]]
name = "sqlx-core"
-version = "0.7.4"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
+checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
dependencies = [
- "ahash",
- "atoi",
- "byteorder",
+ "base64",
"bytes",
"crc",
"crossbeam-queue",
"either",
- "event-listener 2.5.3",
- "futures-channel",
+ "event-listener 5.4.1",
"futures-core",
"futures-intrusive",
"futures-io",
"futures-util",
- "hashlink",
- "hex",
- "indexmap 2.13.0",
+ "hashbrown 0.15.5",
+ "hashlink 0.10.0",
+ "indexmap",
"log",
"memchr",
"native-tls",
"once_cell",
- "paste",
"percent-encoding",
"serde",
"sha2 0.10.9",
"smallvec",
- "sqlformat",
- "thiserror 1.0.69",
+ "thiserror 2.0.18",
"tokio",
"tokio-stream",
"tracing",
@@ -17924,26 +17183,26 @@ dependencies = [
[[package]]
name = "sqlx-macros"
-version = "0.7.4"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
+checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
dependencies = [
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
- "syn 1.0.109",
+ "syn 2.0.117",
]
[[package]]
name = "sqlx-macros-core"
-version = "0.7.4"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
+checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
dependencies = [
"dotenvy",
"either",
- "heck 0.4.1",
+ "heck 0.5.0",
"hex",
"once_cell",
"proc-macro2",
@@ -17953,17 +17212,16 @@ dependencies = [
"sha2 0.10.9",
"sqlx-core",
"sqlx-sqlite",
- "syn 1.0.109",
- "tempfile",
+ "syn 2.0.117",
"tokio",
"url",
]
[[package]]
name = "sqlx-sqlite"
-version = "0.7.4"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
+checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
dependencies = [
"atoi",
"flume 0.11.1",
@@ -17976,10 +17234,11 @@ dependencies = [
"log",
"percent-encoding",
"serde",
+ "serde_urlencoded",
"sqlx-core",
+ "thiserror 2.0.18",
"tracing",
"url",
- "urlencoding",
]
[[package]]
@@ -18005,8 +17264,8 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
[[package]]
name = "staging-chain-spec-builder"
-version = "12.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "16.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"clap",
"docify",
@@ -18018,8 +17277,8 @@ dependencies = [
[[package]]
name = "staging-parachain-info"
-version = "0.21.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.25.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -18031,8 +17290,8 @@ dependencies = [
[[package]]
name = "staging-xcm"
-version = "17.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "21.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"bounded-collections",
@@ -18041,19 +17300,19 @@ dependencies = [
"frame-support",
"hex-literal",
"impl-trait-for-tuples",
- "log",
"parity-scale-codec",
"scale-info",
"serde",
"sp-runtime",
"sp-weights",
+ "tracing",
"xcm-procedural",
]
[[package]]
name = "staging-xcm-builder"
-version = "21.1.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "25.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"environmental",
"frame-support",
@@ -18076,8 +17335,8 @@ dependencies = [
[[package]]
name = "staging-xcm-executor"
-version = "20.0.2"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "24.0.1"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"environmental",
"frame-benchmarking",
@@ -18143,16 +17402,6 @@ dependencies = [
"sp-trie",
]
-[[package]]
-name = "string-interner"
-version = "0.17.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1c6a0d765f5807e98a091107bae0a56ea3799f66a5de47b2c84c94a39c09974e"
-dependencies = [
- "cfg-if",
- "hashbrown 0.14.5",
-]
-
[[package]]
name = "strsim"
version = "0.11.1"
@@ -18203,11 +17452,11 @@ dependencies = [
[[package]]
name = "substrate-bip39"
version = "0.6.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"hmac 0.12.1",
"pbkdf2 0.12.2",
- "schnorrkel 0.11.5",
+ "schnorrkel",
"sha2 0.10.9",
"zeroize",
]
@@ -18228,7 +17477,7 @@ dependencies = [
[[package]]
name = "substrate-build-script-utils"
version = "11.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
[[package]]
name = "substrate-fixed"
@@ -18243,8 +17492,8 @@ dependencies = [
[[package]]
name = "substrate-frame-rpc-system"
-version = "45.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "49.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"docify",
"frame-system-rpc-runtime-api",
@@ -18263,8 +17512,8 @@ dependencies = [
[[package]]
name = "substrate-prometheus-endpoint"
-version = "0.17.6"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.17.7"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"http-body-util",
"hyper 1.8.1",
@@ -18277,8 +17526,8 @@ dependencies = [
[[package]]
name = "substrate-rpc-client"
-version = "0.50.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.54.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"async-trait",
"jsonrpsee",
@@ -18290,8 +17539,8 @@ dependencies = [
[[package]]
name = "substrate-state-trie-migration-rpc"
-version = "44.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "48.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"jsonrpsee",
"parity-scale-codec",
@@ -18308,7 +17557,7 @@ dependencies = [
[[package]]
name = "substrate-test-client"
version = "2.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"async-trait",
@@ -18333,7 +17582,7 @@ dependencies = [
[[package]]
name = "substrate-test-runtime"
version = "2.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"frame-executive",
@@ -18357,7 +17606,7 @@ dependencies = [
"sp-consensus-babe",
"sp-consensus-grandpa",
"sp-core",
- "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506)",
+ "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512)",
"sp-debug-derive",
"sp-externalities",
"sp-genesis-builder",
@@ -18379,7 +17628,7 @@ dependencies = [
[[package]]
name = "substrate-test-runtime-client"
version = "2.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"futures 0.3.32",
"sc-block-builder",
@@ -18406,20 +17655,20 @@ dependencies = [
[[package]]
name = "substrate-wasm-builder"
-version = "27.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "31.1.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"array-bytes 6.2.3",
"build-helper",
"cargo_metadata",
"console",
"filetime",
- "frame-metadata 23.0.1",
+ "frame-metadata",
"jobserver",
"merkleized-metadata",
"parity-scale-codec",
"parity-wasm",
- "polkavm-linker 0.24.0",
+ "polkavm-linker",
"sc-executor",
"shlex",
"sp-core",
@@ -18446,26 +17695,20 @@ version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
-[[package]]
-name = "subtle-ng"
-version = "2.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
-
[[package]]
name = "subxt"
-version = "0.41.0"
+version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03459d84546def5e1d0d22b162754609f18e031522b0319b53306f5829de9c09"
+checksum = "f8c6dc0f90e23c521465b8f7e026af04a48cc6f00c51d88a8d313d33096149de"
dependencies = [
"async-trait",
"derive-where",
"either",
- "frame-metadata 20.0.0",
+ "frame-metadata",
"futures 0.3.32",
"hex",
"parity-scale-codec",
- "primitive-types 0.13.1",
+ "primitive-types",
"scale-bits",
"scale-decode",
"scale-encode",
@@ -18489,9 +17732,9 @@ dependencies = [
[[package]]
name = "subxt-codegen"
-version = "0.41.0"
+version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "324c52c09919fec8c22a4b572a466878322e99fe14a9e3d50d6c3700a226ec25"
+checksum = "1728caecd9700391e78cc30dc298221d6f5ca0ea28258a452aa76b0b7c229842"
dependencies = [
"heck 0.5.0",
"parity-scale-codec",
@@ -18506,21 +17749,21 @@ dependencies = [
[[package]]
name = "subxt-core"
-version = "0.41.0"
+version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "66ef00be9d64885ec94e478a58e4e39d222024b20013ae7df4fc6ece545391aa"
+checksum = "25338dd11ae34293b8d0c5807064f2e00194ba1bd84cccfa694030c8d185b941"
dependencies = [
"base58",
"blake2 0.10.6",
"derive-where",
"frame-decode",
- "frame-metadata 20.0.0",
+ "frame-metadata",
"hashbrown 0.14.5",
"hex",
"impl-serde",
"keccak-hash",
"parity-scale-codec",
- "primitive-types 0.13.1",
+ "primitive-types",
"scale-bits",
"scale-decode",
"scale-encode",
@@ -18536,15 +17779,15 @@ dependencies = [
[[package]]
name = "subxt-lightclient"
-version = "0.41.0"
+version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce07c2515b2e63b85ec3043fe4461b287af0615d4832c2fe6e81ba780b906bc0"
+checksum = "9097ef356e534ce0b6a50b95233512afc394347b971a4f929c4830adc52bbc6f"
dependencies = [
"futures 0.3.32",
"futures-util",
"serde",
"serde_json",
- "smoldot-light 0.16.2",
+ "smoldot-light",
"thiserror 2.0.18",
"tokio",
"tokio-stream",
@@ -18553,9 +17796,9 @@ dependencies = [
[[package]]
name = "subxt-macro"
-version = "0.41.0"
+version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7c2c8da275a620dd676381d72395dfea91f0a6cd849665b4f1d0919371850701"
+checksum = "c269228a2e5de4c0c61ed872b701967ee761df0f167d5b91ecec1185bca65793"
dependencies = [
"darling 0.20.11",
"parity-scale-codec",
@@ -18563,18 +17806,19 @@ dependencies = [
"quote",
"scale-typegen",
"subxt-codegen",
+ "subxt-metadata",
"subxt-utils-fetchmetadata",
"syn 2.0.117",
]
[[package]]
name = "subxt-metadata"
-version = "0.41.0"
+version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fff4591673600c4388e21305788282414d26c791b4dee21b7cb0b19c10076f98"
+checksum = "2c134068711c0c46906abc0e6e4911204420331530738e18ca903a5469364d9f"
dependencies = [
"frame-decode",
- "frame-metadata 20.0.0",
+ "frame-metadata",
"hashbrown 0.14.5",
"parity-scale-codec",
"scale-info",
@@ -18584,18 +17828,18 @@ dependencies = [
[[package]]
name = "subxt-rpcs"
-version = "0.41.0"
+version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ba7494d250d65dc3439365ac5e8e0fbb9c3992e6e84b7aa01d69e082249b8b8"
+checksum = "25de7727144780d780a6a7d78bbfd28414b8adbab68b05e87329c367d7705be4"
dependencies = [
"derive-where",
- "frame-metadata 20.0.0",
+ "frame-metadata",
"futures 0.3.32",
"hex",
"impl-serde",
"jsonrpsee",
"parity-scale-codec",
- "primitive-types 0.13.1",
+ "primitive-types",
"serde",
"serde_json",
"subxt-core",
@@ -18607,11 +17851,11 @@ dependencies = [
[[package]]
name = "subxt-signer"
-version = "0.41.0"
+version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4a2370298a210ed1df26152db7209a85e0ed8cfbce035309c3b37f7b61755377"
+checksum = "9a9bd240ae819f64ac6898d7ec99a88c8b838dba2fb9d83b843feb70e77e34c8"
dependencies = [
- "base64 0.22.1",
+ "base64",
"bip32",
"bip39",
"cfg-if",
@@ -18622,7 +17866,7 @@ dependencies = [
"parity-scale-codec",
"pbkdf2 0.12.2",
"regex",
- "schnorrkel 0.11.5",
+ "schnorrkel",
"scrypt",
"secp256k1 0.30.0",
"secrecy 0.10.3",
@@ -18637,9 +17881,9 @@ dependencies = [
[[package]]
name = "subxt-utils-fetchmetadata"
-version = "0.41.0"
+version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fc868b55fe2303788dc7703457af390111940c3da4714b510983284501780ed5"
+checksum = "8c4fb8fd6b16ecd3537a29d70699f329a68c1e47f70ed1a46d64f76719146563"
dependencies = [
"hex",
"parity-scale-codec",
@@ -18680,18 +17924,6 @@ dependencies = [
"unicode-ident",
]
-[[package]]
-name = "syn-solidity"
-version = "1.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53f425ae0b12e2f5ae65542e00898d500d4d318b4baf09f40fd0d410454e9947"
-dependencies = [
- "paste",
- "proc-macro2",
- "quote",
- "syn 2.0.117",
-]
-
[[package]]
name = "synstructure"
version = "0.12.6"
@@ -18765,9 +17997,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "target-lexicon"
-version = "0.12.16"
+version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
+checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
[[package]]
name = "tempfile"
@@ -18825,26 +18057,6 @@ dependencies = [
"thiserror-impl 2.0.18",
]
-[[package]]
-name = "thiserror-core"
-version = "1.0.50"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c001ee18b7e5e3f62cbf58c7fe220119e68d902bb7443179c0c8aef30090e999"
-dependencies = [
- "thiserror-core-impl",
-]
-
-[[package]]
-name = "thiserror-core-impl"
-version = "1.0.50"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.117",
-]
-
[[package]]
name = "thiserror-impl"
version = "1.0.69"
@@ -18893,9 +18105,9 @@ dependencies = [
[[package]]
name = "tikv-jemalloc-ctl"
-version = "0.5.4"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"
+checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c"
dependencies = [
"libc",
"paste",
@@ -18904,9 +18116,9 @@ dependencies = [
[[package]]
name = "tikv-jemalloc-sys"
-version = "0.5.4+5.3.0-patched"
+version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"
+checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b"
dependencies = [
"cc",
"libc",
@@ -19132,7 +18344,7 @@ version = "0.22.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
dependencies = [
- "indexmap 2.13.0",
+ "indexmap",
"serde",
"serde_spanned",
"toml_datetime 0.6.11",
@@ -19146,7 +18358,7 @@ version = "0.25.4+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2"
dependencies = [
- "indexmap 2.13.0",
+ "indexmap",
"toml_datetime 1.0.0+spec-1.1.0",
"toml_parser",
"winnow",
@@ -19255,8 +18467,8 @@ dependencies = [
[[package]]
name = "tracing-gum"
-version = "20.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "23.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"coarsetime",
"polkadot-primitives",
@@ -19267,7 +18479,7 @@ dependencies = [
[[package]]
name = "tracing-gum-proc-macro"
version = "5.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"expander",
"proc-macro-crate 3.5.0",
@@ -19282,7 +18494,9 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
+ "ahash 0.7.8",
"log",
+ "lru 0.7.8",
"once_cell",
"tracing-core",
]
@@ -19374,10 +18588,16 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if",
"digest 0.10.7",
- "rand 0.7.3",
+ "rand 0.8.5",
"static_assertions",
]
+[[package]]
+name = "twox-hash"
+version = "2.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
+
[[package]]
name = "typenum"
version = "1.19.0"
@@ -19453,12 +18673,6 @@ version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
-[[package]]
-name = "unicode_categories"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
-
[[package]]
name = "universal-hash"
version = "0.5.1"
@@ -19515,12 +18729,6 @@ dependencies = [
"serde",
]
-[[package]]
-name = "urlencoding"
-version = "2.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
-
[[package]]
name = "utf-8"
version = "0.7.6"
@@ -19642,15 +18850,6 @@ dependencies = [
"w3f-plonk-common",
]
-[[package]]
-name = "wait-timeout"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
-dependencies = [
- "libc",
-]
-
[[package]]
name = "waker-fn"
version = "1.2.0"
@@ -19774,6 +18973,16 @@ dependencies = [
"unicode-ident",
]
+[[package]]
+name = "wasm-encoder"
+version = "0.235.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b3bc393c395cb621367ff02d854179882b9a351b4e0c93d1397e6090b53a5c2a"
+dependencies = [
+ "leb128fmt",
+ "wasmparser 0.235.0",
+]
+
[[package]]
name = "wasm-encoder"
version = "0.244.0"
@@ -19800,8 +19009,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
dependencies = [
"anyhow",
- "indexmap 2.13.0",
- "wasm-encoder",
+ "indexmap",
+ "wasm-encoder 0.244.0",
"wasmparser 0.244.0",
]
@@ -19862,83 +19071,65 @@ dependencies = [
[[package]]
name = "wasmi"
-version = "0.31.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7"
-dependencies = [
- "smallvec",
- "spin 0.9.8",
- "wasmi_arena",
- "wasmi_core 0.13.0",
- "wasmparser-nostd",
-]
-
-[[package]]
-name = "wasmi"
-version = "0.32.3"
+version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca"
+checksum = "a19af97fcb96045dd1d6b4d23e2b4abdbbe81723dbc5c9f016eb52145b320063"
dependencies = [
"arrayvec 0.7.6",
"multi-stash",
- "num-derive",
- "num-traits",
"smallvec",
"spin 0.9.8",
"wasmi_collections",
- "wasmi_core 0.32.3",
- "wasmparser-nostd",
+ "wasmi_core",
+ "wasmi_ir",
+ "wasmparser 0.221.3",
]
[[package]]
-name = "wasmi_arena"
-version = "0.4.1"
+name = "wasmi_collections"
+version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073"
+checksum = "e80d6b275b1c922021939d561574bf376613493ae2b61c6963b15db0e8813562"
[[package]]
-name = "wasmi_collections"
-version = "0.32.3"
+name = "wasmi_core"
+version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4"
+checksum = "3a8c51482cc32d31c2c7ff211cd2bedd73c5bd057ba16a2ed0110e7a96097c33"
dependencies = [
- "ahash",
- "hashbrown 0.14.5",
- "string-interner",
+ "downcast-rs",
+ "libm",
]
[[package]]
-name = "wasmi_core"
-version = "0.13.0"
+name = "wasmi_ir"
+version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a"
+checksum = "6e431a14c186db59212a88516788bd68ed51f87aa1e08d1df742522867b5289a"
dependencies = [
- "downcast-rs",
- "libm",
- "num-traits",
- "paste",
+ "wasmi_core",
]
[[package]]
-name = "wasmi_core"
-version = "0.32.3"
+name = "wasmparser"
+version = "0.221.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a23b3a7f6c8c3ceeec6b83531ee61f0013c56e51cbf2b14b0f213548b23a4b41"
+checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
dependencies = [
- "downcast-rs",
- "libm",
- "num-traits",
- "paste",
+ "bitflags 2.11.0",
]
[[package]]
name = "wasmparser"
-version = "0.102.0"
+version = "0.235.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b"
+checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917"
dependencies = [
- "indexmap 1.9.3",
- "url",
+ "bitflags 2.11.0",
+ "hashbrown 0.15.5",
+ "indexmap",
+ "semver 1.0.27",
+ "serde",
]
[[package]]
@@ -19949,212 +19140,244 @@ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
dependencies = [
"bitflags 2.11.0",
"hashbrown 0.15.5",
- "indexmap 2.13.0",
+ "indexmap",
"semver 1.0.27",
]
[[package]]
-name = "wasmparser-nostd"
-version = "0.100.2"
+name = "wasmprinter"
+version = "0.235.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa"
+checksum = "75aa8e9076de6b9544e6dab4badada518cca0bf4966d35b131bbd057aed8fa0a"
dependencies = [
- "indexmap-nostd",
+ "anyhow",
+ "termcolor",
+ "wasmparser 0.235.0",
]
[[package]]
name = "wasmtime"
-version = "8.0.1"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9"
+checksum = "b6fe976922a16af3b0d67172c473d1fd4f1aa5d0af9c8ba6538c741f3af686f4"
dependencies = [
+ "addr2line 0.24.2",
"anyhow",
- "bincode",
+ "bitflags 2.11.0",
+ "bumpalo",
+ "cc",
"cfg-if",
- "indexmap 1.9.3",
+ "fxprof-processed-profile",
+ "gimli 0.31.1",
+ "hashbrown 0.15.5",
+ "indexmap",
+ "ittapi",
"libc",
"log",
- "object 0.30.4",
+ "mach2",
+ "memfd",
+ "object 0.36.7",
"once_cell",
- "paste",
- "psm",
+ "postcard",
+ "pulley-interpreter",
"rayon",
+ "rustix 1.1.4",
"serde",
+ "serde_derive",
+ "serde_json",
+ "smallvec",
"target-lexicon",
- "wasmparser 0.102.0",
- "wasmtime-cache",
- "wasmtime-cranelift",
+ "wasmparser 0.235.0",
"wasmtime-environ",
- "wasmtime-jit",
- "wasmtime-runtime",
- "windows-sys 0.45.0",
+ "wasmtime-internal-asm-macros",
+ "wasmtime-internal-cache",
+ "wasmtime-internal-cranelift",
+ "wasmtime-internal-fiber",
+ "wasmtime-internal-jit-debug",
+ "wasmtime-internal-jit-icache-coherence",
+ "wasmtime-internal-math",
+ "wasmtime-internal-slab",
+ "wasmtime-internal-unwinder",
+ "wasmtime-internal-versioned-export-macros",
+ "wasmtime-internal-winch",
+ "windows-sys 0.59.0",
+]
+
+[[package]]
+name = "wasmtime-environ"
+version = "35.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "44b6264a78d806924abbc76bbc75eac24976bc83bdfb938e5074ae551242436f"
+dependencies = [
+ "anyhow",
+ "cpp_demangle",
+ "cranelift-bitset",
+ "cranelift-entity",
+ "gimli 0.31.1",
+ "indexmap",
+ "log",
+ "object 0.36.7",
+ "postcard",
+ "rustc-demangle",
+ "serde",
+ "serde_derive",
+ "smallvec",
+ "target-lexicon",
+ "wasm-encoder 0.235.0",
+ "wasmparser 0.235.0",
+ "wasmprinter",
]
[[package]]
-name = "wasmtime-asm-macros"
-version = "8.0.1"
+name = "wasmtime-internal-asm-macros"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d"
+checksum = "6775a9b516559716e5710e95a8014ca0adcc81e5bf4d3ad7899d89ae40094d1a"
dependencies = [
"cfg-if",
]
[[package]]
-name = "wasmtime-cache"
-version = "8.0.1"
+name = "wasmtime-internal-cache"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"
+checksum = "138e33ad4bd120f3b1c77d6d0dcdce0de8239555495befcda89393a40ba5e324"
dependencies = [
"anyhow",
- "base64 0.21.7",
- "bincode",
+ "base64",
"directories-next",
- "file-per-thread-logger",
"log",
- "rustix 0.36.17",
+ "postcard",
+ "rustix 1.1.4",
"serde",
+ "serde_derive",
"sha2 0.10.9",
- "toml 0.5.11",
- "windows-sys 0.45.0",
- "zstd 0.11.2+zstd.1.5.2",
+ "toml 0.8.23",
+ "windows-sys 0.59.0",
+ "zstd 0.13.3",
]
[[package]]
-name = "wasmtime-cranelift"
-version = "8.0.1"
+name = "wasmtime-internal-cranelift"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04"
+checksum = "7ec9ad7565e6a8de7cb95484e230ff689db74a4a085219e0da0cbd637a29c01c"
dependencies = [
"anyhow",
+ "cfg-if",
"cranelift-codegen",
+ "cranelift-control",
"cranelift-entity",
"cranelift-frontend",
"cranelift-native",
- "cranelift-wasm",
- "gimli 0.27.3",
+ "gimli 0.31.1",
+ "itertools 0.14.0",
"log",
- "object 0.30.4",
+ "object 0.36.7",
+ "pulley-interpreter",
+ "smallvec",
"target-lexicon",
- "thiserror 1.0.69",
- "wasmparser 0.102.0",
- "wasmtime-cranelift-shared",
+ "thiserror 2.0.18",
+ "wasmparser 0.235.0",
"wasmtime-environ",
+ "wasmtime-internal-math",
+ "wasmtime-internal-versioned-export-macros",
]
[[package]]
-name = "wasmtime-cranelift-shared"
-version = "8.0.1"
+name = "wasmtime-internal-fiber"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b"
+checksum = "8b636ff8b220ebaf29dfe3b23770e4b2bad317b9683e3bf7345e162387385b39"
dependencies = [
"anyhow",
- "cranelift-codegen",
- "cranelift-native",
- "gimli 0.27.3",
- "object 0.30.4",
- "target-lexicon",
- "wasmtime-environ",
+ "cc",
+ "cfg-if",
+ "libc",
+ "rustix 1.1.4",
+ "wasmtime-internal-asm-macros",
+ "wasmtime-internal-versioned-export-macros",
+ "windows-sys 0.59.0",
]
[[package]]
-name = "wasmtime-environ"
-version = "8.0.1"
+name = "wasmtime-internal-jit-debug"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949"
+checksum = "61d8693995ab3df48e88777b6ee3b2f441f2c4f895ab938996cdac3db26f256c"
dependencies = [
- "anyhow",
- "cranelift-entity",
- "gimli 0.27.3",
- "indexmap 1.9.3",
- "log",
- "object 0.30.4",
- "serde",
- "target-lexicon",
- "thiserror 1.0.69",
- "wasmparser 0.102.0",
- "wasmtime-types",
+ "cc",
+ "object 0.36.7",
+ "rustix 1.1.4",
+ "wasmtime-internal-versioned-export-macros",
]
[[package]]
-name = "wasmtime-jit"
-version = "8.0.1"
+name = "wasmtime-internal-jit-icache-coherence"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244"
+checksum = "4417e06b7f80baff87d9770852c757a39b8d7f11d78b2620ca992b8725f16f50"
dependencies = [
- "addr2line 0.19.0",
"anyhow",
- "bincode",
"cfg-if",
- "cpp_demangle",
- "gimli 0.27.3",
- "log",
- "object 0.30.4",
- "rustc-demangle",
- "serde",
- "target-lexicon",
- "wasmtime-environ",
- "wasmtime-jit-debug",
- "wasmtime-jit-icache-coherence",
- "wasmtime-runtime",
- "windows-sys 0.45.0",
+ "libc",
+ "windows-sys 0.59.0",
]
[[package]]
-name = "wasmtime-jit-debug"
-version = "8.0.1"
+name = "wasmtime-internal-math"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"
+checksum = "7710d5c4ecdaa772927fd11e5dc30a9a62d1fc8fe933e11ad5576ad596ab6612"
dependencies = [
- "object 0.30.4",
- "once_cell",
- "rustix 0.36.17",
+ "libm",
]
[[package]]
-name = "wasmtime-jit-icache-coherence"
-version = "8.0.1"
+name = "wasmtime-internal-slab"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"
-dependencies = [
- "cfg-if",
- "libc",
- "windows-sys 0.45.0",
-]
+checksum = "e6ab22fabe1eed27ab01fd47cd89deacf43ad222ed7fd169ba6f4dd1fbddc53b"
[[package]]
-name = "wasmtime-runtime"
-version = "8.0.1"
+name = "wasmtime-internal-unwinder"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441"
+checksum = "307708f302f5dcf19c1bbbfb3d9f2cbc837dd18088a7988747b043a46ba38ecc"
dependencies = [
"anyhow",
- "cc",
"cfg-if",
- "indexmap 1.9.3",
- "libc",
+ "cranelift-codegen",
"log",
- "mach",
- "memfd",
- "memoffset",
- "paste",
- "rand 0.8.5",
- "rustix 0.36.17",
- "wasmtime-asm-macros",
- "wasmtime-environ",
- "wasmtime-jit-debug",
- "windows-sys 0.45.0",
+ "object 0.36.7",
]
[[package]]
-name = "wasmtime-types"
-version = "8.0.1"
+name = "wasmtime-internal-versioned-export-macros"
+version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f"
+checksum = "342b0466f92b7217a4de9e114175fedee1907028567d2548bcd42f71a8b5b016"
dependencies = [
- "cranelift-entity",
- "serde",
- "thiserror 1.0.69",
- "wasmparser 0.102.0",
+ "proc-macro2",
+ "quote",
+ "syn 2.0.117",
+]
+
+[[package]]
+name = "wasmtime-internal-winch"
+version = "35.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2012e7384c25b91aab2f1b6a1e1cbab9d0f199bbea06cc873597a3f047f05730"
+dependencies = [
+ "anyhow",
+ "cranelift-codegen",
+ "gimli 0.31.1",
+ "object 0.36.7",
+ "target-lexicon",
+ "wasmparser 0.235.0",
+ "wasmtime-environ",
+ "wasmtime-internal-cranelift",
+ "winch-codegen",
]
[[package]]
@@ -20203,8 +19426,8 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "westend-runtime"
-version = "24.0.1"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "30.2.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"binary-merkle-tree",
"bitvec",
@@ -20250,6 +19473,7 @@ dependencies = [
"pallet-proxy",
"pallet-recovery",
"pallet-referenda",
+ "pallet-root-offences",
"pallet-root-testing",
"pallet-scheduler",
"pallet-session",
@@ -20310,8 +19534,8 @@ dependencies = [
[[package]]
name = "westend-runtime-constants"
-version = "21.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "25.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -20371,6 +19595,26 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+[[package]]
+name = "winch-codegen"
+version = "35.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "839a334ef7c62d8368dbd427e767a6fbb1ba08cc12ecce19cbb666c10613b585"
+dependencies = [
+ "anyhow",
+ "cranelift-assembler-x64",
+ "cranelift-codegen",
+ "gimli 0.31.1",
+ "regalloc2 0.12.2",
+ "smallvec",
+ "target-lexicon",
+ "thiserror 2.0.18",
+ "wasmparser 0.235.0",
+ "wasmtime-environ",
+ "wasmtime-internal-cranelift",
+ "wasmtime-internal-math",
+]
+
[[package]]
name = "windows"
version = "0.52.0"
@@ -20844,7 +20088,7 @@ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
dependencies = [
"anyhow",
"heck 0.5.0",
- "indexmap 2.13.0",
+ "indexmap",
"prettyplease",
"syn 2.0.117",
"wasm-metadata",
@@ -20875,12 +20119,12 @@ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
dependencies = [
"anyhow",
"bitflags 2.11.0",
- "indexmap 2.13.0",
+ "indexmap",
"log",
"serde",
"serde_derive",
"serde_json",
- "wasm-encoder",
+ "wasm-encoder 0.244.0",
"wasm-metadata",
"wasmparser 0.244.0",
"wit-parser",
@@ -20894,7 +20138,7 @@ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
dependencies = [
"anyhow",
"id-arena",
- "indexmap 2.13.0",
+ "indexmap",
"log",
"semver 1.0.27",
"serde",
@@ -20941,7 +20185,7 @@ dependencies = [
"data-encoding",
"der-parser 9.0.0",
"lazy_static",
- "nom",
+ "nom 7.1.3",
"oid-registry 0.7.1",
"rusticata-macros",
"thiserror 1.0.69",
@@ -20958,7 +20202,7 @@ dependencies = [
"data-encoding",
"der-parser 10.0.0",
"lazy_static",
- "nom",
+ "nom 7.1.3",
"oid-registry 0.8.1",
"rusticata-macros",
"thiserror 2.0.18",
@@ -20968,13 +20212,13 @@ dependencies = [
[[package]]
name = "xcm-primitives"
version = "0.1.0"
-source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2506#c35555cbcb81a592ce516ed178b27be5d80f4345"
+source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2512#4d911ca25939b1a3f6f8c8f87f25198003519fe8"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
- "primitive-types 0.13.1",
+ "primitive-types",
"sp-core",
"sp-runtime",
"sp-std",
@@ -21005,7 +20249,7 @@ dependencies = [
[[package]]
name = "xcm-procedural"
version = "11.0.2"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"Inflector",
"proc-macro2",
@@ -21015,8 +20259,8 @@ dependencies = [
[[package]]
name = "xcm-runtime-apis"
-version = "0.8.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "0.12.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"parity-scale-codec",
@@ -21029,8 +20273,8 @@ dependencies = [
[[package]]
name = "xcm-simulator"
-version = "21.0.0"
-source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2506#c942fe4b6b1a2c7e7ce7b86eec49029ec78f61b4"
+version = "25.0.0"
+source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2512#e4d0430705cf7e0c31ef3ad6a8de8e671212a679"
dependencies = [
"frame-support",
"frame-system",
@@ -21080,9 +20324,9 @@ dependencies = [
[[package]]
name = "yamux"
-version = "0.13.9"
+version = "0.13.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c650efd29044140aa63caaf80129996a9e2659a2ab7045a7e061807d02fc8549"
+checksum = "1991f6690292030e31b0144d73f5e8368936c58e45e7068254f7138b23b00672"
dependencies = [
"futures 0.3.32",
"log",
@@ -21234,27 +20478,27 @@ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
[[package]]
name = "zstd"
-version = "0.11.2+zstd.1.5.2"
+version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
+checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
dependencies = [
- "zstd-safe 5.0.2+zstd.1.5.2",
+ "zstd-safe 6.0.6",
]
[[package]]
name = "zstd"
-version = "0.12.4"
+version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
+checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
dependencies = [
- "zstd-safe 6.0.6",
+ "zstd-safe 7.2.4",
]
[[package]]
name = "zstd-safe"
-version = "5.0.2+zstd.1.5.2"
+version = "6.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
+checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
dependencies = [
"libc",
"zstd-sys",
@@ -21262,11 +20506,10 @@ dependencies = [
[[package]]
name = "zstd-safe"
-version = "6.0.6"
+version = "7.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
+checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
dependencies = [
- "libc",
"zstd-sys",
]
diff --git a/Cargo.toml b/Cargo.toml
index 77ec50ec3bb..8f06b11a8ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -134,235 +134,233 @@ moonbase-runtime = { path = "runtime/moonbase" }
moonbeam-runtime = { path = "runtime/moonbeam" }
moonriver-runtime = { path = "runtime/moonriver" }
-frame-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-frame-executive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-frame-support = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-frame-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-frame-system-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-frame-system-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-frame-try-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-assets = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-balances = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-collective = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-conviction-voting = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-identity = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-message-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-multisig = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-migrations = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-preimage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-parameters = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-proxy = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-referenda = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-root-testing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-scheduler = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-staking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-sudo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-transaction-payment = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-treasury = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-whitelist = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
+frame-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+frame-executive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+frame-support = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+frame-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+frame-system-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+frame-system-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+frame-try-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-assets = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-balances = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-collective = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-conviction-voting = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-identity = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-message-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-multisig = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-migrations = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-preimage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-parameters = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-proxy = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-referenda = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-root-testing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-scheduler = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-staking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-sudo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-transaction-payment = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-treasury = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-whitelist = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
parity-scale-codec = { version = "3.7.5", default-features = false, features = [
"derive",
] }
scale-info = { version = "2.11.6", default-features = false, features = [
"derive",
] }
-sp-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-application-crypto = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-consensus-slots = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-debug-derive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-externalities = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-inherents = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-io = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-keyring = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-keystore = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-runtime-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-session = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-std = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-state-machine = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-trie = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-version = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-weights = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-sp-genesis-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
+sp-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-application-crypto = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-consensus-slots = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-debug-derive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-externalities = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-inherents = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-io = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-keyring = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-keystore = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-runtime-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-session = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-std = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-state-machine = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-trie = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-version = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-weights = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+sp-genesis-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false }
# Substrate (client)
-frame-benchmarking-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-pallet-transaction-payment-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-basic-authorship = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-chain-spec = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-client-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-client-db = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-consensus-manual-seal = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-executor = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-network = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-network-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-network-sync = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-sysinfo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-telemetry = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-transaction-pool-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sc-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sp-blockchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sp-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sp-storage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sp-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-sp-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-substrate-build-script-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-substrate-frame-rpc-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-substrate-prometheus-endpoint = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-substrate-test-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-substrate-test-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-substrate-test-runtime-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-substrate-wasm-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-substrate-rpc-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
+frame-benchmarking-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+pallet-transaction-payment-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-basic-authorship = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-chain-spec = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-client-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-client-db = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-consensus-manual-seal = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-executor = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-network = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-network-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-network-sync = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-sysinfo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-telemetry = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-transaction-pool-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sc-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sp-blockchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sp-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sp-storage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sp-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+sp-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+substrate-build-script-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+substrate-frame-rpc-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+substrate-prometheus-endpoint = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+substrate-test-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+substrate-test-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+substrate-test-runtime-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+substrate-wasm-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+substrate-rpc-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
# Frontier (wasm)
-ethereum = { git = "https://github.com/moonbeam-foundation/ethereum", branch = "moonbeam-polkadot-stable2506", default-features = false, features = [
+ethereum = { git = "https://github.com/moonbeam-foundation/ethereum", branch = "moonbeam-polkadot-stable2512", default-features = false, features = [
"with-scale",
] }
ethereum-types = { version = "0.15.1", default-features = false }
-evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2506", default-features = false }
-evm-gasometer = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2506", default-features = false }
-evm-runtime = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2506", default-features = false }
-fp-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false, features = [
+evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2512", default-features = false }
+evm-gasometer = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2512", default-features = false }
+evm-runtime = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2512", default-features = false }
+fp-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false, features = [
"forbid-evm-reentrancy",
] }
-pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false, features = [
+pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false, features = [
"forbid-evm-reentrancy",
] }
-pallet-evm-chain-id = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-evm-precompile-blake2 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-evm-precompile-bn128 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-evm-precompile-modexp = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-evm-precompile-sha3fips = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-evm-precompile-simple = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-evm-precompile-bls12381 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
+pallet-evm-chain-id = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-evm-precompile-blake2 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-evm-precompile-bn128 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-evm-precompile-modexp = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-evm-precompile-sha3fips = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-evm-precompile-simple = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-evm-precompile-bls12381 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
-precompile-utils = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
-precompile-utils-macro = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false }
+precompile-utils = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
+precompile-utils-macro = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false }
# Frontier (client)
-fc-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506" }
-fc-db = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506" }
-fc-api = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506" }
-fc-mapping-sync = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506" }
-fc-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", features = [
- "rpc-binary-search-estimate",
+fc-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512" }
+fc-db = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false, features = [ "rocksdb" ] }
+fc-api = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512" }
+fc-mapping-sync = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", default-features = false, features = [ "rocksdb" ] }
+fc-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512", features = [
+ "rpc-binary-search-estimate", "rocksdb",
] }
-fc-rpc-core = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506" }
-fc-rpc-v2-api = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506" }
-fc-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506" }
+fc-rpc-core = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512" }
+fc-rpc-v2-api = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512" }
+fc-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2512" }
# Cumulus (wasm)
-cumulus-pallet-parachain-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-pallet-weight-reclaim = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-pallet-xcmp-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-primitives-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-primitives-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-primitives-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-primitives-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-test-relay-sproof-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-parachain-info = { package = "staging-parachain-info", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-parachains-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
+cumulus-pallet-parachain-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-pallet-weight-reclaim = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-pallet-xcmp-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-primitives-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-primitives-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-primitives-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-primitives-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-test-relay-sproof-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+parachain-info = { package = "staging-parachain-info", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+parachains-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
# Cumulus (client)
-cumulus-client-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-cumulus-client-collator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-cumulus-client-consensus-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-cumulus-client-consensus-proposer = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-cumulus-client-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-cumulus-client-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-cumulus-relay-chain-inprocess-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-cumulus-relay-chain-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-cumulus-relay-chain-minimal-node = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-polkadot-omni-node-lib = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
+cumulus-client-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+cumulus-client-collator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+cumulus-client-consensus-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+cumulus-client-consensus-proposer = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+cumulus-client-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+cumulus-client-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+cumulus-relay-chain-inprocess-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+cumulus-relay-chain-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+cumulus-relay-chain-minimal-node = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+polkadot-omni-node-lib = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
# Polkadot / XCM (wasm)
-pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-xcm-benchmarks = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-polkadot-core-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-polkadot-runtime-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-polkadot-runtime-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-xcm = { package = "staging-xcm", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-xcm-runtime-apis = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
+pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-xcm-benchmarks = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+polkadot-core-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+polkadot-runtime-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+polkadot-runtime-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+xcm = { package = "staging-xcm", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+xcm-runtime-apis = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
# Polkadot / XCM (client)
-polkadot-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-polkadot-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-polkadot-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-westend-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
-xcm-simulator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506" }
+polkadot-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+polkadot-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+polkadot-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+westend-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
+xcm-simulator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512" }
# Bridge dependencies
-bridge-runtime-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-bp-header-chain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-bp-messages = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-bp-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-bp-polkadot-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-bp-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-bp-westend = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-bp-bridge-hub-cumulus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-bridge-grandpa = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-bridge-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-bridge-messages = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-xcm-bridge = { package = "pallet-xcm-bridge-hub", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
-bridge-hub-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
+bridge-runtime-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+bp-header-chain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+bp-messages = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+bp-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+bp-polkadot-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+bp-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+bp-westend = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+bp-bridge-hub-cumulus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-bridge-grandpa = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-bridge-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-bridge-messages = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-xcm-bridge = { package = "pallet-xcm-bridge-hub", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
+bridge-hub-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
# Moonkit (wasm)
-async-backing-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-moonkit-xcm-primitives = { package = "xcm-primitives", git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-nimbus-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-async-backing = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-author-inherent = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-author-mapping = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-author-slot-filter = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-emergency-para-xcm = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-evm-precompile-xcm = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-maintenance-mode = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-randomness = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-pallet-relay-storage-roots = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
-session-keys-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506", default-features = false }
+async-backing-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+moonkit-xcm-primitives = { package = "xcm-primitives", git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+nimbus-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-async-backing = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-author-inherent = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-author-mapping = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-author-slot-filter = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-emergency-para-xcm = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-evm-precompile-xcm = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-maintenance-mode = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-randomness = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+pallet-relay-storage-roots = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
+session-keys-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512", default-features = false }
# Moonkit (client)
-nimbus-consensus = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2506" }
+nimbus-consensus = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2512" }
# Other (wasm)
async-trait = { version = "0.1.42" }
derive_more = "0.99.17"
environmental = { version = "1.1.4", default-features = false }
-frame-metadata = { version = "23.0.0", default-features = false, features = [
- "current",
-] }
-frame-metadata-hash-extension = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2506", default-features = false }
+frame-metadata = { version = "23.0.0", default-features = false, features = ["current"] }
+frame-metadata-hash-extension = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2512", default-features = false }
hex = { version = "0.4.3", default-features = false }
hex-literal = { version = "0.4.1", default-features = false }
impl-serde = { version = "0.5.0", default-features = false }
@@ -388,7 +386,7 @@ clap = { version = "4.5.3", features = ["derive"] }
clap-num = "=1.1.1"
flume = "0.10.9"
futures = { version = "0.3.30" }
-jsonrpsee = { version = "0.24.7", default-features = false }
+jsonrpsee = { version = "0.24.10", default-features = false }
maplit = "1.0.2"
nix = "0.28"
parking_lot = "0.12.1"
diff --git a/Makefile b/Makefile
index c5424e2d1ff..938a9d768b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
ZOMBINET_VERSION := v1.3.138
-POLKADOT_VERSION := stable2509-2
-BRIDGE_RELAY_VERSION := v1.8.10
+POLKADOT_VERSION := stable2512-3
+BRIDGE_RELAY_VERSION := v1.8.19
ZOMBINET_DOWNLOAD_URL := https://github.com/paritytech/zombienet/releases/download/${ZOMBINET_VERSION}
POLKADOT_DOWNLOAD_URL := https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-${POLKADOT_VERSION}
@@ -47,22 +47,22 @@ download-binaries: $(BINARIES:%=zombienet/bin/%)
zombienet/bin/${BRIDGE_RELAY_BIN}:
@echo "Downloading ${BRIDGE_RELAY_DOWNLOAD_URL}/${BRIDGE_RELAY_BIN}${BRIDGE_RELAY_BIN_POSTFIX}"
- @curl -L -o "zombienet/bin/${BRIDGE_RELAY_BIN}" "${BRIDGE_RELAY_DOWNLOAD_URL}/${BRIDGE_RELAY_BIN}${BRIDGE_RELAY_BIN_POSTFIX}"
+ @curl -fL -o "zombienet/bin/${BRIDGE_RELAY_BIN}" "${BRIDGE_RELAY_DOWNLOAD_URL}/${BRIDGE_RELAY_BIN}${BRIDGE_RELAY_BIN_POSTFIX}"
@chmod +x "zombienet/bin/${BRIDGE_RELAY_BIN}"
zombienet/bin/${ZOMBIENET_BIN}:
@echo "Downloading ${ZOMBINET_DOWNLOAD_URL}/${ZOMBIENET_BIN}${ZOMBIENET_BIN_POSTFIX}"
- @curl -L -o "zombienet/bin/${ZOMBIENET_BIN}" "${ZOMBINET_DOWNLOAD_URL}/${ZOMBIENET_BIN}${ZOMBIENET_BIN_POSTFIX}"
+ @curl -fL -o "zombienet/bin/${ZOMBIENET_BIN}" "${ZOMBINET_DOWNLOAD_URL}/${ZOMBIENET_BIN}${ZOMBIENET_BIN_POSTFIX}"
@chmod +x "zombienet/bin/${ZOMBIENET_BIN}"
zombienet/bin/${POLKADOT_BIN}:
@echo "Downloading ${POLKADOT_DOWNLOAD_URL}/${POLKADOT_BIN}${POLKADOT_BIN_POSTFIX}"
- @curl -L -o "zombienet/bin/${POLKADOT_BIN}$*" "${POLKADOT_DOWNLOAD_URL}/${POLKADOT_BIN}${POLKADOT_BIN_POSTFIX}"
+ @curl -fL -o "zombienet/bin/${POLKADOT_BIN}$*" "${POLKADOT_DOWNLOAD_URL}/${POLKADOT_BIN}${POLKADOT_BIN_POSTFIX}"
@chmod +x "zombienet/bin/${POLKADOT_BIN}"
zombienet/bin/${POLKADOT_BIN}%:
@echo "Downloading ${POLKADOT_DOWNLOAD_URL}/${POLKADOT_BIN}$*${POLKADOT_BIN_POSTFIX}"
- @curl -L -o "zombienet/bin/${POLKADOT_BIN}$*" "${POLKADOT_DOWNLOAD_URL}/${POLKADOT_BIN}$*${POLKADOT_BIN_POSTFIX}"
+ @curl -fL -o "zombienet/bin/${POLKADOT_BIN}$*" "${POLKADOT_DOWNLOAD_URL}/${POLKADOT_BIN}$*${POLKADOT_BIN_POSTFIX}"
@chmod +x "zombienet/bin/${POLKADOT_BIN}$*"
zombienet/bin/moonbeam:
diff --git a/docker/moonbeam-production.Dockerfile b/docker/moonbeam-production.Dockerfile
index e73c4127e6e..c208f57e51c 100644
--- a/docker/moonbeam-production.Dockerfile
+++ b/docker/moonbeam-production.Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /
RUN echo "*** Installing Basic dependencies ***"
RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates
-RUN apt install --assume-yes git clang curl libssl-dev llvm libudev-dev make protobuf-compiler pkg-config
+RUN apt install --assume-yes git clang curl libssl-dev llvm libudev-dev make protobuf-compiler pkg-config libclang-dev
RUN set -e
diff --git a/docs/cherry-picks/polkadot-sdk-stable2506.md b/docs/cherry-picks/polkadot-sdk-stable2506.md
new file mode 100644
index 00000000000..d7724393075
--- /dev/null
+++ b/docs/cherry-picks/polkadot-sdk-stable2506.md
@@ -0,0 +1,75 @@
+# Cherry-picks for stable2506
+
+## `polkadot-sdk`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Add command PrecompileWasmCmd | [moonbeam-foundation/polkadot-sdk@40cab77](https://github.com/moonbeam-foundation/polkadot-sdk/commit/40cab77d6b9cac9682d1d3ade3b746d7dbd4220a) | Included | Upstream PR not merged | [paritytech/polkadot-sdk#1641](https://github.com/paritytech/polkadot-sdk/pull/1641) | |
+| Yes | Comment log "Unexpected underflow in reducing consumer" | [moonbeam-foundation/polkadot-sdk@fd87cba](https://github.com/moonbeam-foundation/polkadot-sdk/commit/fd87cbaa659aeea6b2117dbf319bf1dc47f63b01) | Included | Permanent | | |
+| Yes | Bound WildMultiAsset max assets limit to 20 | [moonbeam-foundation/polkadot-sdk@6c7e2cc](https://github.com/moonbeam-foundation/polkadot-sdk/commit/6c7e2cc8594a96d5d6c9aaa824e8538fac6a589e) | Included | Permanent | | [MOON-2930](https://opslayer.atlassian.net/browse/MOON-2930). No upstream PR — `WILD_MULTI_ASSET_MAX_LIMIT` is a moonbeam-only constant not present in upstream. |
+| Yes | Account for pallet-parameters weight in benchmarks | [moonbeam-foundation/polkadot-sdk@526e09b](https://github.com/moonbeam-foundation/polkadot-sdk/commit/526e09bafdd46527f21e7ed65bb6fd74ca14e382) | Included | Temporary | [paritytech/polkadot-sdk#6477](https://github.com/paritytech/polkadot-sdk/pull/6477) | [MOON-2964](https://opslayer.atlassian.net/browse/MOON-2964)
Theoretically, this change to pallet parameters is not necessary if all code that fetches these dynamic parameters is properly benchmarked, so it makes sense that they don't want this workaround upstream.
[MOON-3294](https://opslayer.atlassian.net/browse/MOON-3294) |
+| Yes | Add storage benchmark --keys-limit option | [moonbeam-foundation/polkadot-sdk@8b4ca8d](https://github.com/moonbeam-foundation/polkadot-sdk/commit/8b4ca8d055f597b72dd3b30347ef8c19ecc8f881) | Included | Needs PR upstream | [moonbeam-foundation/polkadot-sdk@ef91563](https://github.com/moonbeam-foundation/polkadot-sdk/commit/ef915632fbda727583b13813417664ecefc000b8) | [MOON-3111](https://opslayer.atlassian.net/browse/MOON-3111) |
+| Yes | ParachainTracingExecuteBlock | ⚠️ [moonbeam-foundation/polkadot-sdk#20](https://github.com/moonbeam-foundation/polkadot-sdk/pull/20) | Included | Upstream PR not merged | [paritytech/polkadot-sdk#9214](https://github.com/paritytech/polkadot-sdk/pull/9214) | Replaced by [paritytech/polkadot-sdk#9871](https://github.com/paritytech/polkadot-sdk/pull/9871). Not found on the branch — may not have been carried over. |
+| No | Dropped temporary cherry-pick | | Dropped | Temporary | | Dropped in [moonbeam-foundation/polkadot-sdk@81d7126](https://github.com/moonbeam-foundation/polkadot-sdk/commit/81d7126bedf258d1cc42a607271a5001a2ab03f1) |
+| Yes | Remove pallet-revive from pallet-xcm | [moonbeam-foundation/polkadot-sdk@dc70d31](https://github.com/moonbeam-foundation/polkadot-sdk/commit/dc70d31ccc810081084b2c1ac66853d89659d737) | Included | Temporary | | Can be dropped once they move pallet-revive dependency from pallet-xcm |
+| Yes | Use total balance (free + reserved) for liquidity checks | [moonbeam-foundation/polkadot-sdk@a6e607d](https://github.com/moonbeam-foundation/polkadot-sdk/commit/a6e607d2f18041a3bd0a1d1874b8ef1c9ca26824) | Included | PR Upstream Merged | [paritytech/polkadot-sdk#8108](https://github.com/paritytech/polkadot-sdk/pull/8108) | |
+| Yes | Use `Config::XcmExecutor` inside `dry_run_xcm` | [moonbeam-foundation/polkadot-sdk@23f9ae5](https://github.com/moonbeam-foundation/polkadot-sdk/commit/23f9ae5008a6cffb05624ab89ae0a53011ba90f1) | Included | PR Upstream Merged | [paritytech/polkadot-sdk#10102](https://github.com/paritytech/polkadot-sdk/pull/10102) | |
+| Yes | Adds support for additional relay state keys in parachain validation data inherent | [moonbeam-foundation/polkadot-sdk@0973de6](https://github.com/moonbeam-foundation/polkadot-sdk/commit/0973de604826fda1efc7cef75cefed8d6ac59f27) | Included | PR Upstream Merged | [paritytech/polkadot-sdk#9262](https://github.com/paritytech/polkadot-sdk/pull/9262) | Can be dropped Polkadot stable2509 |
+| Yes | Add supported_version to pallet-xcm genesis config | [moonbeam-foundation/polkadot-sdk@fa90ecb](https://github.com/moonbeam-foundation/polkadot-sdk/commit/fa90ecbed92259aab5cb36e30b7df8bb81973bde) | Included | PR Upstream Merged | [paritytech/polkadot-sdk#9225](https://github.com/paritytech/polkadot-sdk/pull/9225) | Can be dropped Polkadot stable2509 |
+| No | Clear gap sync on known imported blocks | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#8445](https://github.com/paritytech/polkadot-sdk/pull/8445) | |
+| Yes | Stronger WASM compression | [moonbeam-foundation/polkadot-sdk@1ed1843](https://github.com/moonbeam-foundation/polkadot-sdk/commit/1ed1843c4d0adb22ba720290f8ec97e01e1af65b) | Included | PR Upstream Merged | [paritytech/polkadot-sdk#9875](https://github.com/paritytech/polkadot-sdk/pull/9875) | |
+| Yes | Revive-fixtures: Provide an env variable to disable compilation | [moonbeam-foundation/polkadot-sdk@9304b02](https://github.com/moonbeam-foundation/polkadot-sdk/commit/9304b02e5ea0268001114655643b95666215e025) | Included | PR Upstream Merged | [paritytech/polkadot-sdk#9791](https://github.com/paritytech/polkadot-sdk/pull/9791) | |
+| Yes | Fix charge_transaction_payment benchmark | [moonbeam-foundation/polkadot-sdk@1c12a2b](https://github.com/moonbeam-foundation/polkadot-sdk/commit/1c12a2be5ae1b27636ed52f509d544b38c61c445) | Included | PR Upstream Merged | [paritytech/polkadot-sdk#10444](https://github.com/paritytech/polkadot-sdk/pull/10444) | |
+| Yes | Use libp2p as default network backend | [moonbeam-foundation/polkadot-sdk@5f45e6f](https://github.com/moonbeam-foundation/polkadot-sdk/commit/5f45e6f34ac1490f134d6b76e320ffc990307703) | Included | Temporary | | Can be dropped once the following issue has been addressed: [paritytech/polkadot-sdk#10772](https://github.com/paritytech/polkadot-sdk/issues/10772)
They said it may be solved in stable2512 |
+| No | Fix dropping lagging pubsub subscribers | [moonbeam-foundation/frontier@ef790b2](https://github.com/moonbeam-foundation/frontier/commit/ef790b20b29003032e5b6ea581502f15788c371a) | Included | PR Upstream Merged | [polkadot-evm/frontier#1814](https://github.com/polkadot-evm/frontier/pull/1814) | Note: this is a frontier cherry-pick, listed here in the original document |
+
+## `ethereum`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| No | Refactor transaction signature validation | [moonbeam-foundation/ethereum@933ccae](https://github.com/moonbeam-foundation/ethereum/commit/933ccae45e089a24e5b10a2a3776fd16d87b568e) | Included | PR Merged | [rust-ethereum/ethereum#75](https://github.com/rust-ethereum/ethereum/pull/75) | |
+| No | Add encoded length methods to transactions | [moonbeam-foundation/ethereum@301236b](https://github.com/moonbeam-foundation/ethereum/commit/301236b0cbbbd38dda2fadd68658e9a26e5c7e7a) | Included | PR not merged | [rust-ethereum/ethereum#77](https://github.com/rust-ethereum/ethereum/pull/77) | |
+
+## `evm`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Add support for EIP-7939 (CLZ opcode) | [moonbeam-foundation/evm@3498491](https://github.com/moonbeam-foundation/evm/commit/349849116745a3a1bbb52102ab2d6aad0fd3ce56) | Included | PR Upstream Merged | [rust-ethereum/evm#400](https://github.com/rust-ethereum/evm/pull/400) | Upstream merged PR#400 but on a different major version (v1.0). Still needed on the moonbeam 0.43.x fork. |
+
+## `frontier`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Use moonbeam-polkadot-stable2506 branch name for CI | [moonbeam-foundation/frontier@70f380e](https://github.com/moonbeam-foundation/frontier/commit/70f380e887e940b0f6ca11cd07ffc4933265b512), [moonbeam-foundation/frontier@163c3c1](https://github.com/moonbeam-foundation/frontier/commit/163c3c14692e146d9b3ac20ac18f351b017ed8c8) | Included | Permanent | | To make the CI run on our fork
Instead of this cherry-pick we can change our branch name conventions to name them polkadot-moonbeam-v* |
+| Yes | Do client side check of withdraw-ability | [moonbeam-foundation/frontier@39a5bd7](https://github.com/moonbeam-foundation/frontier/commit/39a5bd7b5b7f3bcf38df75a73c74f193590b7556) | Included | Upstream PR not merged | [polkadot-evm/frontier#1546](https://github.com/polkadot-evm/frontier/pull/1546) | [MOON-2968](https://opslayer.atlassian.net/browse/MOON-2968) original issue [MOON-2597](https://opslayer.atlassian.net/browse/MOON-2597)
Could be dropped since it related to was fixed in [paritytech/polkadot-sdk#2292](https://github.com/paritytech/polkadot-sdk/pull/2292) after issue [paritytech/polkadot-sdk#1833](https://github.com/paritytech/polkadot-sdk/issues/1833)
Need to test and try to reproduce original issue to figure out if its been fixed by the sdk changes
Eloïs: after some investigations we still need this change, the polkadot-sdk fix is not enough! |
+| Yes | Catch ethereum execution info | [moonbeam-foundation/frontier@2dfca68](https://github.com/moonbeam-foundation/frontier/commit/2dfca68c97947d40b42ac4e2fcdf1a03a6daaa3c) | Included | Upstream PR not merged | [polkadot-evm/frontier#1547](https://github.com/polkadot-evm/frontier/pull/1547) | [MOON-2969](https://opslayer.atlassian.net/browse/MOON-2969) |
+| Yes | Fix dispatch error legacy decoding | [moonbeam-foundation/frontier@388a34b](https://github.com/moonbeam-foundation/frontier/commit/388a34b40e80d1983bc2d9b66e8156f99bd68262) | Included | Permanent | | This commit should not be pushed upstream since it only impacts projects in production before [paritytech/substrate#10776](https://github.com/paritytech/substrate/pull/10776) and the fix will not be equal for every chain.
The changes contained in [paritytech/substrate#10776](https://github.com/paritytech/substrate/pull/10776) changed the scale encoding for variant DispatchError::Module(a breaking change). This commit adds a Legacy type, which is used when decoding the return type of call method in version 4 of EthereumRuntimeRPCApi. |
+| No | Account eth tx size only once | [moonbeam-foundation/frontier@2cac68f](https://github.com/moonbeam-foundation/frontier/commit/2cac68fe9d43fb8afe25857b7a86f9df9ea0f0b3) | squash | Upstream PR not merged | [polkadot-evm/frontier#1564](https://github.com/polkadot-evm/frontier/pull/1564) | Squashed with [moonbeam-foundation/frontier@b7d6e27](https://github.com/moonbeam-foundation/frontier/commit/b7d6e27d1571c555aea8036b4d3789eedfc34aef) [moonbeam-foundation/frontier#224](https://github.com/moonbeam-foundation/frontier/pull/224) |
+| Yes | Effective gas calculation log (extcodesize fix) | [moonbeam-foundation/frontier@ed29b3c](https://github.com/moonbeam-foundation/frontier/commit/ed29b3cc621f198bd6e2a2ade3a1a9efe89b9ea9) | Included | Needs PR upstream | | [MOON-2976](https://opslayer.atlassian.net/browse/MOON-2976) @Pablo Labarta PR: [moonbeam-foundation/frontier#224](https://github.com/moonbeam-foundation/frontier/pull/224) |
+| Yes | Expose lru_cache | [moonbeam-foundation/frontier@5ecc5c0](https://github.com/moonbeam-foundation/frontier/commit/5ecc5c055f0041211c1332bc50277726d30505ba) | Included | Upstream PR not merged | [polkadot-evm/frontier#1568](https://github.com/polkadot-evm/frontier/pull/1568) | [MOON-2976](https://opslayer.atlassian.net/browse/MOON-2976) |
+| Yes | Address POV Underestimations | [moonbeam-foundation/frontier@403aa32](https://github.com/moonbeam-foundation/frontier/commit/403aa322ef77e4a5bacc4669d7b4c0d8d5353cbc) | Included | Needs PR upstream | [moonbeam-foundation/frontier@fdfdb95](https://github.com/moonbeam-foundation/frontier/commit/fdfdb95057402ff35f69869339262a108ffccf94) | [MOON-3292](https://opslayer.atlassian.net/browse/MOON-3292) |
+| Yes | Validate max block range eth_getLogs RPC | [moonbeam-foundation/frontier@388d33e](https://github.com/moonbeam-foundation/frontier/commit/388d33ed0a0890a8fca5214cc3db999f36fafd45) | Included | PR Upstream Merged | [polkadot-evm/frontier#1794](https://github.com/polkadot-evm/frontier/pull/1794) | [MOON-3293](https://opslayer.atlassian.net/browse/MOON-3293) |
+| Yes | Fix format of EIP7702 transactions returned by the RPC interface | [moonbeam-foundation/frontier@29be929](https://github.com/moonbeam-foundation/frontier/commit/29be929e37829e5bb23a633b0afc3707b6483664) | Included | PR Upstream Merged | [moonbeam-foundation/frontier@5b38fdf](https://github.com/moonbeam-foundation/frontier/commit/5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65) | |
+| No | Fix mapping-sync: use import-time is_new_best for newHeads notifications | | Dropped | Upstream PR not merged | [polkadot-evm/frontier#1781](https://github.com/polkadot-evm/frontier/pull/1781) | NOTE: part of Extend EthereumBlockNotification with reorg info to allow compliance with Ethereum specs |
+| Yes | Extend EthereumBlockNotification with reorg info | [moonbeam-foundation/frontier@349b7a8](https://github.com/moonbeam-foundation/frontier/commit/349b7a84543aa67d815cb307161fc2e8031a2893) | Included | PR Upstream Merged | [polkadot-evm/frontier#1787](https://github.com/polkadot-evm/frontier/pull/1787) | |
+| Yes | Fixes eth_getLogs RPC behavior by filtering out logs with no topics when a filter is provided | [moonbeam-foundation/frontier@79bede4](https://github.com/moonbeam-foundation/frontier/commit/79bede482d0e2d299e6ad1f71082fe63a8c311b4) | Included | Upstream PR not merged | [polkadot-evm/frontier#1769](https://github.com/polkadot-evm/frontier/pull/1769) | |
+| Yes | Add support for Osaka fork (EIP-7939) | [moonbeam-foundation/frontier@0f68a6d](https://github.com/moonbeam-foundation/frontier/commit/0f68a6dc42c5f15eb108ac366cb710ebdace60cc) | Included | PR Upstream Merged | [polkadot-evm/frontier#1795](https://github.com/polkadot-evm/frontier/pull/1795) | |
+| Yes | Add support for EIP-7883 | [moonbeam-foundation/frontier@3d4b3d8](https://github.com/moonbeam-foundation/frontier/commit/3d4b3d8a6ca6b834dc296e892baf38312ec46ff0) | Included | PR Upstream Merged | [polkadot-evm/frontier#1801](https://github.com/polkadot-evm/frontier/pull/1801) | |
+| Yes | Add support for EIP-7823 | [moonbeam-foundation/frontier@c66fcb4](https://github.com/moonbeam-foundation/frontier/commit/c66fcb4cf9475a9cbe67fbc4f93970d8bb2e7f20) | Included | PR Upstream Merged | [polkadot-evm/frontier#1804](https://github.com/polkadot-evm/frontier/pull/1804) | |
+| Yes | Add support for EIP-7825 | [moonbeam-foundation/frontier@4a57cfd](https://github.com/moonbeam-foundation/frontier/commit/4a57cfd18699a333b18350f41cc9cfd692819626) | Included | PR Upstream Merged | [polkadot-evm/frontier#1799](https://github.com/polkadot-evm/frontier/pull/1799) | |
+| Yes | Consider block invalid when containing multiple pre-runtime Frontier logs | [moonbeam-foundation/frontier@ba16356](https://github.com/moonbeam-foundation/frontier/commit/ba163563b1e1157fdf9f539faeedead520dda8e2) | Included | PR Upstream Merged | [polkadot-evm/frontier#1809](https://github.com/polkadot-evm/frontier/pull/1809) | |
+| Yes | Fix eth_getTransactionReceipt race condition | [moonbeam-foundation/frontier@a9b04a6](https://github.com/moonbeam-foundation/frontier/commit/a9b04a63153837646b87c0af612d6539a7a7ed13) | Included | PR Upstream Merged | [polkadot-evm/frontier#1802](https://github.com/polkadot-evm/frontier/pull/1802) | |
+| Yes | Fix frontier parity-db migration | [moonbeam-foundation/frontier@3fccb84](https://github.com/moonbeam-foundation/frontier/commit/3fccb84a3a81f887cfa2a9767435f3d4e40819bc) | Included | PR Upstream Merged | [polkadot-evm/frontier#1817](https://github.com/polkadot-evm/frontier/pull/1817) | [moonbeam-foundation/frontier#252](https://github.com/moonbeam-foundation/frontier/pull/252) |
+| Yes | Forbid transactions without chain ID by default | [moonbeam-foundation/frontier@8bb932c](https://github.com/moonbeam-foundation/frontier/commit/8bb932cdf43609e793706e54fdcc3820bc9d57c6) | Included | PR Upstream Merged | [polkadot-evm/frontier#1815](https://github.com/polkadot-evm/frontier/pull/1815) | |
+| Yes | Fix eth_getBlockByNumber("latest") returning null intermittently | [moonbeam-foundation/frontier@beba745](https://github.com/moonbeam-foundation/frontier/commit/beba745d94f4e368adee4a4cddc014155fdbb5c7) | Included | PR Upstream Merged | [polkadot-evm/frontier#1816](https://github.com/polkadot-evm/frontier/pull/1816) | |
+| Yes | Fix inconsistent Eth block visibility caused by missing/stale block-number pointer | [moonbeam-foundation/frontier@3f9fe44](https://github.com/moonbeam-foundation/frontier/commit/3f9fe44ab75571856d0735142620ae42dacb17d8) | Included | PR Upstream Merged | [polkadot-evm/frontier#1818](https://github.com/polkadot-evm/frontier/pull/1818) | |
+| Yes | Simplify and harden re-org handling (single writer path in mapping-sync) | [moonbeam-foundation/frontier@c9923ec](https://github.com/moonbeam-foundation/frontier/commit/c9923eca68b06e71caf8cc45916c2d8240ec9e4c) | Included | PR Upstream Merged | [polkadot-evm/frontier#1820](https://github.com/polkadot-evm/frontier/pull/1820) | |
+| Yes | Wait for chain head and eth "latest" in createAndFinalizeBlock() | [moonbeam-foundation/frontier@45b1ffe](https://github.com/moonbeam-foundation/frontier/commit/45b1ffeb96e190f07bfbebeb6c5859433de756ef) | Included | PR Upstream Merged | [polkadot-evm/frontier#1855](https://github.com/polkadot-evm/frontier/pull/1855) | |
+| Yes | Avoid eth_blockNumber returning 0x00 when mapping-sync lags | [moonbeam-foundation/frontier@a443e95](https://github.com/moonbeam-foundation/frontier/commit/a443e95e092f00145ea6334edae473011b0b2802) | Included | PR Upstream Merged | [polkadot-evm/frontier#1832](https://github.com/polkadot-evm/frontier/pull/1832) | |
+| Yes | Validate transaction size | [moonbeam-foundation/frontier@c28328d](https://github.com/moonbeam-foundation/frontier/commit/c28328d37827463cd287bf8288979bc77e2e27c0) | Included | Upstream PR not merged | [polkadot-evm/frontier#1807](https://github.com/polkadot-evm/frontier/pull/1807) | |
+
+## `moonkit`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Support arbitrary additional relay keys in the relay storage proof | [Moonsong-Labs/moonkit@ea48d98](https://github.com/Moonsong-Labs/moonkit/commit/ea48d98860382d4a22b75ff1a7d11738863e4431) | Included | PR not merged | [Moonsong-Labs/moonkit#75](https://github.com/Moonsong-Labs/moonkit/pull/75) | Depends on polkadot-sdk's [MOON-2944](https://opslayer.atlassian.net/browse/MOON-2944)
@Tarek Abdalla will create upstream PR |
diff --git a/docs/cherry-picks/polkadot-sdk-stable2512.md b/docs/cherry-picks/polkadot-sdk-stable2512.md
new file mode 100644
index 00000000000..73d6557801f
--- /dev/null
+++ b/docs/cherry-picks/polkadot-sdk-stable2512.md
@@ -0,0 +1,86 @@
+# Cherry-picks for stable2512
+
+## `polkadot-sdk`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Add command PrecompileWasmCmd | [moonbeam-foundation/polkadot-sdk@d93cbe9](https://github.com/moonbeam-foundation/polkadot-sdk/commit/d93cbe9dd9799420a5ba13624f5b6488b13c0930) | Included | Upstream PR not merged | [paritytech/polkadot-sdk#1641](https://github.com/paritytech/polkadot-sdk/pull/1641) | This PR should be kept because it improves the time CI takes to run the moonwall tests.
Basically the changes allow to start the node with already precompiled runtimes and avoid the compilation step during the node start-up. |
+| Yes | Comment log "Unexpected underflow in reducing consumer" | [moonbeam-foundation/polkadot-sdk@0ca3223](https://github.com/moonbeam-foundation/polkadot-sdk/commit/0ca3223b21906e6295cca6c6fe27f073140aeeba) | Included | Permanent | | For moonbeam the consumers make no sense as this counter exist only to know when we can remove the account
- And we never remove the account on moonbeam because we can't remove the nonce due to immortal eth transactions. |
+| Yes | Bound WildMultiAsset max assets limit to 20 | [moonbeam-foundation/polkadot-sdk@000a836](https://github.com/moonbeam-foundation/polkadot-sdk/commit/000a8364d0a437e35d3d4058dd3903cf7a34e242) | Included | Permanent | | [MOON-2930](https://opslayer.atlassian.net/browse/MOON-2930). No upstream PR — `WILD_MULTI_ASSET_MAX_LIMIT` is a moonbeam-only constant not present in upstream. |
+| Yes | Account for pallet-parameters weight in benchmarks | [moonbeam-foundation/polkadot-sdk@4f6e829](https://github.com/moonbeam-foundation/polkadot-sdk/commit/4f6e8298cd8702dd610fd634014b07d4c428e929) | Included | Temporary | [paritytech/polkadot-sdk#6477](https://github.com/paritytech/polkadot-sdk/pull/6477) | [MOON-2964](https://opslayer.atlassian.net/browse/MOON-2964)
Theoretically, this change to pallet parameters is not necessary if all code that fetches these dynamic parameters is properly benchmarked, so it makes sense that they don't want this workaround upstream.
[MOON-3294](https://opslayer.atlassian.net/browse/MOON-3294) |
+| Yes | Add storage benchmark --keys-limit option | [moonbeam-foundation/polkadot-sdk@3e68f82](https://github.com/moonbeam-foundation/polkadot-sdk/commit/3e68f824efd7347b2deeae21d3d8705a5a437382) | Included | Temporary | [moonbeam-foundation/polkadot-sdk@ef91563](https://github.com/moonbeam-foundation/polkadot-sdk/commit/ef915632fbda727583b13813417664ecefc000b8) | We don't need this cherry-pick anymore since the following upstream PR introduced the same behavior change: [paritytech/polkadot-sdk#7835](https://github.com/paritytech/polkadot-sdk/pull/7835/changes#diff-29eba3163978b333d93a2e7b3d0f3d3bafe2cc99891ebd0cc38d499bb80bb7a9R318) |
+| Yes | ParachainTracingExecuteBlock | ⚠️ [moonbeam-foundation/polkadot-sdk#20](https://github.com/moonbeam-foundation/polkadot-sdk/pull/20) | Dropped but needs refactoring | PR Upstream Merged | [paritytech/polkadot-sdk#9214](https://github.com/paritytech/polkadot-sdk/pull/9214) | Replaced by [paritytech/polkadot-sdk#9871](https://github.com/paritytech/polkadot-sdk/pull/9871)
Refactoring on moonbeam repo: we should use the new config cumulus_service::ParachainTracingExecuteBlock (default None config doesn't work) |
+| Yes | Remove pallet-revive from pallet-xcm | [moonbeam-foundation/polkadot-sdk@015c5fb](https://github.com/moonbeam-foundation/polkadot-sdk/commit/015c5fbe3f8947131d740abf68957cd341ec70df) | Included | Temporary | | Can be dropped once they move pallet-revive dependency from pallet-xcm |
+| Yes | Backport PR#8108 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#8108](https://github.com/paritytech/polkadot-sdk/pull/8108) | |
+| Yes | Backport PR#10102 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#10102](https://github.com/paritytech/polkadot-sdk/pull/10102) | |
+| Yes | Backport PR#9262 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9262](https://github.com/paritytech/polkadot-sdk/pull/9262) | Can be dropped Polkadot stable2509 |
+| Yes | Add supported_version to pallet-xcm genesis config | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9225](https://github.com/paritytech/polkadot-sdk/pull/9225) | Can be dropped Polkadot stable2509 |
+| Yes | Stronger WASM compression | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9875](https://github.com/paritytech/polkadot-sdk/pull/9875) | |
+| Yes | Backport PR#9791 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9791](https://github.com/paritytech/polkadot-sdk/pull/9791) | |
+| Yes | Fix charge_transaction_payment benchmark | [moonbeam-foundation/polkadot-sdk@5a9a382](https://github.com/moonbeam-foundation/polkadot-sdk/commit/5a9a382caf251cf9bbeb238e50753cf3bb7de111) | Included | PR Upstream Merged | [paritytech/polkadot-sdk#10444](https://github.com/paritytech/polkadot-sdk/pull/10444) | Merged after polkadot stable2512, can be dropped with Polkadot stable 2603 |
+| Yes | Backport PR#9419 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9419](https://github.com/paritytech/polkadot-sdk/pull/9419) | |
+| Yes | Backport PR#8939 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#8939](https://github.com/paritytech/polkadot-sdk/pull/8939) | |
+| Yes | Backport PR#9319 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9319](https://github.com/paritytech/polkadot-sdk/pull/9319) | |
+| Yes | Backport PR#9927 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9927](https://github.com/paritytech/polkadot-sdk/pull/9927) | |
+| Yes | Backport PR#9976 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9976](https://github.com/paritytech/polkadot-sdk/pull/9976) | |
+| Yes | Backport PR#9178 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9178](https://github.com/paritytech/polkadot-sdk/pull/9178) | |
+| Yes | Backport PR#9929 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9929](https://github.com/paritytech/polkadot-sdk/pull/9929) | |
+| Yes | Backport PR#10305 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#10305](https://github.com/paritytech/polkadot-sdk/pull/10305) | |
+| Yes | Backport PR#9703 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9703](https://github.com/paritytech/polkadot-sdk/pull/9703) | |
+| Yes | Backport PR#9990 | | Dropped | PR Upstream Merged | [paritytech/polkadot-sdk#9990](https://github.com/paritytech/polkadot-sdk/pull/9990) | |
+
+## `ethereum`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Refactor transaction signature validation | | Dropped | PR Merged | [rust-ethereum/ethereum#75](https://github.com/rust-ethereum/ethereum/pull/75) | |
+| Yes | Add encoded length methods to transactions | [moonbeam-foundation/ethereum@58a5a8a](https://github.com/moonbeam-foundation/ethereum/commit/58a5a8a1eeec58fa8a9ca8c6fab20a028ddcc1e5) | Included | PR not merged | [rust-ethereum/ethereum#77](https://github.com/rust-ethereum/ethereum/pull/77) | |
+
+## `evm`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Add support for EIP-7939 (CLZ opcode) | [moonbeam-foundation/evm@a656db9](https://github.com/moonbeam-foundation/evm/commit/a656db9050c65170b050360c3fa66c0fd8bf226a) | Included | PR Upstream Merged | [rust-ethereum/evm#400](https://github.com/rust-ethereum/evm/pull/400) | Upstream merged PR#400 but on a different major version (v1.0). Still needed on the moonbeam 0.43.x fork. |
+
+## `frontier`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Use moonbeam-polkadot-stable2512 branch name for CI | [moonbeam-foundation/frontier@4ed00a8](https://github.com/moonbeam-foundation/frontier/commit/4ed00a8aa5762eeab87299a3705a9c851abef071), [moonbeam-foundation/frontier@61f7b8e](https://github.com/moonbeam-foundation/frontier/commit/61f7b8e9c392320743a305d03d62fde41d06c742) | Included | Permanent | | To make the CI run on our fork
Instead of this cherry-pick we can change our branch name conventions to name them polkadot-v*-moonbeam |
+| Yes | Do client side check of withdraw-ability | [moonbeam-foundation/frontier@68f3128](https://github.com/moonbeam-foundation/frontier/commit/68f312877a17db0841b3ca59b2bffd70bbcbe8c1) | Included | Upstream PR not merged | [polkadot-evm/frontier#1546](https://github.com/polkadot-evm/frontier/pull/1546) | [MOON-2968](https://opslayer.atlassian.net/browse/MOON-2968) original issue [MOON-2597](https://opslayer.atlassian.net/browse/MOON-2597)
Keep: the SDK fix in [paritytech/polkadot-sdk#2292](https://github.com/paritytech/polkadot-sdk/pull/2292) (for issue [paritytech/polkadot-sdk#1833](https://github.com/paritytech/polkadot-sdk/issues/1833)) did not fully resolve the problem — Eloïs confirmed after investigation that this cherry-pick is still required. |
+| Yes | Catch ethereum execution info | [moonbeam-foundation/frontier@95adb6c](https://github.com/moonbeam-foundation/frontier/commit/95adb6c458318688bdad1b25394ef1b8e780088b) | Included | Upstream PR not merged | [polkadot-evm/frontier#1547](https://github.com/polkadot-evm/frontier/pull/1547) | [MOON-2969](https://opslayer.atlassian.net/browse/MOON-2969) |
+| Yes | Fix dispatch error legacy decoding | [moonbeam-foundation/frontier@f2375cf](https://github.com/moonbeam-foundation/frontier/commit/f2375cf4ac1304b2e53d77532f73eba57b3ec622) | Included | Permanent | | This commit should not be pushed upstream since it only impacts projects in production before [paritytech/substrate#10776](https://github.com/paritytech/substrate/pull/10776) and the fix will not be equal for every chain.
The changes contained in [paritytech/substrate#10776](https://github.com/paritytech/substrate/pull/10776) changed the scale encoding for variant DispatchError::Module(a breaking change). This commit adds a Legacy type, which is used when decoding the return type of call method in version 4 of EthereumRuntimeRPCApi. |
+| No | Account eth tx size only once | [moonbeam-foundation/frontier@2be7ea2](https://github.com/moonbeam-foundation/frontier/commit/2be7ea28ae62ee313c01e8fa74fc4ab0f22ee7e6) | squash | Upstream PR not merged | [polkadot-evm/frontier#1564](https://github.com/polkadot-evm/frontier/pull/1564) | Squashed with [moonbeam-foundation/frontier@b7d6e27](https://github.com/moonbeam-foundation/frontier/commit/b7d6e27d1571c555aea8036b4d3789eedfc34aef) [moonbeam-foundation/frontier#224](https://github.com/moonbeam-foundation/frontier/pull/224) |
+| Yes | Effective gas calculation log | | Dropped | PR Upstream Merged | [moonbeam-foundation/frontier#224](https://github.com/moonbeam-foundation/frontier/pull/224) | [MOON-2976](https://opslayer.atlassian.net/browse/MOON-2976) @Pablo Labarta PR: [moonbeam-foundation/frontier#224](https://github.com/moonbeam-foundation/frontier/pull/224) |
+| Yes | Expose lru_cache | [moonbeam-foundation/frontier@3372c53](https://github.com/moonbeam-foundation/frontier/commit/3372c53e7dfd277a03a1407dfe26f28e2f18ec9a) | Included | Upstream PR not merged | [polkadot-evm/frontier#1568](https://github.com/polkadot-evm/frontier/pull/1568) | [MOON-2976](https://opslayer.atlassian.net/browse/MOON-2976) |
+| Yes | Address POV Underestimations | [moonbeam-foundation/frontier@ad9361c](https://github.com/moonbeam-foundation/frontier/commit/ad9361cc6d031be86908ca69dc98ecb5fb12dd5d) | Included | Needs PR upstream | [moonbeam-foundation/frontier@fdfdb95](https://github.com/moonbeam-foundation/frontier/commit/fdfdb95057402ff35f69869339262a108ffccf94) | [MOON-3292](https://opslayer.atlassian.net/browse/MOON-3292) |
+| Yes | Validate max block range eth_getLogs RPC | | Dropped | PR Upstream Merged | [polkadot-evm/frontier#1794](https://github.com/polkadot-evm/frontier/pull/1794) | [MOON-3293](https://opslayer.atlassian.net/browse/MOON-3293) |
+| Yes | Fix format of EIP7702 transactions returned by the RPC interface | | Dropped | PR Upstream Merged | [polkadot-evm/frontier#1775](https://github.com/polkadot-evm/frontier/pull/1775) | |
+| No | Fix mapping-sync: use import-time is_new_best for newHeads notifications | | Dropped | Closed | [polkadot-evm/frontier#1781](https://github.com/polkadot-evm/frontier/pull/1781) | NOTE: part of Extend EthereumBlockNotification with reorg info to allow compliance with Ethereum specs |
+| Yes | Extend EthereumBlockNotification with reorg info | | Dropped | PR Upstream Merged | [polkadot-evm/frontier#1787](https://github.com/polkadot-evm/frontier/pull/1787) | |
+| Yes | Fixes eth_getLogs RPC behavior by filtering out logs with no topics when a filter is provided | | Dropped | PR Upstream Merged | [polkadot-evm/frontier#1769](https://github.com/polkadot-evm/frontier/pull/1769) | |
+| Yes | Add support for Osaka fork (EIP-7939) | [moonbeam-foundation/frontier@5b004a2](https://github.com/moonbeam-foundation/frontier/commit/5b004a2f01a03ed357c2190311ad99d1f34be967) | Included | PR Upstream Merged | [polkadot-evm/frontier#1795](https://github.com/polkadot-evm/frontier/pull/1795) | |
+| Yes | Upgrade frame-metadata | [moonbeam-foundation/frontier@1940d8f](https://github.com/moonbeam-foundation/frontier/commit/1940d8f39013989945c23f1fb1fdb6ba19d064f8) | Included | Temporary | | Can be dropped once [MOON-3374](https://opslayer.atlassian.net/browse/MOON-3374) has been addressed |
+| Yes | Add support for EIP-7883 | [moonbeam-foundation/frontier@f359c22](https://github.com/moonbeam-foundation/frontier/commit/f359c22dcaac060dd6749b9c9a1b81527eb50859) | Included | PR Upstream Merged | [polkadot-evm/frontier#1801](https://github.com/polkadot-evm/frontier/pull/1801) | |
+| Yes | Add support for EIP-7823 | [moonbeam-foundation/frontier@330a465](https://github.com/moonbeam-foundation/frontier/commit/330a465ace3b929430e4a807bf97957b18840ea3) | Included | PR Upstream Merged | [polkadot-evm/frontier#1804](https://github.com/polkadot-evm/frontier/pull/1804) | |
+| Yes | Add support for EIP-7825 | [moonbeam-foundation/frontier@f1c7109](https://github.com/moonbeam-foundation/frontier/commit/f1c710951491dabb1d6562950ec6beab59636383) | Included | PR Upstream Merged | [polkadot-evm/frontier#1799](https://github.com/polkadot-evm/frontier/pull/1799) | |
+| Yes | Consider block invalid when containing multiple pre-runtime Frontier logs | [moonbeam-foundation/frontier@7c8d4e9](https://github.com/moonbeam-foundation/frontier/commit/7c8d4e9c8dd995fa978ae99187404bb7a64289cd) | Included | PR Upstream Merged | [polkadot-evm/frontier#1809](https://github.com/polkadot-evm/frontier/pull/1809) | |
+| Yes | Fix eth_getTransactionReceipt race condition | [moonbeam-foundation/frontier@cff2cf8](https://github.com/moonbeam-foundation/frontier/commit/cff2cf8ba8aba907472c25ab55ae7e8786295363) | Included | PR Upstream Merged | [polkadot-evm/frontier#1802](https://github.com/polkadot-evm/frontier/pull/1802) | |
+| Yes | Fix frontier parity-db migration | [moonbeam-foundation/frontier@e78ae78](https://github.com/moonbeam-foundation/frontier/commit/e78ae7856c51695c9f3ca1012431b60bd6cd5440) | Included | PR Upstream Merged | [polkadot-evm/frontier#1817](https://github.com/polkadot-evm/frontier/pull/1817) | |
+| Yes | Fix dropping lagging pubsub subscribers | [moonbeam-foundation/frontier@d886946](https://github.com/moonbeam-foundation/frontier/commit/d886946ed86d0153c63d2eb74b43ab5851f2b757) | Included | PR Upstream Merged | [polkadot-evm/frontier#1814](https://github.com/polkadot-evm/frontier/pull/1814) | |
+| Yes | Forbid transactions without chain ID by default | [moonbeam-foundation/frontier@cdd4ecd](https://github.com/moonbeam-foundation/frontier/commit/cdd4ecd9a1256b26b4e935b6592f811c2f0fea12) | Included | PR Upstream Merged | [polkadot-evm/frontier#1815](https://github.com/polkadot-evm/frontier/pull/1815) | Missing from original stable2512 doc; carried over from stable2506 |
+| Yes | Fix eth_getBlockByNumber("latest") returning null intermittently | [moonbeam-foundation/frontier@5d026ba](https://github.com/moonbeam-foundation/frontier/commit/5d026ba5bf1eded5f6234bb4ca84f79fb8559c91) | Included | PR Upstream Merged | [polkadot-evm/frontier#1816](https://github.com/polkadot-evm/frontier/pull/1816) | |
+| Yes | Fix inconsistent Eth block visibility caused by missing/stale block-number pointer | [moonbeam-foundation/frontier@056320a](https://github.com/moonbeam-foundation/frontier/commit/056320ae709daf050cc988702cdb0469e88368f6) | Included | PR Upstream Merged | [polkadot-evm/frontier#1818](https://github.com/polkadot-evm/frontier/pull/1818) | |
+| No | Simplify and harden re-org handling (single writer path in mapping-sync) | [moonbeam-foundation/frontier@4e46ebb](https://github.com/moonbeam-foundation/frontier/commit/4e46ebb589629fecebcb869029218b629ded7939) | Included | PR Upstream Merged | [polkadot-evm/frontier#1820](https://github.com/polkadot-evm/frontier/pull/1820) | |
+| Yes | Wait for chain head and eth "latest" in createAndFinalizeBlock() | [moonbeam-foundation/frontier@8ff2482](https://github.com/moonbeam-foundation/frontier/commit/8ff24823827ca5e04a495aafbd3ded0cab242e91) | Included | PR Upstream Merged | [polkadot-evm/frontier#1855](https://github.com/polkadot-evm/frontier/pull/1855) | |
+| Yes | Avoid eth_blockNumber returning 0x00 when mapping-sync lags | [moonbeam-foundation/frontier@7de9aea](https://github.com/moonbeam-foundation/frontier/commit/7de9aea2454cb15aac81cf4d239bfed5b6ee0ffa) | Included | PR Upstream Merged | [polkadot-evm/frontier#1832](https://github.com/polkadot-evm/frontier/pull/1832) | |
+| Yes | Validate transaction size | [moonbeam-foundation/frontier@b6d0dfb](https://github.com/moonbeam-foundation/frontier/commit/b6d0dfba6170b2eb00bfe8f16d7c9f48ef4d345b) | Included | Upstream PR not merged | [polkadot-evm/frontier#1807](https://github.com/polkadot-evm/frontier/pull/1807) | |
+| Yes | Improve "latest" block resolution on pruned nodes | [moonbeam-foundation/frontier@5439643](https://github.com/moonbeam-foundation/frontier/commit/54396433082b24b6e798df589d49a5172c0b9d35) | Included | Upstream PR not merged | [polkadot-evm/frontier#1856](https://github.com/polkadot-evm/frontier/pull/1856) | Cherry-picked from stable2506 commit [615b2aec](https://github.com/moonbeam-foundation/frontier/commit/615b2aecce141e6d9744b126ac2929e9fc2bddcc). Adds `state_pruning_blocks` param to `MappingSyncWorker::new()` for correct block resolution on pruned nodes. |
+
+## `moonkit`
+
+| Applied | Title | Commit | Cherry pick | Status | Upstream PR | Note |
+| --- | --- | --- | --- | --- | --- | --- |
+| Yes | Update to polkadot-sdk stable2512 | | Dropped | PR Merged | [Moonsong-Labs/moonkit#89](https://github.com/Moonsong-Labs/moonkit/pull/89) | Merged |
+| Yes | Add slot based collator | | Dropped | PR Merged | [Moonsong-Labs/moonkit#86](https://github.com/Moonsong-Labs/moonkit/pull/86) | Merged |
+| Yes | Add using_fake_author logic to author-slot-filter | [Moonsong-Labs/moonkit@0417bb7](https://github.com/Moonsong-Labs/moonkit/commit/0417bb7b65ad920d2eb382bb2ec3705cdcc5e761) | Included | PR Merged | [Moonsong-Labs/moonkit#92](https://github.com/Moonsong-Labs/moonkit/pull/92) | |
diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs
index f22e114ab2f..0eac6bea508 100644
--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -796,7 +796,7 @@ pub fn run() -> Result<()> {
let id = ParaId::from(cli.run.parachain_id.clone().or(para_id).unwrap_or(1000));
let parachain_account =
- AccountIdConversion::::into_account_truncating(&id);
+ AccountIdConversion::::into_account_truncating(&id);
let tokio_handle = config.tokio_handle.clone();
let polkadot_config =
diff --git a/node/service/src/lazy_loading/mod.rs b/node/service/src/lazy_loading/mod.rs
index 3accc58c5b5..a91b1933aba 100644
--- a/node/service/src/lazy_loading/mod.rs
+++ b/node/service/src/lazy_loading/mod.rs
@@ -22,6 +22,7 @@ use crate::{
RELAY_CHAIN_SLOT_DURATION_MILLIS, SOFT_DEADLINE_PERCENT, TIMESTAMP,
};
use cumulus_client_parachain_inherent::{MockValidationDataInherentDataProvider, MockXcmConfig};
+use cumulus_client_service::ParachainTracingExecuteBlock;
use cumulus_primitives_core::{relay_chain, BlockT, CollectCollationInfo, ParaId};
use fc_rpc::StorageOverrideHandler;
use fc_rpc_core::types::{FeeHistoryCache, FilterPool};
@@ -813,7 +814,7 @@ where
let _rpc_handlers = sc_service::spawn_tasks(sc_service::SpawnTasksParams {
network,
- client,
+ client: client.clone(),
keystore: keystore_container.keystore(),
task_manager: &mut task_manager,
transaction_pool,
@@ -824,6 +825,7 @@ where
config,
tx_handler_controller,
telemetry: None,
+ tracing_execute_block: Some(Arc::new(ParachainTracingExecuteBlock::new(client.clone()))),
})?;
if let Some(hwbench) = hwbench {
diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs
index 0a2d96ade84..11be708ceb2 100644
--- a/node/service/src/lib.rs
+++ b/node/service/src/lib.rs
@@ -27,11 +27,10 @@ pub mod rpc;
use cumulus_client_cli::CollatorOptions;
use cumulus_client_collator::service::CollatorService;
use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImport;
-use cumulus_client_consensus_proposer::Proposer;
use cumulus_client_parachain_inherent::{MockValidationDataInherentDataProvider, MockXcmConfig};
use cumulus_client_service::{
prepare_node_config, start_relay_chain_tasks, CollatorSybilResistance, DARecoveryProfile,
- ParachainHostFunctions, StartRelayChainTasksParams,
+ ParachainHostFunctions, ParachainTracingExecuteBlock, StartRelayChainTasksParams,
};
use cumulus_primitives_core::{
relay_chain::{self, well_known_keys, CollatorPair},
@@ -68,7 +67,7 @@ use sc_client_api::{
};
use sc_consensus::{BlockImport, ImportQueue};
use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY};
-use sc_network::{config::FullNetworkConfiguration, NetworkBackend, NetworkBlock};
+use sc_network::{config::FullNetworkConfiguration, NetworkBackend, NetworkBlock, PeerId};
use sc_service::config::PrometheusConfig;
use sc_service::{
error::Error as ServiceError, ChainSpec, Configuration, PartialComponents, TFullBackend,
@@ -726,9 +725,8 @@ async fn start_node_impl(
) -> sc_service::error::Result<(TaskManager, Arc>)>
where
RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static,
- RuntimeApi::RuntimeApi: RuntimeApiCollection
- + cumulus_primitives_core::GetCoreSelectorApi
- + cumulus_primitives_core::RelayParentOffsetApi,
+ RuntimeApi::RuntimeApi:
+ RuntimeApiCollection + cumulus_primitives_core::RelayParentOffsetApi,
Customizations: ClientCustomizations + 'static,
Net: NetworkBackend,
{
@@ -963,6 +961,7 @@ where
system_rpc_tx,
tx_handler_controller,
telemetry: telemetry.as_mut(),
+ tracing_execute_block: Some(Arc::new(ParachainTracingExecuteBlock::new(client.clone()))),
})?;
if let Some(hwbench) = hwbench {
@@ -1025,6 +1024,7 @@ where
params.keystore_container.keystore(),
para_id,
collator_key.expect("Command line arguments do not allow this. qed"),
+ network.local_peer_id(),
overseer_handle,
announce_block,
force_authoring,
@@ -1052,6 +1052,7 @@ fn start_consensus(
keystore: KeystorePtr,
para_id: ParaId,
collator_key: CollatorPair,
+ collator_peer_id: PeerId,
overseer_handle: OverseerHandle,
announce_block: Arc>) + Send + Sync>,
force_authoring: bool,
@@ -1062,13 +1063,12 @@ fn start_consensus(
) -> Result<(), sc_service::Error>
where
RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static,
- RuntimeApi::RuntimeApi: RuntimeApiCollection
- + cumulus_primitives_core::GetCoreSelectorApi
- + cumulus_primitives_core::RelayParentOffsetApi,
+ RuntimeApi::RuntimeApi:
+ RuntimeApiCollection + cumulus_primitives_core::RelayParentOffsetApi,
sc_client_api::StateBackendFor: sc_client_api::StateBackend,
SO: SyncOracle + Send + Sync + Clone + 'static,
{
- let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording(
+ let proposer = sc_basic_authorship::ProposerFactory::with_proof_recording(
task_manager.spawn_handle(),
client.clone(),
transaction_pool,
@@ -1076,7 +1076,6 @@ where
telemetry.clone(),
);
- let proposer = Proposer::new(proposer_factory);
let collator_service = CollatorService::new(
client.clone(),
Arc::new(task_manager.spawn_handle()),
@@ -1135,11 +1134,14 @@ where
let params = nimbus_consensus::collators::lookahead::Params {
additional_digests_provider: maybe_provide_vrf_digest,
- additional_relay_keys: vec![relay_chain::well_known_keys::EPOCH_INDEX.to_vec()],
+ additional_relay_state_keys: vec![
+ relay_chain::well_known_keys::EPOCH_INDEX.to_vec()
+ ],
authoring_duration: block_authoring_duration,
block_import,
code_hash_provider,
collator_key,
+ collator_peer_id,
collator_service,
create_inherent_data_providers,
force_authoring,
@@ -1204,6 +1206,7 @@ where
block_import,
code_hash_provider,
collator_key,
+ collator_peer_id,
collator_service,
create_inherent_data_providers: move |b, a| async move {
create_inherent_data_providers(b, a).await
@@ -1252,8 +1255,7 @@ where
RuntimeApi:
ConstructRuntimeApi> + Send + Sync + 'static,
RuntimeApi::RuntimeApi:
- RuntimeApiCollection + cumulus_primitives_core::GetCoreSelectorApi
- + cumulus_primitives_core::RelayParentOffsetApi,
+ RuntimeApiCollection + cumulus_primitives_core::RelayParentOffsetApi,
Customizations: ClientCustomizations + 'static,
{
match parachain_config.network.network_backend {
@@ -1718,7 +1720,7 @@ where
let _rpc_handlers = sc_service::spawn_tasks(sc_service::SpawnTasksParams {
network,
- client,
+ client: client.clone(),
keystore: keystore_container.keystore(),
task_manager: &mut task_manager,
transaction_pool,
@@ -1729,6 +1731,7 @@ where
config,
tx_handler_controller,
telemetry: None,
+ tracing_execute_block: Some(Arc::new(ParachainTracingExecuteBlock::new(client.clone()))),
})?;
if let Some(hwbench) = hwbench {
@@ -1988,6 +1991,7 @@ mod tests {
rate_limit: Default::default(),
rate_limit_whitelisted_ips: vec![],
rate_limit_trust_proxy_headers: false,
+ request_logger_limit: 1024,
},
data_path: Default::default(),
prometheus_config: None,
diff --git a/node/service/src/rpc.rs b/node/service/src/rpc.rs
index 904f7f6845d..7498356dfd3 100644
--- a/node/service/src/rpc.rs
+++ b/node/service/src/rpc.rs
@@ -287,7 +287,6 @@ where
Eth::<_, _, _, _, _, _, MoonbeamEthConfig<_, _>>::new(
Arc::clone(&client.clone()),
Arc::clone(&pool),
- graph.clone(),
convert_transaction,
Arc::clone(&sync),
signers,
diff --git a/package.json b/package.json
index 8c8bf3ab7e8..5844957921d 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
"devDependencies": {
"@biomejs/biome": "2.2.5"
},
+ "pnpm": {},
"keywords": [],
"author": "",
"license": "ISC"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3c511e9d66b..c26888fa277 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -15,8 +15,8 @@ importers:
test:
dependencies:
'@acala-network/chopsticks':
- specifier: 1.2.5
- version: 1.2.5(bufferutil@4.0.9)(debug@4.4.3)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)
+ specifier: 1.2.8
+ version: 1.2.8(bufferutil@4.0.9)(debug@4.4.3)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)
'@biomejs/biome':
specifier: ^2.2.5
version: 2.2.5
@@ -33,47 +33,47 @@ importers:
specifier: 1.1.25
version: 1.1.25
'@polkadot/api':
- specifier: 16.4.8
- version: 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ specifier: 16.5.4
+ version: 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-base':
- specifier: 16.4.8
- version: 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ specifier: 16.5.4
+ version: 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-derive':
- specifier: 16.4.8
- version: 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ specifier: 16.5.4
+ version: 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/apps-config':
- specifier: 0.165.1
- version: 0.165.1(@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6))(bufferutil@4.0.9)(encoding@0.1.13)(postcss@8.5.6)(react-dom@18.3.1(react@19.2.4))(react-is@16.13.1)(react@19.2.4)(tsx@4.20.6)(utf-8-validate@5.0.10)(yaml@2.8.1)
+ specifier: 0.170.1
+ version: 0.170.1(@polkadot/keyring@14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2))(bufferutil@4.0.9)(encoding@0.1.13)(postcss@8.5.6)(react-dom@18.3.1(react@19.2.4))(react-is@16.13.1)(react@19.2.4)(tsx@4.20.6)(utf-8-validate@5.0.10)(yaml@2.8.1)
'@polkadot/keyring':
- specifier: 13.5.6
- version: 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ specifier: 14.0.2
+ version: 14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
'@polkadot/rpc-provider':
- specifier: 16.4.8
- version: 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ specifier: 16.5.4
+ version: 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types':
- specifier: 16.4.8
- version: 16.4.8
+ specifier: 16.5.4
+ version: 16.5.4
'@polkadot/types-codec':
- specifier: 16.4.8
- version: 16.4.8
+ specifier: 16.5.4
+ version: 16.5.4
'@polkadot/util':
- specifier: 13.5.6
- version: 13.5.6
+ specifier: 14.0.2
+ version: 14.0.2
'@polkadot/util-crypto':
- specifier: 13.5.6
- version: 13.5.6(@polkadot/util@13.5.6)
+ specifier: 14.0.2
+ version: 14.0.2(@polkadot/util@14.0.2)
'@substrate/txwrapper-core':
specifier: 7.5.3
- version: 7.5.3(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ version: 7.5.3(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@substrate/txwrapper-substrate':
specifier: 7.5.3
- version: 7.5.3(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ version: 7.5.3(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@vitest/ui':
specifier: 3.2.4
version: 3.2.4(vitest@3.2.4)
'@zombienet/orchestrator':
specifier: 0.0.110
- version: 0.0.110(@polkadot/util@13.5.6)(@types/node@24.7.0)(bufferutil@4.0.9)(chokidar@3.6.0)(utf-8-validate@5.0.10)
+ version: 0.0.110(@polkadot/util@14.0.2)(@types/node@24.7.0)(bufferutil@4.0.9)(chokidar@3.6.0)(utf-8-validate@5.0.10)
'@zombienet/utils':
specifier: 0.0.29
version: 0.0.29(@types/node@24.7.0)(chokidar@3.6.0)(typescript@5.9.3)
@@ -97,7 +97,7 @@ importers:
version: 4.2.4
moonwall:
specifier: 1.0.1
- version: 1.0.1(@polkadot/api-base@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/api-derive@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6))(@polkadot/rpc-provider@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types-codec@16.4.8)(@polkadot/types@16.4.8)(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(@types/node@24.7.0)(@types/react@19.2.7)(bufferutil@4.0.9)(chokidar@3.6.0)(debug@4.4.3)(encoding@0.1.13)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(postcss@8.5.6)(rxjs@7.8.2)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(tsx@4.20.6)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
+ version: 1.0.1(@polkadot/api-base@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/api-derive@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/keyring@14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2))(@polkadot/rpc-provider@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types-codec@16.5.4)(@polkadot/types@16.5.4)(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)(@types/node@24.7.0)(@types/react@19.2.7)(bufferutil@4.0.9)(chokidar@3.6.0)(debug@4.4.3)(encoding@0.1.13)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(postcss@8.5.6)(rxjs@7.8.2)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(tsx@4.20.6)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
octokit:
specifier: 5.0.3
version: 5.0.3
@@ -227,7 +227,7 @@ importers:
version: 24.7.0
axios:
specifier: ^1.12.2
- version: 1.12.2(debug@4.4.3)
+ version: 1.12.2
chalk:
specifier: ^5.6.2
version: 5.6.2
@@ -243,19 +243,19 @@ importers:
packages:
- '@acala-network/chopsticks-core@1.2.5':
- resolution: {integrity: sha512-Utg/kKJ2cNOptzPJaXYf+WLDQLzSAlk4nn4PRPEgZdJndsk4bgGp27rDAInz7wSRK/ChTxjUSDTuOyewvh3YEQ==}
+ '@acala-network/chopsticks-core@1.2.8':
+ resolution: {integrity: sha512-45KxX3TKv83/k7ljUUqI+eq5QpdD4EsBMV++bFuePWOjsqNwdnPXnL7MzmxnTOe1wXAypblD9CLDn7AsJNhUOQ==}
engines: {node: '>=v22'}
- '@acala-network/chopsticks-db@1.2.5':
- resolution: {integrity: sha512-EnzrsAZAKqrUp3RL7nCL5zDlfez8NIDFo9woFgg8fIFAwlZ5huRtxFFKSQRLRgk9K36H3Ld2IQqXpj12xH3QrA==}
+ '@acala-network/chopsticks-db@1.2.8':
+ resolution: {integrity: sha512-ighq/Z2jrh0dbLnob3Im4e1DcYEq+UahIfnUk+ZUTH2lh8ega6zHDHCUazPsw11apqghkd5RgbY0oT6QNAphYQ==}
engines: {node: '>=v22'}
- '@acala-network/chopsticks-executor@1.2.5':
- resolution: {integrity: sha512-vlLKpJjz6k3NXpEkVlCVpHI7wqRwNoMTT77tWRO6x3FaplwC1DDMwmiUgSc/8BCL5mqJ1rtXrxHSE9wG0XgUKg==}
+ '@acala-network/chopsticks-executor@1.2.8':
+ resolution: {integrity: sha512-pSmXFm9zz72lR+Tp0f8Pc/qPKKiNMd/0mFF2pZCl3tvWK2wpIMOw0ez3tc2TL0VuHQb5QhTxSR456B8QZHkOyg==}
- '@acala-network/chopsticks@1.2.5':
- resolution: {integrity: sha512-R1Cs2DxORGDn0cmJhO76QXBQeMN8kv98pplPhcvKBrtMm0psfNFUX71MXuV1OFTqiOvTbYs01LxXvL+41Kp84Q==}
+ '@acala-network/chopsticks@1.2.8':
+ resolution: {integrity: sha512-9ozTpSz8d747duYMhttYaBL3rUf51yXiTQLmcZ5gMmQYc77KlEgXntiT5r78gn3J6ZsWl++SGcBj+H66kcwtkA==}
engines: {node: '>=v22'}
hasBin: true
@@ -1937,8 +1937,8 @@ packages:
resolution: {integrity: sha512-R3eYFj2JgY1zRb+OCYQxNlJXCs2FA+AU4uIEiVcXnVLmR3M55tkRNEwYAZmiFxx0pQmegGgPMc33q7TWGdw24A==}
engines: {node: '>=14.0.0'}
- '@polkadot/apps-config@0.165.1':
- resolution: {integrity: sha512-m6a7IjT7pPY/cYdBLd3Y1pEW7ZjtwKs8jFmv/5bLgo1/WpD2czvVRH/31msV4IBtE3HAV74JxjDmK6YK7danYg==}
+ '@polkadot/apps-config@0.170.1':
+ resolution: {integrity: sha512-t1yGPnJAJzq93H9LjF5hEMPB2XRr5jc+UAb5zcyeDFZGX7AMW9qgOkAPujiePrZK1jmgXK8aYNeZqZ5Jic1yhg==}
engines: {node: '>=18'}
'@polkadot/keyring@10.4.2':
@@ -1962,12 +1962,12 @@ packages:
'@polkadot/util': 13.5.6
'@polkadot/util-crypto': 13.5.6
- '@polkadot/keyring@14.0.1':
- resolution: {integrity: sha512-kHydQPCeTvJrMC9VQO8LPhAhTUxzxfNF1HEknhZDBPPsxP/XpkYsEy/Ln1QzJmQqD5VsgwzLDE6cExbJ2CT9CA==}
+ '@polkadot/keyring@14.0.2':
+ resolution: {integrity: sha512-TppXBLnchsBPn5fqqJzLa1jBk2MEjZu9o9lbtQzthjW1K+1wyxqr9gS5ftSfutK69fyDc0dIeUxjgt+DHFfxHA==}
engines: {node: '>=18'}
peerDependencies:
- '@polkadot/util': 14.0.1
- '@polkadot/util-crypto': 14.0.1
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2
'@polkadot/keyring@6.11.1':
resolution: {integrity: sha512-rW8INl7pO6Dmaffd6Df1yAYCRWa2RmWQ0LGfJeA/M6seVIkI6J3opZqAd4q2Op+h9a7z4TESQGk8yggOEL+Csg==}
@@ -2014,6 +2014,10 @@ packages:
resolution: {integrity: sha512-wGlBtXDkusRAj4P7uxfPz80gLO1+j99MLBaQi3bEym2xrFrFhgIWVHOZlBit/1PfaBjhX2Z8XjRxaM2w1p7w2w==}
engines: {node: '>=18'}
+ '@polkadot/networks@14.0.2':
+ resolution: {integrity: sha512-7pxyCbrS4fLWnFSAc55ycWH1gjQGd0Es3PBHBxl+hwHUEh5/xrBVVcXVorOjpv7T/YRmzwtjxskE3KHa4ZiNDw==}
+ engines: {node: '>=18'}
+
'@polkadot/networks@6.11.1':
resolution: {integrity: sha512-0C6Ha2kvr42se3Gevx6UhHzv3KnPHML0N73Amjwvdr4y0HLZ1Nfw+vcm5yqpz5gpiehqz97XqFrsPRauYdcksQ==}
engines: {node: '>=14.0.0'}
@@ -2022,8 +2026,8 @@ packages:
resolution: {integrity: sha512-8xAmhDW0ry5EKcEjp6VTuwoTm0DdDo/zHsmx88P6sVL87gupuFsL+B6TrsYLl8GcaqxujwrOlKB+CKTUg7qFKg==}
engines: {node: '>=14.0.0'}
- '@polkadot/react-identicon@3.16.1':
- resolution: {integrity: sha512-8iKTnYg9MKVV+Tc5xzPNE7sFSKmOha8MGH/UekG/s+fu52z+1ffXQCs6BVzLMk3s1IMUqi+mnj6cVGkfdS5Xug==}
+ '@polkadot/react-identicon@3.16.4':
+ resolution: {integrity: sha512-9fZu9K5T2/SHg54VSyCDRo4cYButZUL+tgV5VpEVBVZVGwbD/JhDja/jGnpxDnR97fTcw6YY7XU6d9xPaAB7qQ==}
engines: {node: '>=18'}
peerDependencies:
'@polkadot/keyring': '*'
@@ -2306,15 +2310,15 @@ packages:
resolution: {integrity: sha512-hGLddTiJbvowhhUZJ3k+olmmBc1KAjWIQxujIUIYASih8FQ3/YJDKxaofGOzh0VygOKW3jxQBN2VZPofyDP9KQ==}
engines: {node: '>=14.0.0'}
- '@polkadot/ui-settings@3.16.1':
- resolution: {integrity: sha512-C8A3p8aQmPbGXK9/KAmQGh6wPdRt+L0a7C/lbRGdYK7CladI+lWSecogQaC9kn5F5kyzU/htYyqwMbFOj53w0g==}
+ '@polkadot/ui-settings@3.16.4':
+ resolution: {integrity: sha512-6QmWqHljS7zm7dc3+QqnAdv7fE17BoGlJeb6+snEV0rwJqgi7oQ9XuKtyhFfYiwL+icXvrQex30gX7LWq8t2qg==}
engines: {node: '>=18'}
peerDependencies:
'@polkadot/networks': '*'
'@polkadot/util': '*'
- '@polkadot/ui-shared@3.16.1':
- resolution: {integrity: sha512-SFrnDEFDZ8+owZwCeW8TwHTUJCzvcdQTHEPaqR6ueVc0VqDGy8ilmtWPno2z0Ed/7R0KGQ7uMr4bzXe8IiiZ2A==}
+ '@polkadot/ui-shared@3.16.4':
+ resolution: {integrity: sha512-6DSlZltIabDv65IznFEnhhUbQW6ZmhSKOa+pmzq9sLXNjx9lMYrH9WMGwDNOPEeh30jivVECQnsa1sTt5jQcHA==}
engines: {node: '>=18'}
peerDependencies:
'@polkadot/util': '*'
@@ -2344,11 +2348,11 @@ packages:
peerDependencies:
'@polkadot/util': 13.5.9
- '@polkadot/util-crypto@14.0.1':
- resolution: {integrity: sha512-Cu7AKUzBTsUkbOtyuNzXcTpDjR9QW0fVR56o3gBmzfUCmvO1vlsuGzmmPzqpHymQQ3rrfqV78CPs62EGhw0R+A==}
+ '@polkadot/util-crypto@14.0.2':
+ resolution: {integrity: sha512-3THV5do8Jj3x5izA4gGi6a/FO1gllf9xSCdTTaK1InGv/Nxcc9f2NA92E9D9vEGiWidkQVQdmUNOJe5kjeIKAw==}
engines: {node: '>=18'}
peerDependencies:
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
'@polkadot/util-crypto@6.11.1':
resolution: {integrity: sha512-fWA1Nz17FxWJslweZS4l0Uo30WXb5mYV1KEACVzM+BSZAvG5eoiOAYX6VYZjyw6/7u53XKrWQlD83iPsg3KvZw==}
@@ -2382,6 +2386,10 @@ packages:
resolution: {integrity: sha512-764HhxkPV3x5rM0/p6QdynC2dw26n+SaE+jisjx556ViCd4E28Ke4xSPef6C0Spy4aoXf2gt0PuLEcBvd6fVZg==}
engines: {node: '>=18'}
+ '@polkadot/util@14.0.2':
+ resolution: {integrity: sha512-Zst+dO4Q4W5SLh3cbPS75TyNxLwIzlCWUsGxIZVYhrPCF91UVVbo3ztafFqF85Nu/+/gD4rGbR75vm1cgZ5Rwg==}
+ engines: {node: '>=18'}
+
'@polkadot/util@6.11.1':
resolution: {integrity: sha512-TEdCetr9rsdUfJZqQgX/vxLuV4XU8KMoKBMJdx+JuQ5EWemIdQkEtMBdL8k8udNGbgSNiYFA6rPppATeIxAScg==}
engines: {node: '>=14.0.0'}
@@ -2404,13 +2412,6 @@ packages:
'@polkadot/util': '*'
'@polkadot/x-randomvalues': '*'
- '@polkadot/wasm-bridge@7.5.3':
- resolution: {integrity: sha512-mUvwwNH+uP1wqpMuHjmEwHxRIaVc5csmb+ukycWQGhzwhpXe/0fvBEU2TQ8kwgqO2MU0FS3hN/QcIWKfPRJgxQ==}
- engines: {node: '>=18'}
- peerDependencies:
- '@polkadot/util': '*'
- '@polkadot/x-randomvalues': '*'
-
'@polkadot/wasm-bridge@7.5.4':
resolution: {integrity: sha512-6xaJVvoZbnbgpQYXNw9OHVNWjXmtcoPcWh7hlwx3NpfiLkkjljj99YS+XGZQlq7ks2fVCg7FbfknkNb8PldDaA==}
engines: {node: '>=18'}
@@ -2442,12 +2443,6 @@ packages:
peerDependencies:
'@polkadot/util': '*'
- '@polkadot/wasm-crypto-asmjs@7.5.3':
- resolution: {integrity: sha512-fSbbjI+4p0U3PQ8nOz/3p7euHriSdh+2CSywNuXHa8fMaYlMqCKt9K7+HI8CQ4RZNvZWDq+Py1nEDEkM4rZrvw==}
- engines: {node: '>=18'}
- peerDependencies:
- '@polkadot/util': '*'
-
'@polkadot/wasm-crypto-asmjs@7.5.4':
resolution: {integrity: sha512-ZYwxQHAJ8pPt6kYk9XFmyuFuSS+yirJLonvP+DYbxOrARRUHfN4nzp4zcZNXUuaFhpbDobDSFn6gYzye6BUotA==}
engines: {node: '>=18'}
@@ -2468,13 +2463,6 @@ packages:
'@polkadot/util': '*'
'@polkadot/x-randomvalues': '*'
- '@polkadot/wasm-crypto-init@7.5.3':
- resolution: {integrity: sha512-KvUpxqvW70XhuDiw/N6rM8fQ7zRjIFblw+vdJ0/wwyagwg9jrYNA9TMei5ksQd9sxGCGXN/xJmwHJXuUjkocmg==}
- engines: {node: '>=18'}
- peerDependencies:
- '@polkadot/util': '*'
- '@polkadot/x-randomvalues': '*'
-
'@polkadot/wasm-crypto-init@7.5.4':
resolution: {integrity: sha512-U6s4Eo2rHs2n1iR01vTz/sOQ7eOnRPjaCsGWhPV+ZC/20hkVzwPAhiizu/IqMEol4tO2yiSheD4D6bn0KxUJhg==}
engines: {node: '>=18'}
@@ -2506,12 +2494,6 @@ packages:
peerDependencies:
'@polkadot/util': '*'
- '@polkadot/wasm-crypto-wasm@7.5.3':
- resolution: {integrity: sha512-fc88+HyVxebB/40GVgGUOLBqyO3C571DXWPTFmtt5EX9H8gw7Jg0Bkitz7hgSVP2x4FjXpqS9UNTJ8trVH0x1A==}
- engines: {node: '>=18'}
- peerDependencies:
- '@polkadot/util': '*'
-
'@polkadot/wasm-crypto-wasm@7.5.4':
resolution: {integrity: sha512-PsHgLsVTu43eprwSvUGnxybtOEuHPES6AbApcs7y5ZbM2PiDMzYbAjNul098xJK/CPtrxZ0ePDFnaQBmIJyTFw==}
engines: {node: '>=18'}
@@ -2546,13 +2528,6 @@ packages:
'@polkadot/util': '*'
'@polkadot/x-randomvalues': '*'
- '@polkadot/wasm-crypto@7.5.3':
- resolution: {integrity: sha512-dmKUM9vw1wrnCHGuIeOtQo1pwuSF7fkyF4TYimTn3tAa0+3cDctYBErtGxgUeqP0Bo4Q0Of4/vnHlSk5Rbt9Uw==}
- engines: {node: '>=18'}
- peerDependencies:
- '@polkadot/util': '*'
- '@polkadot/x-randomvalues': '*'
-
'@polkadot/wasm-crypto@7.5.4':
resolution: {integrity: sha512-1seyClxa7Jd7kQjfnCzTTTfYhTa/KUTDUaD3DMHBk5Q4ZUN1D1unJgX+v1aUeXSPxmzocdZETPJJRZjhVOqg9g==}
engines: {node: '>=18'}
@@ -2572,12 +2547,6 @@ packages:
peerDependencies:
'@polkadot/util': '*'
- '@polkadot/wasm-util@7.5.3':
- resolution: {integrity: sha512-hBr9bbjS+Yr7DrDUSkIIuvlTSoAlI8WXuo9YEB4C76j130u/cl+zyq6Iy/WnaTE6QH+8i9DhM8QTety6TqYnUQ==}
- engines: {node: '>=18'}
- peerDependencies:
- '@polkadot/util': '*'
-
'@polkadot/wasm-util@7.5.4':
resolution: {integrity: sha512-hqPpfhCpRAqCIn/CYbBluhh0TXmwkJnDRjxrU9Bnqtw9nMNa97D8JuOjdd2pi0rxm+eeLQ/f1rQMp71RMM9t4w==}
engines: {node: '>=18'}
@@ -2604,6 +2573,10 @@ packages:
resolution: {integrity: sha512-gfozjGnebr2rqURs31KtaWumbW4rRZpbiluhlmai6luCNrf5u8pB+oLA35kPEntrsLk9PnIG9OsC/n4hEtx4OQ==}
engines: {node: '>=18'}
+ '@polkadot/x-bigint@14.0.2':
+ resolution: {integrity: sha512-2C0cBFOMJWYYxDR5vAdIRwqt34jm2yHum67HmFiStdQjuFGhiwQA3T+MpGpqhkoHa2ohjKvbjl4HLP7J/MsIdA==}
+ engines: {node: '>=18'}
+
'@polkadot/x-bigint@8.7.1':
resolution: {integrity: sha512-ClkhgdB/KqcAKk3zA6Qw8wBL6Wz67pYTPkrAtImpvoPJmR+l4RARauv+MH34JXMUNlNb3aUwqN6lq2Z1zN+mJg==}
engines: {node: '>=14.0.0'}
@@ -2620,6 +2593,10 @@ packages:
resolution: {integrity: sha512-gqx8c6lhnD7Qht+56J+4oeTA8YZ9bAPqzOt2cRJf9MTplMy44W6671T2p6hA3QMvzy4aBTxMie3uKc4tGpLu4A==}
engines: {node: '>=18'}
+ '@polkadot/x-fetch@13.5.9':
+ resolution: {integrity: sha512-urwXQZtT4yYROiRdJS6zHu18J/jCoAGpbgPIAjwdqjT11t9XIq4SjuPMxD19xBRhbYe9ocWV8i1KHuoMbZgKbA==}
+ engines: {node: '>=18'}
+
'@polkadot/x-fetch@14.0.1':
resolution: {integrity: sha512-yFsnO0xfkp3bIcvH70ZvmeUINYH1YnjOIS1B430f3w6axkqKhAOWCgzzKGMSRgn4dtm3YgwMBKPQ4nyfIsGOJQ==}
engines: {node: '>=18'}
@@ -2648,6 +2625,10 @@ packages:
resolution: {integrity: sha512-aCI44DJU4fU0XXqrrSGIpi7JrZXK2kpe0jaQ2p6oDVXOOYEnZYXnMhTTmBE1lF/xtxzX50MnZrrU87jziU0qbA==}
engines: {node: '>=18'}
+ '@polkadot/x-global@14.0.2':
+ resolution: {integrity: sha512-q61vXbGQsm562vyyEUjm4T8/lsbtn32L5fttmdpIUfZeTeyhUpCt5LLsqapF3hgx8XSWxrad+ek0V4yIB0CAPA==}
+ engines: {node: '>=18'}
+
'@polkadot/x-global@6.11.1':
resolution: {integrity: sha512-lsBK/e4KbjfieyRmnPs7bTiGbP/6EoCZz7rqD/voNS5qsJAaXgB9LR+ilubun9gK/TDpebyxgO+J19OBiQPIRw==}
engines: {node: '>=14.0.0'}
@@ -2681,11 +2662,11 @@ packages:
'@polkadot/util': 13.5.9
'@polkadot/wasm-util': '*'
- '@polkadot/x-randomvalues@14.0.1':
- resolution: {integrity: sha512-/XkQcvshzJLHITuPrN3zmQKuFIPdKWoaiHhhVLD6rQWV60lTXA3ajw3ocju8ZN7xRxnweMS9Ce0kMPYa0NhRMg==}
+ '@polkadot/x-randomvalues@14.0.2':
+ resolution: {integrity: sha512-tyjTbPmZmHbk51hBrI8WpkWLYdER4SBXmC5W44w3nn4+k7r8lV9Hm3UGQ9GmrK6kV2cAstoPIbyzKH2jhRdrTw==}
engines: {node: '>=18'}
peerDependencies:
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
'@polkadot/wasm-util': '*'
'@polkadot/x-randomvalues@6.11.1':
@@ -2720,6 +2701,10 @@ packages:
resolution: {integrity: sha512-CcWiPCuPVJsNk4Vq43lgFHqLRBQHb4r9RD7ZIYgmwoebES8TNm4g2ew9ToCzakFKSpzKu6I07Ne9wv/dt5zLuw==}
engines: {node: '>=18'}
+ '@polkadot/x-textdecoder@14.0.2':
+ resolution: {integrity: sha512-gKdzDFOGKqqUD1nsjY+XEiCSsFPC355RAUaCxAfO/GVr+if5Ah97XM1WDv2DGGuxYS7h/4P7QkfjYlMZDQ+o9g==}
+ engines: {node: '>=18'}
+
'@polkadot/x-textdecoder@6.11.1':
resolution: {integrity: sha512-DI1Ym2lyDSS/UhnTT2e9WutukevFZ0WGpzj4eotuG2BTHN3e21uYtYTt24SlyRNMrWJf5+TkZItmZeqs1nwAfQ==}
engines: {node: '>=14.0.0'}
@@ -2748,6 +2733,10 @@ packages:
resolution: {integrity: sha512-VY51SpQmF1ccmAGLfxhYnAe95Spfz049WZ/+kK4NfsGF9WejxVdU53Im5C80l45r8qHuYQsCWU3+t0FNunh2Kg==}
engines: {node: '>=18'}
+ '@polkadot/x-textencoder@14.0.2':
+ resolution: {integrity: sha512-s9sk6VnubV1/PnSiSCHJTlRzGwbtkg1kvW155SXSNg7gIgm7BDahCt+PykqBIsm7Ouwt5Ktxl0FdLXn/7EDGpg==}
+ engines: {node: '>=18'}
+
'@polkadot/x-textencoder@6.11.1':
resolution: {integrity: sha512-8ipjWdEuqFo+R4Nxsc3/WW9CSEiprX4XU91a37ZyRVC4e9R1bmvClrpXmRQLVcAQyhRvG8DKOOtWbz8xM+oXKg==}
engines: {node: '>=14.0.0'}
@@ -2768,6 +2757,10 @@ packages:
resolution: {integrity: sha512-247ktVp/iE57NTXjFpHaoPoDcvoEPb8+16r2Eq0IBQ2umOV7P6KmxvdNx5eFUvRsgXvBpNwUXE1WVnXjK/eDtA==}
engines: {node: '>=18'}
+ '@polkadot/x-ws@13.5.9':
+ resolution: {integrity: sha512-NKVgvACTIvKT8CjaQu9d0dERkZsWIZngX/4NVSjc01WHmln4F4y/zyBdYn/Z2V0Zw28cISx+lB4qxRmqTe7gbg==}
+ engines: {node: '>=18'}
+
'@polkadot/x-ws@14.0.1':
resolution: {integrity: sha512-Q18hoSuOl7F4aENNGNt9XYxkrjwZlC6xye9OQrPDeHam1SrvflGv9mSZHyo+mwJs0z1PCz2STpPEN9PKfZvHng==}
engines: {node: '>=18'}
@@ -3657,6 +3650,9 @@ packages:
axios@1.12.2:
resolution: {integrity: sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==}
+ axios@1.13.6:
+ resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==}
+
balanced-match@1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
@@ -4619,6 +4615,10 @@ packages:
resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==}
engines: {node: '>= 6'}
+ form-data@4.0.5:
+ resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
+ engines: {node: '>= 6'}
+
formdata-polyfill@4.0.10:
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
engines: {node: '>=12.20.0'}
@@ -4731,7 +4731,7 @@ packages:
glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
- deprecated: Glob versions prior to v9 are no longer supported
+ deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
glob@8.1.0:
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
@@ -5947,9 +5947,6 @@ packages:
resolution: {integrity: sha512-ttXRkkOz6WWC95KeY9+xxWL6AtImwbyMHrL1mSwqwW9u+vLp/WIElvHvCSDg0xO/Dzrggz1zv3rN5ovTRVowKg==}
hasBin: true
- pino-std-serializers@7.0.0:
- resolution: {integrity: sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==}
-
pino-std-serializers@7.1.0:
resolution: {integrity: sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==}
@@ -6016,6 +6013,7 @@ packages:
prebuild-install@7.1.3:
resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==}
engines: {node: '>=10'}
+ deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
hasBin: true
pretty-ms@9.3.0:
@@ -6644,6 +6642,7 @@ packages:
tar@6.2.1:
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
engines: {node: '>=10'}
+ deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
thenify-all@1.6.0:
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
@@ -7649,17 +7648,17 @@ packages:
snapshots:
- '@acala-network/chopsticks-core@1.2.5(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
+ '@acala-network/chopsticks-core@1.2.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
dependencies:
- '@acala-network/chopsticks-executor': 1.2.5
- '@polkadot/rpc-provider': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/types': 16.4.8
- '@polkadot/types-codec': 16.4.8
+ '@acala-network/chopsticks-executor': 1.2.8
+ '@polkadot/rpc-provider': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/types': 16.5.4
+ '@polkadot/types-codec': 16.5.4
'@polkadot/types-known': 16.5.4
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
comlink: 4.4.2
- eventemitter3: 5.0.1
+ eventemitter3: 5.0.4
lodash: 4.17.21
lru-cache: 11.2.2
pino: 9.13.1
@@ -7671,10 +7670,10 @@ snapshots:
- supports-color
- utf-8-validate
- '@acala-network/chopsticks-db@1.2.5(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)':
+ '@acala-network/chopsticks-db@1.2.8(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)':
dependencies:
- '@acala-network/chopsticks-core': 1.2.5(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/util': 13.5.6
+ '@acala-network/chopsticks-core': 1.2.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/util': 14.0.2
idb: 8.0.3
reflect-metadata: 0.2.2
sqlite3: 5.1.7
@@ -7701,31 +7700,31 @@ snapshots:
- typeorm-aurora-data-api-driver
- utf-8-validate
- '@acala-network/chopsticks-executor@1.2.5':
+ '@acala-network/chopsticks-executor@1.2.8':
dependencies:
- '@polkadot/util': 13.5.6
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@13.5.6)
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
- '@acala-network/chopsticks@1.2.5(bufferutil@4.0.9)(debug@4.4.3)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)':
+ '@acala-network/chopsticks@1.2.8(bufferutil@4.0.9)(debug@4.4.3)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)':
dependencies:
- '@acala-network/chopsticks-core': 1.2.5(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@acala-network/chopsticks-db': 1.2.5(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)
+ '@acala-network/chopsticks-core': 1.2.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@acala-network/chopsticks-db': 1.2.8(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)
'@dmsnell/diff-match-patch': 1.1.0
'@pnpm/npm-conf': 3.0.0
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-augment': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/rpc-provider': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/types': 16.4.8
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
- axios: 1.12.2(debug@4.4.3)
+ '@polkadot/rpc-provider': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/types': 16.5.4
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
+ axios: 1.13.6(debug@4.4.3)
comlink: 4.4.2
dotenv: 16.6.1
global-agent: 3.0.0
js-yaml: 4.1.1
jsondiffpatch: 0.7.3
lodash: 4.17.21
- ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ ws: 8.19.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
yargs: 18.0.0
zod: 3.25.76
transitivePeerDependencies:
@@ -7751,9 +7750,9 @@ snapshots:
- typeorm-aurora-data-api-driver
- utf-8-validate
- '@acala-network/type-definitions@5.1.2(@polkadot/types@16.4.8)':
+ '@acala-network/type-definitions@5.1.2(@polkadot/types@16.5.4)':
dependencies:
- '@polkadot/types': 16.4.8
+ '@polkadot/types': 16.5.4
'@adraffy/ens-normalize@1.10.1': {}
@@ -7831,9 +7830,9 @@ snapshots:
'@balena/dockerignore@1.0.2': {}
- '@bifrost-finance/type-definitions@1.11.3(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))':
+ '@bifrost-finance/type-definitions@1.11.3(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))':
dependencies:
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@biomejs/biome@2.2.5':
optionalDependencies:
@@ -7909,9 +7908,9 @@ snapshots:
'@darwinia/types@2.8.10': {}
- '@digitalnative/type-definitions@1.1.27(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)':
+ '@digitalnative/type-definitions@1.1.27(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)':
dependencies:
- '@polkadot/keyring': 6.11.1(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 6.11.1(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/types': 4.17.1
transitivePeerDependencies:
- '@polkadot/util'
@@ -8640,9 +8639,9 @@ snapshots:
'@js-sdsl/ordered-map@4.4.2': {}
- '@kiltprotocol/type-definitions@1.11502.1(@polkadot/types@16.4.8)':
+ '@kiltprotocol/type-definitions@1.11502.1(@polkadot/types@16.5.4)':
dependencies:
- '@polkadot/types': 16.4.8
+ '@polkadot/types': 16.5.4
'@laminar/type-definitions@0.3.1':
dependencies:
@@ -8661,9 +8660,9 @@ snapshots:
- supports-color
- utf-8-validate
- '@mangata-finance/type-definitions@2.1.2(@polkadot/types@16.4.8)':
+ '@mangata-finance/type-definitions@2.1.2(@polkadot/types@16.5.4)':
dependencies:
- '@polkadot/types': 16.4.8
+ '@polkadot/types': 16.5.4
'@metaverse-network-sdk/type-definitions@0.0.1-16':
dependencies:
@@ -8672,12 +8671,12 @@ snapshots:
'@moonbeam-network/types-bundle@1.0.2(bufferutil@4.0.9)(postcss@8.5.6)(tsx@4.20.6)(utf-8-validate@5.0.10)(yaml@2.8.1)':
dependencies:
'@biomejs/biome': 2.2.5
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/api-base': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/rpc-core': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/api-base': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/rpc-core': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/typegen': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/types': 16.4.8
- '@polkadot/types-codec': 16.4.8
+ '@polkadot/types': 16.5.4
+ '@polkadot/types-codec': 16.5.4
tsup: 8.5.0(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)
typescript: 5.9.3
transitivePeerDependencies:
@@ -9347,7 +9346,7 @@ snapshots:
'@polkadot/types': 14.3.1
'@polkadot/types-augment': 14.3.1
'@polkadot/types-codec': 14.3.1
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
transitivePeerDependencies:
- bufferutil
@@ -9361,7 +9360,7 @@ snapshots:
'@polkadot/types': 15.10.2
'@polkadot/types-augment': 15.10.2
'@polkadot/types-codec': 15.10.2
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
transitivePeerDependencies:
- bufferutil
@@ -9375,7 +9374,7 @@ snapshots:
'@polkadot/types': 16.4.8
'@polkadot/types-augment': 16.4.8
'@polkadot/types-codec': 16.4.8
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
transitivePeerDependencies:
- bufferutil
@@ -9389,7 +9388,7 @@ snapshots:
'@polkadot/types': 16.5.4
'@polkadot/types-augment': 16.5.4
'@polkadot/types-codec': 16.5.4
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
tslib: 2.8.1
transitivePeerDependencies:
- bufferutil
@@ -9439,7 +9438,7 @@ snapshots:
dependencies:
'@polkadot/rpc-core': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 14.3.1
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9451,7 +9450,7 @@ snapshots:
dependencies:
'@polkadot/rpc-core': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 15.10.2
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9475,7 +9474,7 @@ snapshots:
dependencies:
'@polkadot/rpc-core': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 16.5.4
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9531,8 +9530,8 @@ snapshots:
'@polkadot/rpc-core': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 14.3.1
'@polkadot/types-codec': 14.3.1
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9548,8 +9547,8 @@ snapshots:
'@polkadot/rpc-core': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 15.10.2
'@polkadot/types-codec': 15.10.2
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9565,8 +9564,8 @@ snapshots:
'@polkadot/rpc-core': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 16.4.8
'@polkadot/types-codec': 16.4.8
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9582,8 +9581,8 @@ snapshots:
'@polkadot/rpc-core': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 16.5.4
'@polkadot/types-codec': 16.5.4
- '@polkadot/util': 14.0.1
- '@polkadot/util-crypto': 14.0.1(@polkadot/util@14.0.1)
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9640,7 +9639,7 @@ snapshots:
'@polkadot/types-known': 10.13.1
'@polkadot/util': 12.6.2
'@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2)
- eventemitter3: 5.0.1
+ eventemitter3: 5.0.4
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9653,7 +9652,7 @@ snapshots:
'@polkadot/api-augment': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-base': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-derive': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/rpc-augment': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-core': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-provider': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
@@ -9662,9 +9661,9 @@ snapshots:
'@polkadot/types-codec': 14.3.1
'@polkadot/types-create': 14.3.1
'@polkadot/types-known': 14.3.1
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
- eventemitter3: 5.0.1
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
+ eventemitter3: 5.0.4
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9677,7 +9676,7 @@ snapshots:
'@polkadot/api-augment': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-base': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-derive': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/rpc-augment': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-core': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-provider': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
@@ -9686,9 +9685,9 @@ snapshots:
'@polkadot/types-codec': 15.10.2
'@polkadot/types-create': 15.10.2
'@polkadot/types-known': 15.10.2
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
- eventemitter3: 5.0.1
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
+ eventemitter3: 5.0.4
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9725,7 +9724,7 @@ snapshots:
'@polkadot/api-augment': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-base': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/api-derive': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/keyring': 14.0.1(@polkadot/util-crypto@14.0.1(@polkadot/util@14.0.1))(@polkadot/util@14.0.1)
+ '@polkadot/keyring': 14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
'@polkadot/rpc-augment': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-core': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-provider': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
@@ -9734,8 +9733,8 @@ snapshots:
'@polkadot/types-codec': 16.5.4
'@polkadot/types-create': 16.5.4
'@polkadot/types-known': 16.5.4
- '@polkadot/util': 14.0.1
- '@polkadot/util-crypto': 14.0.1(@polkadot/util@14.0.1)
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
eventemitter3: 5.0.4
rxjs: 7.8.2
tslib: 2.8.1
@@ -9784,21 +9783,21 @@ snapshots:
'@polkadot/types-known': 9.14.2
'@polkadot/util': 10.4.2
'@polkadot/util-crypto': 10.4.2(@polkadot/util@10.4.2)
- eventemitter3: 5.0.1
+ eventemitter3: 5.0.4
rxjs: 7.8.2
transitivePeerDependencies:
- bufferutil
- supports-color
- utf-8-validate
- '@polkadot/apps-config@0.165.1(@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6))(bufferutil@4.0.9)(encoding@0.1.13)(postcss@8.5.6)(react-dom@18.3.1(react@19.2.4))(react-is@16.13.1)(react@19.2.4)(tsx@4.20.6)(utf-8-validate@5.0.10)(yaml@2.8.1)':
+ '@polkadot/apps-config@0.170.1(@polkadot/keyring@14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2))(bufferutil@4.0.9)(encoding@0.1.13)(postcss@8.5.6)(react-dom@18.3.1(react@19.2.4))(react-is@16.13.1)(react@19.2.4)(tsx@4.20.6)(utf-8-validate@5.0.10)(yaml@2.8.1)':
dependencies:
- '@acala-network/type-definitions': 5.1.2(@polkadot/types@16.4.8)
- '@bifrost-finance/type-definitions': 1.11.3(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))
+ '@acala-network/type-definitions': 5.1.2(@polkadot/types@16.5.4)
+ '@bifrost-finance/type-definitions': 1.11.3(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))
'@crustio/type-definitions': 1.3.0
'@darwinia/types': 2.8.10
'@darwinia/types-known': 2.8.10
- '@digitalnative/type-definitions': 1.1.27(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@digitalnative/type-definitions': 1.1.27(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@docknetwork/node-types': 0.16.0
'@edgeware/node-types': 3.6.2-wako
'@equilab/definitions': 1.4.18
@@ -9806,38 +9805,38 @@ snapshots:
'@frequency-chain/api-augment': 1.11.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@interlay/interbtc-types': 1.13.0
'@jamton/parachain-ts-interfaces': 1.10.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@kiltprotocol/type-definitions': 1.11502.1(@polkadot/types@16.4.8)
+ '@kiltprotocol/type-definitions': 1.11502.1(@polkadot/types@16.5.4)
'@laminar/type-definitions': 0.3.1
'@logion/node-api': 0.27.0-4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@mangata-finance/type-definitions': 2.1.2(@polkadot/types@16.4.8)
+ '@mangata-finance/type-definitions': 2.1.2(@polkadot/types@16.5.4)
'@metaverse-network-sdk/type-definitions': 0.0.1-16
'@moonbeam-network/types-bundle': 1.0.2(bufferutil@4.0.9)(postcss@8.5.6)(tsx@4.20.6)(utf-8-validate@5.0.10)(yaml@2.8.1)
'@parallel-finance/type-definitions': 2.0.1
'@peaqnetwork/type-definitions': 0.0.4
'@pendulum-chain/type-definitions': 0.3.8
'@phala/typedefs': 0.2.33
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/api-derive': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/networks': 13.5.6
- '@polkadot/react-identicon': 3.16.1(@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6))(@polkadot/networks@13.5.6)(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(react-dom@18.3.1(react@19.2.4))(react-is@16.13.1)(react@19.2.4)
- '@polkadot/types': 16.4.8
- '@polkadot/types-codec': 16.4.8
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
- '@polkadot/wasm-util': 7.5.1(@polkadot/util@13.5.6)
- '@polkadot/x-fetch': 13.5.6
- '@polkadot/x-ws': 13.5.6(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/api-derive': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/networks': 13.5.9
+ '@polkadot/react-identicon': 3.16.4(@polkadot/keyring@14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2))(@polkadot/networks@13.5.9)(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)(react-dom@18.3.1(react@19.2.4))(react-is@16.13.1)(react@19.2.4)
+ '@polkadot/types': 16.5.4
+ '@polkadot/types-codec': 16.5.4
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.9)
+ '@polkadot/x-fetch': 13.5.9
+ '@polkadot/x-ws': 13.5.9(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polymeshassociation/polymesh-types': 5.7.0
- '@snowfork/snowbridge-types': 0.2.7(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(encoding@0.1.13)
+ '@snowfork/snowbridge-types': 0.2.7(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)(encoding@0.1.13)
'@sora-substrate/type-definitions': 1.27.7
'@subsocial/definitions': 0.8.14(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@unique-nft/opal-testnet-types': 1003.70.0(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.4.8)
- '@unique-nft/quartz-mainnet-types': 1003.70.0(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.4.8)
- '@unique-nft/sapphire-mainnet-types': 1003.70.0(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.4.8)
- '@unique-nft/unique-mainnet-types': 1001.63.0(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.4.8)
+ '@unique-nft/opal-testnet-types': 1003.70.0(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.5.4)
+ '@unique-nft/quartz-mainnet-types': 1003.70.0(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.5.4)
+ '@unique-nft/sapphire-mainnet-types': 1003.70.0(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.5.4)
+ '@unique-nft/unique-mainnet-types': 1001.63.0(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.5.4)
'@zeitgeistpm/type-defs': 1.0.0
'@zeroio/type-definitions': 0.0.14
- pontem-types-bundle: 1.0.15(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ pontem-types-bundle: 1.0.15(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -9874,35 +9873,47 @@ snapshots:
'@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
tslib: 2.8.1
- '@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)':
+ '@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)':
dependencies:
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
tslib: 2.8.1
- '@polkadot/keyring@14.0.1(@polkadot/util-crypto@14.0.1(@polkadot/util@14.0.1))(@polkadot/util@14.0.1)':
+ '@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)':
dependencies:
- '@polkadot/util': 14.0.1
- '@polkadot/util-crypto': 14.0.1(@polkadot/util@14.0.1)
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@14.0.2)
+ tslib: 2.8.1
+
+ '@polkadot/keyring@13.5.6(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)':
+ dependencies:
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
+ tslib: 2.8.1
+
+ '@polkadot/keyring@14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)':
+ dependencies:
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
tslib: 2.8.1
- '@polkadot/keyring@6.11.1(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)':
+ '@polkadot/keyring@6.11.1(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)':
dependencies:
'@babel/runtime': 7.28.4
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
- '@polkadot/keyring@7.9.2(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)':
+ '@polkadot/keyring@7.9.2(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)':
dependencies:
'@babel/runtime': 7.28.4
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
- '@polkadot/keyring@8.7.1(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)':
+ '@polkadot/keyring@8.7.1(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)':
dependencies:
'@babel/runtime': 7.28.4
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
'@polkadot/keyring@8.7.1(@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1))(@polkadot/util@8.7.1)':
dependencies:
@@ -9948,6 +9959,12 @@ snapshots:
'@substrate/ss58-registry': 1.51.0
tslib: 2.8.1
+ '@polkadot/networks@14.0.2':
+ dependencies:
+ '@polkadot/util': 14.0.2
+ '@substrate/ss58-registry': 1.51.0
+ tslib: 2.8.1
+
'@polkadot/networks@6.11.1':
dependencies:
'@babel/runtime': 7.28.4
@@ -9958,13 +9975,13 @@ snapshots:
'@polkadot/util': 8.7.1
'@substrate/ss58-registry': 1.51.0
- '@polkadot/react-identicon@3.16.1(@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6))(@polkadot/networks@13.5.6)(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(react-dom@18.3.1(react@19.2.4))(react-is@16.13.1)(react@19.2.4)':
+ '@polkadot/react-identicon@3.16.4(@polkadot/keyring@14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2))(@polkadot/networks@13.5.9)(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)(react-dom@18.3.1(react@19.2.4))(react-is@16.13.1)(react@19.2.4)':
dependencies:
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
- '@polkadot/ui-settings': 3.16.1(@polkadot/networks@13.5.6)(@polkadot/util@13.5.6)
- '@polkadot/ui-shared': 3.16.1(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
+ '@polkadot/ui-settings': 3.16.4(@polkadot/networks@13.5.9)(@polkadot/util@13.5.9)
+ '@polkadot/ui-shared': 3.16.4(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
ethereum-blockies-base64: 1.0.2
jdenticon: 3.2.0
react: 19.2.4
@@ -9993,7 +10010,7 @@ snapshots:
'@polkadot/rpc-core': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 14.3.1
'@polkadot/types-codec': 14.3.1
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
transitivePeerDependencies:
- bufferutil
@@ -10005,7 +10022,7 @@ snapshots:
'@polkadot/rpc-core': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 15.10.2
'@polkadot/types-codec': 15.10.2
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
transitivePeerDependencies:
- bufferutil
@@ -10017,7 +10034,7 @@ snapshots:
'@polkadot/rpc-core': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 16.4.8
'@polkadot/types-codec': 16.4.8
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
transitivePeerDependencies:
- bufferutil
@@ -10029,7 +10046,7 @@ snapshots:
'@polkadot/rpc-core': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 16.5.4
'@polkadot/types-codec': 16.5.4
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
tslib: 2.8.1
transitivePeerDependencies:
- bufferutil
@@ -10077,7 +10094,7 @@ snapshots:
'@polkadot/rpc-augment': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-provider': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 14.3.1
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -10090,7 +10107,7 @@ snapshots:
'@polkadot/rpc-augment': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-provider': 15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 15.10.2
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -10116,7 +10133,7 @@ snapshots:
'@polkadot/rpc-augment': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/rpc-provider': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
'@polkadot/types': 16.5.4
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
rxjs: 7.8.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -10159,7 +10176,7 @@ snapshots:
'@polkadot/x-fetch': 12.6.2
'@polkadot/x-global': 12.6.2
'@polkadot/x-ws': 12.6.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- eventemitter3: 5.0.1
+ eventemitter3: 5.0.4
mock-socket: 9.3.1
nock: 13.5.6
tslib: 2.8.1
@@ -10172,15 +10189,15 @@ snapshots:
'@polkadot/rpc-provider@14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
dependencies:
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/types': 14.3.1
'@polkadot/types-support': 14.3.1
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
'@polkadot/x-fetch': 13.5.6
'@polkadot/x-global': 13.5.9
'@polkadot/x-ws': 13.5.6(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- eventemitter3: 5.0.1
+ eventemitter3: 5.0.4
mock-socket: 9.3.1
nock: 13.5.6
tslib: 2.8.1
@@ -10193,15 +10210,15 @@ snapshots:
'@polkadot/rpc-provider@15.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
dependencies:
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/types': 15.10.2
'@polkadot/types-support': 15.10.2
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
- '@polkadot/x-fetch': 13.5.6
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
+ '@polkadot/x-fetch': 13.5.9
'@polkadot/x-global': 13.5.9
- '@polkadot/x-ws': 13.5.6(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- eventemitter3: 5.0.1
+ '@polkadot/x-ws': 13.5.9(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ eventemitter3: 5.0.4
mock-socket: 9.3.1
nock: 13.5.6
tslib: 2.8.1
@@ -10214,11 +10231,11 @@ snapshots:
'@polkadot/rpc-provider@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
dependencies:
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/types': 16.4.8
'@polkadot/types-support': 16.4.8
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
'@polkadot/x-fetch': 13.5.6
'@polkadot/x-global': 13.5.9
'@polkadot/x-ws': 13.5.6(bufferutil@4.0.9)(utf-8-validate@5.0.10)
@@ -10235,15 +10252,15 @@ snapshots:
'@polkadot/rpc-provider@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
dependencies:
- '@polkadot/keyring': 14.0.1(@polkadot/util-crypto@14.0.1(@polkadot/util@14.0.1))(@polkadot/util@14.0.1)
+ '@polkadot/keyring': 14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
'@polkadot/types': 16.5.4
'@polkadot/types-support': 16.5.4
- '@polkadot/util': 14.0.1
- '@polkadot/util-crypto': 14.0.1(@polkadot/util@14.0.1)
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
'@polkadot/x-fetch': 14.0.1
'@polkadot/x-global': 14.0.1
'@polkadot/x-ws': 14.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- eventemitter3: 5.0.1
+ eventemitter3: 5.0.4
mock-socket: 9.3.1
nock: 13.5.6
tslib: 2.8.1
@@ -10284,7 +10301,7 @@ snapshots:
'@polkadot/x-fetch': 10.4.2
'@polkadot/x-global': 10.4.2
'@polkadot/x-ws': 10.4.2
- eventemitter3: 5.0.1
+ eventemitter3: 5.0.4
mock-socket: 9.3.1
nock: 13.5.6
optionalDependencies:
@@ -10329,28 +10346,28 @@ snapshots:
dependencies:
'@polkadot/types': 14.3.1
'@polkadot/types-codec': 14.3.1
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-augment@15.10.2':
dependencies:
'@polkadot/types': 15.10.2
'@polkadot/types-codec': 15.10.2
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-augment@16.4.8':
dependencies:
'@polkadot/types': 16.4.8
'@polkadot/types-codec': 16.4.8
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-augment@16.5.4':
dependencies:
'@polkadot/types': 16.5.4
'@polkadot/types-codec': 16.5.4
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
tslib: 2.8.1
'@polkadot/types-augment@7.15.1':
@@ -10375,13 +10392,13 @@ snapshots:
'@polkadot/types-codec@14.3.1':
dependencies:
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
'@polkadot/x-bigint': 13.5.6
tslib: 2.8.1
'@polkadot/types-codec@15.10.2':
dependencies:
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
'@polkadot/x-bigint': 13.5.9
tslib: 2.8.1
@@ -10393,7 +10410,7 @@ snapshots:
'@polkadot/types-codec@16.5.4':
dependencies:
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
'@polkadot/x-bigint': 14.0.1
tslib: 2.8.1
@@ -10417,25 +10434,25 @@ snapshots:
'@polkadot/types-create@14.3.1':
dependencies:
'@polkadot/types-codec': 14.3.1
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-create@15.10.2':
dependencies:
'@polkadot/types-codec': 15.10.2
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-create@16.4.8':
dependencies:
'@polkadot/types-codec': 16.4.8
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-create@16.5.4':
dependencies:
'@polkadot/types-codec': 16.5.4
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
tslib: 2.8.1
'@polkadot/types-create@7.15.1':
@@ -10461,11 +10478,11 @@ snapshots:
'@polkadot/types-known@14.3.1':
dependencies:
- '@polkadot/networks': 13.5.6
+ '@polkadot/networks': 13.5.9
'@polkadot/types': 14.3.1
'@polkadot/types-codec': 14.3.1
'@polkadot/types-create': 14.3.1
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-known@15.10.2':
@@ -10474,7 +10491,7 @@ snapshots:
'@polkadot/types': 15.10.2
'@polkadot/types-codec': 15.10.2
'@polkadot/types-create': 15.10.2
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-known@16.4.8':
@@ -10483,7 +10500,7 @@ snapshots:
'@polkadot/types': 16.4.8
'@polkadot/types-codec': 16.4.8
'@polkadot/types-create': 16.4.8
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-known@16.5.4':
@@ -10492,7 +10509,7 @@ snapshots:
'@polkadot/types': 16.5.4
'@polkadot/types-codec': 16.5.4
'@polkadot/types-create': 16.5.4
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
tslib: 2.8.1
'@polkadot/types-known@4.17.1':
@@ -10534,22 +10551,22 @@ snapshots:
'@polkadot/types-support@14.3.1':
dependencies:
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-support@15.10.2':
dependencies:
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-support@16.4.8':
dependencies:
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
'@polkadot/types-support@16.5.4':
dependencies:
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 14.0.2
tslib: 2.8.1
'@polkadot/types-support@7.15.1':
@@ -10575,23 +10592,23 @@ snapshots:
'@polkadot/types@14.3.1':
dependencies:
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/types-augment': 14.3.1
'@polkadot/types-codec': 14.3.1
'@polkadot/types-create': 14.3.1
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
rxjs: 7.8.2
tslib: 2.8.1
'@polkadot/types@15.10.2':
dependencies:
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/types-augment': 15.10.2
'@polkadot/types-codec': 15.10.2
'@polkadot/types-create': 15.10.2
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
rxjs: 7.8.2
tslib: 2.8.1
@@ -10608,12 +10625,12 @@ snapshots:
'@polkadot/types@16.5.4':
dependencies:
- '@polkadot/keyring': 14.0.1(@polkadot/util-crypto@14.0.1(@polkadot/util@14.0.1))(@polkadot/util@14.0.1)
+ '@polkadot/keyring': 14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
'@polkadot/types-augment': 16.5.4
'@polkadot/types-codec': 16.5.4
'@polkadot/types-create': 16.5.4
- '@polkadot/util': 14.0.1
- '@polkadot/util-crypto': 14.0.1(@polkadot/util@14.0.1)
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
rxjs: 7.8.2
tslib: 2.8.1
@@ -10655,18 +10672,18 @@ snapshots:
'@polkadot/util-crypto': 10.4.2(@polkadot/util@10.4.2)
rxjs: 7.8.2
- '@polkadot/ui-settings@3.16.1(@polkadot/networks@13.5.6)(@polkadot/util@13.5.6)':
+ '@polkadot/ui-settings@3.16.4(@polkadot/networks@13.5.9)(@polkadot/util@13.5.9)':
dependencies:
- '@polkadot/networks': 13.5.6
- '@polkadot/util': 13.5.6
- eventemitter3: 5.0.1
+ '@polkadot/networks': 13.5.9
+ '@polkadot/util': 13.5.9
+ eventemitter3: 5.0.4
store: 2.0.12
tslib: 2.8.1
- '@polkadot/ui-shared@3.16.1(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)':
+ '@polkadot/ui-shared@3.16.4(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)':
dependencies:
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.9)
colord: 2.9.3
tslib: 2.8.1
@@ -10690,10 +10707,10 @@ snapshots:
'@noble/hashes': 1.8.0
'@polkadot/networks': 12.6.2
'@polkadot/util': 12.6.2
- '@polkadot/wasm-crypto': 7.5.3(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2)))
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@12.6.2)
+ '@polkadot/wasm-crypto': 7.5.4(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@12.6.2)
'@polkadot/x-bigint': 12.6.2
- '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2))
+ '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
'@scure/base': 1.2.6
tslib: 2.8.1
@@ -10710,29 +10727,42 @@ snapshots:
'@scure/base': 1.2.6
tslib: 2.8.1
- '@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.6)':
+ '@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9)':
dependencies:
'@noble/curves': 1.9.7
'@noble/hashes': 1.8.0
'@polkadot/networks': 13.5.9
- '@polkadot/util': 13.5.6
- '@polkadot/wasm-crypto': 7.5.4(@polkadot/util@13.5.6)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6)))
- '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/wasm-crypto': 7.5.4(@polkadot/util@13.5.9)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9)))
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.9)
'@polkadot/x-bigint': 13.5.9
- '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6))
+ '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9))
'@scure/base': 1.2.6
tslib: 2.8.1
- '@polkadot/util-crypto@14.0.1(@polkadot/util@14.0.1)':
+ '@polkadot/util-crypto@13.5.9(@polkadot/util@14.0.2)':
dependencies:
'@noble/curves': 1.9.7
'@noble/hashes': 1.8.0
- '@polkadot/networks': 14.0.1
- '@polkadot/util': 14.0.1
- '@polkadot/wasm-crypto': 7.5.3(@polkadot/util@14.0.1)(@polkadot/x-randomvalues@14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1)))
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/x-bigint': 14.0.1
- '@polkadot/x-randomvalues': 14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1))
+ '@polkadot/networks': 13.5.9
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-crypto': 7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-bigint': 13.5.9
+ '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
+ '@scure/base': 1.2.6
+ tslib: 2.8.1
+
+ '@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2)':
+ dependencies:
+ '@noble/curves': 1.9.7
+ '@noble/hashes': 1.8.0
+ '@polkadot/networks': 14.0.2
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-crypto': 7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-bigint': 14.0.2
+ '@polkadot/x-randomvalues': 14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
'@scure/base': 1.2.6
'@scure/sr25519': 0.2.0
tslib: 2.8.1
@@ -10820,6 +10850,16 @@ snapshots:
bn.js: 5.2.2
tslib: 2.8.1
+ '@polkadot/util@14.0.2':
+ dependencies:
+ '@polkadot/x-bigint': 14.0.2
+ '@polkadot/x-global': 14.0.2
+ '@polkadot/x-textdecoder': 14.0.2
+ '@polkadot/x-textencoder': 14.0.2
+ '@types/bn.js': 5.2.0
+ bn.js: 5.2.2
+ tslib: 2.8.1
+
'@polkadot/util@6.11.1':
dependencies:
'@babel/runtime': 7.28.4
@@ -10854,25 +10894,32 @@ snapshots:
'@polkadot/x-randomvalues': 13.5.6(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.1(@polkadot/util@13.5.6))
tslib: 2.8.1
- '@polkadot/wasm-bridge@7.5.3(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2)))':
+ '@polkadot/wasm-bridge@7.5.4(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
dependencies:
'@polkadot/util': 12.6.2
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@12.6.2)
- '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2))
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@12.6.2)
+ '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
tslib: 2.8.1
- '@polkadot/wasm-bridge@7.5.3(@polkadot/util@14.0.1)(@polkadot/x-randomvalues@14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1)))':
+ '@polkadot/wasm-bridge@7.5.4(@polkadot/util@13.5.9)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9)))':
dependencies:
- '@polkadot/util': 14.0.1
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/x-randomvalues': 14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1))
+ '@polkadot/util': 13.5.9
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.9)
+ '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9))
tslib: 2.8.1
- '@polkadot/wasm-bridge@7.5.4(@polkadot/util@13.5.6)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6)))':
+ '@polkadot/wasm-bridge@7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
dependencies:
- '@polkadot/util': 13.5.6
- '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.6)
- '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6))
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
+ tslib: 2.8.1
+
+ '@polkadot/wasm-bridge@7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
+ dependencies:
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-randomvalues': 14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
tslib: 2.8.1
'@polkadot/wasm-crypto-asmjs@4.6.1(@polkadot/util@6.11.1)':
@@ -10895,19 +10942,19 @@ snapshots:
'@polkadot/util': 13.5.6
tslib: 2.8.1
- '@polkadot/wasm-crypto-asmjs@7.5.3(@polkadot/util@12.6.2)':
+ '@polkadot/wasm-crypto-asmjs@7.5.4(@polkadot/util@12.6.2)':
dependencies:
'@polkadot/util': 12.6.2
tslib: 2.8.1
- '@polkadot/wasm-crypto-asmjs@7.5.3(@polkadot/util@14.0.1)':
+ '@polkadot/wasm-crypto-asmjs@7.5.4(@polkadot/util@13.5.9)':
dependencies:
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
- '@polkadot/wasm-crypto-asmjs@7.5.4(@polkadot/util@13.5.6)':
+ '@polkadot/wasm-crypto-asmjs@7.5.4(@polkadot/util@14.0.2)':
dependencies:
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 14.0.2
tslib: 2.8.1
'@polkadot/wasm-crypto-init@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2)':
@@ -10929,34 +10976,44 @@ snapshots:
'@polkadot/x-randomvalues': 13.5.6(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.1(@polkadot/util@13.5.6))
tslib: 2.8.1
- '@polkadot/wasm-crypto-init@7.5.3(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2)))':
+ '@polkadot/wasm-crypto-init@7.5.4(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
dependencies:
'@polkadot/util': 12.6.2
- '@polkadot/wasm-bridge': 7.5.3(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2)))
- '@polkadot/wasm-crypto-asmjs': 7.5.3(@polkadot/util@12.6.2)
- '@polkadot/wasm-crypto-wasm': 7.5.3(@polkadot/util@12.6.2)
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@12.6.2)
- '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2))
+ '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@12.6.2)
+ '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@12.6.2)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@12.6.2)
+ '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
tslib: 2.8.1
- '@polkadot/wasm-crypto-init@7.5.3(@polkadot/util@14.0.1)(@polkadot/x-randomvalues@14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1)))':
+ '@polkadot/wasm-crypto-init@7.5.4(@polkadot/util@13.5.9)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9)))':
dependencies:
- '@polkadot/util': 14.0.1
- '@polkadot/wasm-bridge': 7.5.3(@polkadot/util@14.0.1)(@polkadot/x-randomvalues@14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1)))
- '@polkadot/wasm-crypto-asmjs': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/wasm-crypto-wasm': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/x-randomvalues': 14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1))
+ '@polkadot/util': 13.5.9
+ '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@13.5.9)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9)))
+ '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@13.5.9)
+ '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@13.5.9)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.9)
+ '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9))
tslib: 2.8.1
- '@polkadot/wasm-crypto-init@7.5.4(@polkadot/util@13.5.6)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6)))':
+ '@polkadot/wasm-crypto-init@7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
dependencies:
- '@polkadot/util': 13.5.6
- '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@13.5.6)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6)))
- '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@13.5.6)
- '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@13.5.6)
- '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.6)
- '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6))
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
+ tslib: 2.8.1
+
+ '@polkadot/wasm-crypto-init@7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
+ dependencies:
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-randomvalues': 14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
tslib: 2.8.1
'@polkadot/wasm-crypto-wasm@4.6.1(@polkadot/util@6.11.1)':
@@ -10981,22 +11038,22 @@ snapshots:
'@polkadot/wasm-util': 7.5.1(@polkadot/util@13.5.6)
tslib: 2.8.1
- '@polkadot/wasm-crypto-wasm@7.5.3(@polkadot/util@12.6.2)':
+ '@polkadot/wasm-crypto-wasm@7.5.4(@polkadot/util@12.6.2)':
dependencies:
'@polkadot/util': 12.6.2
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@12.6.2)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@12.6.2)
tslib: 2.8.1
- '@polkadot/wasm-crypto-wasm@7.5.3(@polkadot/util@14.0.1)':
+ '@polkadot/wasm-crypto-wasm@7.5.4(@polkadot/util@13.5.9)':
dependencies:
- '@polkadot/util': 14.0.1
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@14.0.1)
+ '@polkadot/util': 13.5.9
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.9)
tslib: 2.8.1
- '@polkadot/wasm-crypto-wasm@7.5.4(@polkadot/util@13.5.6)':
+ '@polkadot/wasm-crypto-wasm@7.5.4(@polkadot/util@14.0.2)':
dependencies:
- '@polkadot/util': 13.5.6
- '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.6)
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
tslib: 2.8.1
'@polkadot/wasm-crypto@4.6.1(@polkadot/util@6.11.1)(@polkadot/x-randomvalues@6.11.1)':
@@ -11037,37 +11094,48 @@ snapshots:
'@polkadot/x-randomvalues': 13.5.6(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.1(@polkadot/util@13.5.6))
tslib: 2.8.1
- '@polkadot/wasm-crypto@7.5.3(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2)))':
+ '@polkadot/wasm-crypto@7.5.4(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
dependencies:
'@polkadot/util': 12.6.2
- '@polkadot/wasm-bridge': 7.5.3(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2)))
- '@polkadot/wasm-crypto-asmjs': 7.5.3(@polkadot/util@12.6.2)
- '@polkadot/wasm-crypto-init': 7.5.3(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2)))
- '@polkadot/wasm-crypto-wasm': 7.5.3(@polkadot/util@12.6.2)
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@12.6.2)
- '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2))
+ '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@12.6.2)
+ '@polkadot/wasm-crypto-init': 7.5.4(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@12.6.2)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@12.6.2)
+ '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
tslib: 2.8.1
- '@polkadot/wasm-crypto@7.5.3(@polkadot/util@14.0.1)(@polkadot/x-randomvalues@14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1)))':
+ '@polkadot/wasm-crypto@7.5.4(@polkadot/util@13.5.9)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9)))':
dependencies:
- '@polkadot/util': 14.0.1
- '@polkadot/wasm-bridge': 7.5.3(@polkadot/util@14.0.1)(@polkadot/x-randomvalues@14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1)))
- '@polkadot/wasm-crypto-asmjs': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/wasm-crypto-init': 7.5.3(@polkadot/util@14.0.1)(@polkadot/x-randomvalues@14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1)))
- '@polkadot/wasm-crypto-wasm': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/x-randomvalues': 14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1))
+ '@polkadot/util': 13.5.9
+ '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@13.5.9)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9)))
+ '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@13.5.9)
+ '@polkadot/wasm-crypto-init': 7.5.4(@polkadot/util@13.5.9)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9)))
+ '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@13.5.9)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.9)
+ '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9))
tslib: 2.8.1
- '@polkadot/wasm-crypto@7.5.4(@polkadot/util@13.5.6)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6)))':
+ '@polkadot/wasm-crypto@7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
dependencies:
- '@polkadot/util': 13.5.6
- '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@13.5.6)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6)))
- '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@13.5.6)
- '@polkadot/wasm-crypto-init': 7.5.4(@polkadot/util@13.5.6)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6)))
- '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@13.5.6)
- '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.6)
- '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6))
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/wasm-crypto-init': 7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-randomvalues': 13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
+ tslib: 2.8.1
+
+ '@polkadot/wasm-crypto@7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))':
+ dependencies:
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-bridge': 7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-asmjs': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/wasm-crypto-init': 7.5.4(@polkadot/util@14.0.2)(@polkadot/x-randomvalues@14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)))
+ '@polkadot/wasm-crypto-wasm': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-randomvalues': 14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))
tslib: 2.8.1
'@polkadot/wasm-util@6.4.1(@polkadot/util@10.4.2)':
@@ -11080,24 +11148,19 @@ snapshots:
'@polkadot/util': 13.5.6
tslib: 2.8.1
- '@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2)':
+ '@polkadot/wasm-util@7.5.4(@polkadot/util@12.6.2)':
dependencies:
'@polkadot/util': 12.6.2
tslib: 2.8.1
- '@polkadot/wasm-util@7.5.3(@polkadot/util@13.5.6)':
- dependencies:
- '@polkadot/util': 13.5.6
- tslib: 2.8.1
-
- '@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1)':
+ '@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9)':
dependencies:
- '@polkadot/util': 14.0.1
+ '@polkadot/util': 13.5.9
tslib: 2.8.1
- '@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6)':
+ '@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2)':
dependencies:
- '@polkadot/util': 13.5.6
+ '@polkadot/util': 14.0.2
tslib: 2.8.1
'@polkadot/x-bigint@10.4.2':
@@ -11125,6 +11188,11 @@ snapshots:
'@polkadot/x-global': 14.0.1
tslib: 2.8.1
+ '@polkadot/x-bigint@14.0.2':
+ dependencies:
+ '@polkadot/x-global': 14.0.2
+ tslib: 2.8.1
+
'@polkadot/x-bigint@8.7.1':
dependencies:
'@babel/runtime': 7.28.4
@@ -11149,6 +11217,12 @@ snapshots:
node-fetch: 3.3.2
tslib: 2.8.1
+ '@polkadot/x-fetch@13.5.9':
+ dependencies:
+ '@polkadot/x-global': 13.5.9
+ node-fetch: 3.3.2
+ tslib: 2.8.1
+
'@polkadot/x-fetch@14.0.1':
dependencies:
'@polkadot/x-global': 14.0.1
@@ -11184,6 +11258,10 @@ snapshots:
dependencies:
tslib: 2.8.1
+ '@polkadot/x-global@14.0.2':
+ dependencies:
+ tslib: 2.8.1
+
'@polkadot/x-global@6.11.1':
dependencies:
'@babel/runtime': 7.28.4
@@ -11197,10 +11275,10 @@ snapshots:
'@babel/runtime': 7.28.4
'@polkadot/x-global': 10.4.2
- '@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.3(@polkadot/util@12.6.2))':
+ '@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))':
dependencies:
'@polkadot/util': 12.6.2
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@12.6.2)
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
'@polkadot/x-global': 12.6.2
tslib: 2.8.1
@@ -11211,18 +11289,25 @@ snapshots:
'@polkadot/x-global': 13.5.6
tslib: 2.8.1
- '@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.6)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.6))':
+ '@polkadot/x-randomvalues@13.5.9(@polkadot/util@13.5.9)(@polkadot/wasm-util@7.5.4(@polkadot/util@13.5.9))':
dependencies:
- '@polkadot/util': 13.5.6
- '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.6)
+ '@polkadot/util': 13.5.9
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@13.5.9)
'@polkadot/x-global': 13.5.9
tslib: 2.8.1
- '@polkadot/x-randomvalues@14.0.1(@polkadot/util@14.0.1)(@polkadot/wasm-util@7.5.3(@polkadot/util@14.0.1))':
+ '@polkadot/x-randomvalues@13.5.9(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))':
dependencies:
- '@polkadot/util': 14.0.1
- '@polkadot/wasm-util': 7.5.3(@polkadot/util@14.0.1)
- '@polkadot/x-global': 14.0.1
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-global': 13.5.9
+ tslib: 2.8.1
+
+ '@polkadot/x-randomvalues@14.0.2(@polkadot/util@14.0.2)(@polkadot/wasm-util@7.5.4(@polkadot/util@14.0.2))':
+ dependencies:
+ '@polkadot/util': 14.0.2
+ '@polkadot/wasm-util': 7.5.4(@polkadot/util@14.0.2)
+ '@polkadot/x-global': 14.0.2
tslib: 2.8.1
'@polkadot/x-randomvalues@6.11.1':
@@ -11265,6 +11350,11 @@ snapshots:
'@polkadot/x-global': 14.0.1
tslib: 2.8.1
+ '@polkadot/x-textdecoder@14.0.2':
+ dependencies:
+ '@polkadot/x-global': 14.0.2
+ tslib: 2.8.1
+
'@polkadot/x-textdecoder@6.11.1':
dependencies:
'@babel/runtime': 7.28.4
@@ -11300,6 +11390,11 @@ snapshots:
'@polkadot/x-global': 14.0.1
tslib: 2.8.1
+ '@polkadot/x-textencoder@14.0.2':
+ dependencies:
+ '@polkadot/x-global': 14.0.2
+ tslib: 2.8.1
+
'@polkadot/x-textencoder@6.11.1':
dependencies:
'@babel/runtime': 7.28.4
@@ -11337,6 +11432,15 @@ snapshots:
- bufferutil
- utf-8-validate
+ '@polkadot/x-ws@13.5.9(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
+ dependencies:
+ '@polkadot/x-global': 13.5.9
+ tslib: 2.8.1
+ ws: 8.19.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ transitivePeerDependencies:
+ - bufferutil
+ - utf-8-validate
+
'@polkadot/x-ws@14.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
dependencies:
'@polkadot/x-global': 14.0.1
@@ -11568,10 +11672,10 @@ snapshots:
'@sindresorhus/merge-streams@4.0.0': {}
- '@snowfork/snowbridge-types@0.2.7(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(encoding@0.1.13)':
+ '@snowfork/snowbridge-types@0.2.7(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)(encoding@0.1.13)':
dependencies:
'@polkadot/api': 7.15.1(encoding@0.1.13)
- '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/types': 7.15.1
transitivePeerDependencies:
- '@polkadot/util'
@@ -11687,10 +11791,10 @@ snapshots:
'@substrate/ss58-registry@1.51.0': {}
- '@substrate/txwrapper-core@7.5.3(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
+ '@substrate/txwrapper-core@7.5.3(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
dependencies:
'@polkadot/api': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
memoizee: 0.4.17
transitivePeerDependencies:
- '@polkadot/util'
@@ -11699,9 +11803,9 @@ snapshots:
- supports-color
- utf-8-validate
- '@substrate/txwrapper-substrate@7.5.3(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
+ '@substrate/txwrapper-substrate@7.5.3(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
dependencies:
- '@substrate/txwrapper-core': 7.5.3(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@substrate/txwrapper-core': 7.5.3(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)(bufferutil@4.0.9)(utf-8-validate@5.0.10)
transitivePeerDependencies:
- '@polkadot/util'
- '@polkadot/util-crypto'
@@ -11787,7 +11891,7 @@ snapshots:
'@types/node-fetch@2.6.13':
dependencies:
'@types/node': 24.10.1
- form-data: 4.0.4
+ form-data: 4.0.5
'@types/node@12.20.55': {}
@@ -11877,25 +11981,25 @@ snapshots:
'@typescript/native-preview-win32-arm64': 7.0.0-dev.20260209.1
'@typescript/native-preview-win32-x64': 7.0.0-dev.20260209.1
- '@unique-nft/opal-testnet-types@1003.70.0(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.4.8)':
+ '@unique-nft/opal-testnet-types@1003.70.0(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.5.4)':
dependencies:
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/types': 16.4.8
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/types': 16.5.4
- '@unique-nft/quartz-mainnet-types@1003.70.0(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.4.8)':
+ '@unique-nft/quartz-mainnet-types@1003.70.0(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.5.4)':
dependencies:
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/types': 16.4.8
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/types': 16.5.4
- '@unique-nft/sapphire-mainnet-types@1003.70.0(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.4.8)':
+ '@unique-nft/sapphire-mainnet-types@1003.70.0(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.5.4)':
dependencies:
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/types': 16.4.8
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/types': 16.5.4
- '@unique-nft/unique-mainnet-types@1001.63.0(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.4.8)':
+ '@unique-nft/unique-mainnet-types@1001.63.0(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types@16.5.4)':
dependencies:
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/types': 16.4.8
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/types': 16.5.4
'@vitest/expect@3.2.4':
dependencies:
@@ -12004,11 +12108,11 @@ snapshots:
'@zeroio/type-definitions@0.0.14': {}
- '@zombienet/orchestrator@0.0.110(@polkadot/util@13.5.6)(@types/node@24.7.0)(bufferutil@4.0.9)(chokidar@3.6.0)(utf-8-validate@5.0.10)':
+ '@zombienet/orchestrator@0.0.110(@polkadot/util@14.0.2)(@types/node@24.7.0)(bufferutil@4.0.9)(chokidar@3.6.0)(utf-8-validate@5.0.10)':
dependencies:
'@polkadot/api': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@14.0.2)
'@zombienet/utils': 0.0.28(@types/node@24.7.0)(chokidar@3.6.0)(typescript@5.9.3)
JSONStream: 1.3.5
chai: 4.5.0
@@ -12036,11 +12140,11 @@ snapshots:
- supports-color
- utf-8-validate
- '@zombienet/orchestrator@0.0.114(@polkadot/util@13.5.6)(@types/node@24.7.0)(bufferutil@4.0.9)(chokidar@3.6.0)(utf-8-validate@5.0.10)':
+ '@zombienet/orchestrator@0.0.114(@polkadot/util@14.0.2)(@types/node@24.7.0)(bufferutil@4.0.9)(chokidar@3.6.0)(utf-8-validate@5.0.10)':
dependencies:
'@polkadot/api': 14.3.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
- '@polkadot/util-crypto': 13.5.9(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.9(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
+ '@polkadot/util-crypto': 13.5.9(@polkadot/util@14.0.2)
'@zombienet/utils': 0.0.30(@types/node@24.7.0)(chokidar@3.6.0)(typescript@5.9.3)
JSONStream: 1.3.5
chai: 4.5.0
@@ -12274,7 +12378,7 @@ snapshots:
aws4@1.13.2: {}
- axios@1.12.2(debug@4.4.3):
+ axios@1.12.2:
dependencies:
follow-redirects: 1.15.11(debug@4.4.3)
form-data: 4.0.4
@@ -12282,6 +12386,14 @@ snapshots:
transitivePeerDependencies:
- debug
+ axios@1.13.6(debug@4.4.3):
+ dependencies:
+ follow-redirects: 1.15.11(debug@4.4.3)
+ form-data: 4.0.5
+ proxy-from-env: 1.1.0
+ transitivePeerDependencies:
+ - debug
+
balanced-match@1.0.2: {}
base-x@3.0.10:
@@ -13418,6 +13530,14 @@ snapshots:
hasown: 2.0.2
mime-types: 2.1.35
+ form-data@4.0.5:
+ dependencies:
+ asynckit: 0.4.0
+ combined-stream: 1.0.8
+ es-set-tostringtag: 2.1.0
+ hasown: 2.0.2
+ mime-types: 2.1.35
+
formdata-polyfill@4.0.10:
dependencies:
fetch-blob: 3.2.0
@@ -14440,9 +14560,9 @@ snapshots:
mock-socket@9.3.1: {}
- moonwall@1.0.1(@polkadot/api-base@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/api-derive@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/api@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/keyring@13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6))(@polkadot/rpc-provider@16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types-codec@16.4.8)(@polkadot/types@16.4.8)(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)(@types/node@24.7.0)(@types/react@19.2.7)(bufferutil@4.0.9)(chokidar@3.6.0)(debug@4.4.3)(encoding@0.1.13)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(postcss@8.5.6)(rxjs@7.8.2)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(tsx@4.20.6)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76):
+ moonwall@1.0.1(@polkadot/api-base@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/api-derive@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/api@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/keyring@14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2))(@polkadot/rpc-provider@16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10))(@polkadot/types-codec@16.5.4)(@polkadot/types@16.5.4)(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)(@types/node@24.7.0)(@types/react@19.2.7)(bufferutil@4.0.9)(chokidar@3.6.0)(debug@4.4.3)(encoding@0.1.13)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(postcss@8.5.6)(rxjs@7.8.2)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(tsx@4.20.6)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76):
dependencies:
- '@acala-network/chopsticks': 1.2.5(bufferutil@4.0.9)(debug@4.4.3)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)
+ '@acala-network/chopsticks': 1.2.8(bufferutil@4.0.9)(debug@4.4.3)(ts-node@10.9.2(@types/node@24.7.0)(typescript@5.9.3))(utf-8-validate@5.0.10)
'@ast-grep/napi': 0.40.5
'@effect/cluster': 0.56.3(@effect/platform@0.94.4(effect@3.19.16))(@effect/rpc@0.73.0(@effect/platform@0.94.4(effect@3.19.16))(effect@3.19.16))(@effect/sql@0.49.0(@effect/experimental@0.58.0(@effect/platform@0.94.4(effect@3.19.16))(effect@3.19.16))(@effect/platform@0.94.4(effect@3.19.16))(effect@3.19.16))(@effect/workflow@0.16.0(@effect/experimental@0.58.0(@effect/platform@0.94.4(effect@3.19.16))(effect@3.19.16))(@effect/platform@0.94.4(effect@3.19.16))(@effect/rpc@0.73.0(@effect/platform@0.94.4(effect@3.19.16))(effect@3.19.16))(effect@3.19.16))(effect@3.19.16)
'@effect/experimental': 0.58.0(@effect/platform@0.94.4(effect@3.19.16))(effect@3.19.16)
@@ -14454,17 +14574,17 @@ snapshots:
'@effect/workflow': 0.16.0(@effect/experimental@0.58.0(@effect/platform@0.94.4(effect@3.19.16))(effect@3.19.16))(@effect/platform@0.94.4(effect@3.19.16))(@effect/rpc@0.73.0(@effect/platform@0.94.4(effect@3.19.16))(effect@3.19.16))(effect@3.19.16)
'@inquirer/prompts': 8.2.0(@types/node@24.7.0)
'@octokit/rest': 22.0.1
- '@polkadot/api': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/api-base': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/api-derive': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/keyring': 13.5.6(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
- '@polkadot/rpc-provider': 16.4.8(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- '@polkadot/types': 16.4.8
- '@polkadot/types-codec': 16.4.8
- '@polkadot/util': 13.5.6
- '@polkadot/util-crypto': 13.5.6(@polkadot/util@13.5.6)
+ '@polkadot/api': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/api-base': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/api-derive': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/keyring': 14.0.2(@polkadot/util-crypto@14.0.2(@polkadot/util@14.0.2))(@polkadot/util@14.0.2)
+ '@polkadot/rpc-provider': 16.5.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@polkadot/types': 16.5.4
+ '@polkadot/types-codec': 16.5.4
+ '@polkadot/util': 14.0.2
+ '@polkadot/util-crypto': 14.0.2(@polkadot/util@14.0.2)
'@vitest/ui': 4.0.18(vitest@4.0.18)
- '@zombienet/orchestrator': 0.0.114(@polkadot/util@13.5.6)(@types/node@24.7.0)(bufferutil@4.0.9)(chokidar@3.6.0)(utf-8-validate@5.0.10)
+ '@zombienet/orchestrator': 0.0.114(@polkadot/util@14.0.2)(@types/node@24.7.0)(bufferutil@4.0.9)(chokidar@3.6.0)(utf-8-validate@5.0.10)
'@zombienet/utils': 0.0.30(@types/node@24.7.0)(chokidar@3.6.0)(typescript@5.9.3)
arkregex: 0.0.5
bottleneck: 2.19.5
@@ -14949,8 +15069,6 @@ snapshots:
sonic-boom: 4.2.0
strip-json-comments: 5.0.3
- pino-std-serializers@7.0.0: {}
-
pino-std-serializers@7.1.0: {}
pino@10.3.0:
@@ -14972,7 +15090,7 @@ snapshots:
atomic-sleep: 1.0.0
on-exit-leak-free: 2.1.2
pino-abstract-transport: 2.0.0
- pino-std-serializers: 7.0.0
+ pino-std-serializers: 7.1.0
process-warning: 5.0.0
quick-format-unescaped: 4.0.4
real-require: 0.2.0
@@ -15024,9 +15142,9 @@ snapshots:
- utf-8-validate
- yaml
- pontem-types-bundle@1.0.15(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6):
+ pontem-types-bundle@1.0.15(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9):
dependencies:
- '@polkadot/keyring': 7.9.2(@polkadot/util-crypto@13.5.6(@polkadot/util@13.5.6))(@polkadot/util@13.5.6)
+ '@polkadot/keyring': 7.9.2(@polkadot/util-crypto@13.5.9(@polkadot/util@13.5.9))(@polkadot/util@13.5.9)
'@polkadot/types': 6.12.1
typescript: 4.9.5
transitivePeerDependencies:
diff --git a/precompiles/crowdloan-rewards/src/mock.rs b/precompiles/crowdloan-rewards/src/mock.rs
index 0d9ea59e1f0..24d18befbb9 100644
--- a/precompiles/crowdloan-rewards/src/mock.rs
+++ b/precompiles/crowdloan-rewards/src/mock.rs
@@ -69,7 +69,6 @@ impl cumulus_pallet_parachain_system::Config for Runtime {
type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases;
type ConsensusHook = cumulus_pallet_parachain_system::ExpectParentIncluded;
type WeightInfo = cumulus_pallet_parachain_system::weights::SubstrateWeight;
- type SelectCore = cumulus_pallet_parachain_system::DefaultCoreSelector;
type RelayParentOffset = ConstU32<0>;
}
diff --git a/precompiles/proxy/src/tests.rs b/precompiles/proxy/src/tests.rs
index 66ffed41544..7198a3a00da 100644
--- a/precompiles/proxy/src/tests.rs
+++ b/precompiles/proxy/src/tests.rs
@@ -609,12 +609,6 @@ fn succeed_if_called_by_precompile() {
.with_balances(vec![(Alice.into(), 1000), (Bob.into(), 1000)])
.build()
.execute_with(|| {
- // Set dummy code to Alice address as it if was a precompile.
- pallet_evm::AccountCodes::::insert(
- H160::from(Alice),
- vec![0x60, 0x00, 0x60, 0x00, 0xfd],
- );
-
PrecompilesValue::get()
.prepare_test(
Alice,
diff --git a/precompiles/relay-encoder/src/mock.rs b/precompiles/relay-encoder/src/mock.rs
index 317bd3baf08..788111cc2e0 100644
--- a/precompiles/relay-encoder/src/mock.rs
+++ b/precompiles/relay-encoder/src/mock.rs
@@ -112,7 +112,6 @@ impl cumulus_pallet_parachain_system::Config for Runtime {
type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases;
type ConsensusHook = cumulus_pallet_parachain_system::ExpectParentIncluded;
type WeightInfo = cumulus_pallet_parachain_system::weights::SubstrateWeight;
- type SelectCore = cumulus_pallet_parachain_system::DefaultCoreSelector;
type RelayParentOffset = ConstU32<0>;
}
diff --git a/primitives/account/src/lib.rs b/primitives/account/src/lib.rs
index 123ea7c158c..6cbe0b97328 100644
--- a/primitives/account/src/lib.rs
+++ b/primitives/account/src/lib.rs
@@ -138,6 +138,10 @@ impl std::str::FromStr for AccountId20 {
Deserialize,
DecodeWithMemTracking,
)]
+
+// Note: the inner `ecdsa::Signature` is blake2-tagged, but `EthereumSignature::verify`
+// does its own keccak hashing and never calls the tag-dependent `.recover()` method.
+// If that invariant changes, the inner type should be switched to `KeccakSignature`.
pub struct EthereumSignature(ecdsa::Signature);
impl From for EthereumSignature {
@@ -156,6 +160,8 @@ impl From for EthereumSignature {
panic!("Sr25519 not supported for EthereumSignature")
}
sp_runtime::MultiSignature::Ecdsa(sig) => Self(sig),
+ // Same byte layout as `ecdsa::Signature` — see note on the struct.
+ sp_runtime::MultiSignature::Eth(sig) => Self(ecdsa::Signature::from(sig.0)),
}
}
}
diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml
index 3584c09f5ed..dcaa8b8f23b 100644
--- a/runtime/common/Cargo.toml
+++ b/runtime/common/Cargo.toml
@@ -7,6 +7,10 @@ license = "GPL-3.0-only"
name = "moonbeam-runtime-common"
version = "0.8.0-dev"
+[package.metadata.cargo-udeps.ignore]
+# Used inside macro-generated code in apis.rs (impl_runtime_apis!)
+normal = ["pallet-author-slot-filter"]
+
[dependencies]
log = { workspace = true }
@@ -34,6 +38,7 @@ sp-io = { workspace = true }
# Moonkit
pallet-author-inherent = { workspace = true }
+pallet-author-slot-filter = { workspace = true }
# Polkadot
xcm = { workspace = true }
@@ -57,6 +62,7 @@ std = [
"pallet-xcm-bridge/std",
"pallet-moonbeam-foreign-assets/std",
"pallet-author-inherent/std",
+ "pallet-author-slot-filter/std",
"pallet-migrations/std",
"pallet-xcm-weight-trader/std",
"pallet-message-queue/std",
@@ -81,6 +87,7 @@ runtime-benchmarks = [
"cumulus-primitives-core/runtime-benchmarks",
"pallet-message-queue/runtime-benchmarks",
"pallet-author-inherent/runtime-benchmarks",
+ "pallet-author-slot-filter/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-identity/runtime-benchmarks",
"pallet-treasury/runtime-benchmarks",
@@ -99,6 +106,7 @@ try-runtime = [
"frame-support/try-runtime",
"pallet-migrations/try-runtime",
"pallet-author-inherent/try-runtime",
+ "pallet-author-slot-filter/try-runtime",
"frame-system/try-runtime",
"pallet-balances/try-runtime",
"pallet-identity?/try-runtime",
diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs
index fb1b405a25a..7a9ff40351d 100644
--- a/runtime/common/src/apis.rs
+++ b/runtime/common/src/apis.rs
@@ -79,7 +79,7 @@ macro_rules! impl_runtime_apis_plus_common {
VERSION
}
- fn execute_block(block: Block) {
+ fn execute_block(block: ::LazyBlock) {
Executive::execute_block(block)
}
@@ -94,12 +94,6 @@ macro_rules! impl_runtime_apis_plus_common {
}
}
- impl cumulus_primitives_core::GetCoreSelectorApi for Runtime {
- fn core_selector() -> (cumulus_primitives_core::CoreSelector, cumulus_primitives_core::ClaimQueueOffset) {
- ParachainSystem::core_selector()
- }
- }
-
impl sp_api::Metadata for Runtime {
fn metadata() -> OpaqueMetadata {
OpaqueMetadata::new(Runtime::metadata().into())
@@ -130,7 +124,7 @@ macro_rules! impl_runtime_apis_plus_common {
}
fn check_inherents(
- block: Block,
+ block: ::LazyBlock,
data: sp_inherents::InherentData,
) -> sp_inherents::CheckInherentsResult {
data.check_extrinsics(&block)
@@ -791,9 +785,22 @@ macro_rules! impl_runtime_apis_plus_common {
}
fn query_delivery_fees(
- destination: VersionedLocation, message: VersionedXcm<()>
+ destination: VersionedLocation, message: VersionedXcm<()>, asset_id: VersionedAssetId
) -> Result {
- PolkadotXcm::query_delivery_fees(destination, message)
+ // Moonbeam does not charge delivery fees. Return a successful
+ // zero-fee result so clients can treat Moonbeam like any other
+ // chain without special-casing an error path.
+ let _: xcm::latest::Location = destination
+ .try_into()
+ .map_err(|_| XcmPaymentApiError::VersionedConversionFailed)?;
+ let _: xcm::latest::Xcm<()> = message
+ .try_into()
+ .map_err(|_| XcmPaymentApiError::VersionedConversionFailed)?;
+ let _: xcm::latest::AssetId = asset_id
+ .try_into()
+ .map_err(|_| XcmPaymentApiError::VersionedConversionFailed)?;
+
+ Ok(VersionedAssets::from(xcm::latest::Assets::new()))
}
}
@@ -1256,7 +1263,7 @@ macro_rules! impl_runtime_apis_plus_common {
}
fn execute_block(
- block: Block,
+ block: ::LazyBlock,
state_root_check: bool,
signature_check: bool,
select: frame_try_runtime::TryStateSelect
diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs
index 9ef54e8e85d..7de1a2b4e1c 100644
--- a/runtime/moonbase/src/lib.rs
+++ b/runtime/moonbase/src/lib.rs
@@ -768,7 +768,6 @@ impl cumulus_pallet_parachain_system::Config for Runtime {
type ConsensusHook = ConsensusHook;
type DmpQueue = frame_support::traits::EnqueueWithOrigin;
type WeightInfo = moonbase_weights::cumulus_pallet_parachain_system::WeightInfo;
- type SelectCore = cumulus_pallet_parachain_system::DefaultCoreSelector;
type RelayParentOffset = ConstU32<0>;
}
diff --git a/runtime/moonbase/src/weights/cumulus_pallet_parachain_system.rs b/runtime/moonbase/src/weights/cumulus_pallet_parachain_system.rs
index b0f10ee20e1..9a552d97205 100644
--- a/runtime/moonbase/src/weights/cumulus_pallet_parachain_system.rs
+++ b/runtime/moonbase/src/weights/cumulus_pallet_parachain_system.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `cumulus_pallet_parachain_system`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -57,6 +57,8 @@ impl cumulus_pallet_parachain_system::WeightInfo for We
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
/// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
+ /// Storage: `ParachainSystem::LastProcessedDownwardMessage` (r:0 w:1)
+ /// Proof: `ParachainSystem::LastProcessedDownwardMessage` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `ParachainSystem::ProcessedDownwardMessages` (r:0 w:1)
/// Proof: `ParachainSystem::ProcessedDownwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `MessageQueue::Pages` (r:0 w:1000)
@@ -66,12 +68,12 @@ impl cumulus_pallet_parachain_system::WeightInfo for We
// Proof Size summary in bytes:
// Measured: `48`
// Estimated: `3517`
- // Minimum execution time: 2_807_000 picoseconds.
- Weight::from_parts(2_965_000, 3517)
- // Standard Error: 32_727
- .saturating_add(Weight::from_parts(241_309_084, 0).saturating_mul(n.into()))
+ // Minimum execution time: 2_712_000 picoseconds.
+ Weight::from_parts(2_876_000, 3517)
+ // Standard Error: 88_766
+ .saturating_add(Weight::from_parts(257_233_360, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
- .saturating_add(T::DbWeight::get().writes(4_u64))
+ .saturating_add(T::DbWeight::get().writes(5_u64))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
}
}
diff --git a/runtime/moonbase/src/weights/cumulus_pallet_weight_reclaim.rs b/runtime/moonbase/src/weights/cumulus_pallet_weight_reclaim.rs
index 45da197e2bc..80812ebe828 100644
--- a/runtime/moonbase/src/weights/cumulus_pallet_weight_reclaim.rs
+++ b/runtime/moonbase/src/weights/cumulus_pallet_weight_reclaim.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `cumulus_pallet_weight_reclaim`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -59,8 +59,8 @@ impl cumulus_pallet_weight_reclaim::WeightInfo for Weig
// Proof Size summary in bytes:
// Measured: `24`
// Estimated: `1501`
- // Minimum execution time: 11_262_000 picoseconds.
- Weight::from_parts(11_717_000, 1501)
+ // Minimum execution time: 12_022_000 picoseconds.
+ Weight::from_parts(12_869_000, 1501)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
diff --git a/runtime/moonbase/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/moonbase/src/weights/cumulus_pallet_xcmp_queue.rs
index 8635d846c0a..9c90c8dd88c 100644
--- a/runtime/moonbase/src/weights/cumulus_pallet_xcmp_queue.rs
+++ b/runtime/moonbase/src/weights/cumulus_pallet_xcmp_queue.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -57,8 +57,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `1497`
- // Minimum execution time: 5_123_000 picoseconds.
- Weight::from_parts(5_409_000, 1497)
+ // Minimum execution time: 4_963_000 picoseconds.
+ Weight::from_parts(5_265_000, 1497)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -77,10 +77,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `148`
// Estimated: `5487`
- // Minimum execution time: 14_316_000 picoseconds.
- Weight::from_parts(10_960_469, 5487)
+ // Minimum execution time: 13_076_000 picoseconds.
+ Weight::from_parts(9_723_190, 5487)
// Standard Error: 5
- .saturating_add(Weight::from_parts(862, 0).saturating_mul(n.into()))
+ .saturating_add(Weight::from_parts(1_004, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -99,10 +99,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `148`
// Estimated: `5487`
- // Minimum execution time: 11_864_000 picoseconds.
- Weight::from_parts(16_566_462, 5487)
- // Standard Error: 209
- .saturating_add(Weight::from_parts(138_295, 0).saturating_mul(n.into()))
+ // Minimum execution time: 10_858_000 picoseconds.
+ Weight::from_parts(15_223_339, 5487)
+ // Standard Error: 203
+ .saturating_add(Weight::from_parts(119_886, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -119,10 +119,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `330 + n * (1 ±0)`
// Estimated: `3793 + n * (1 ±0)`
- // Minimum execution time: 21_452_000 picoseconds.
- Weight::from_parts(14_588_390, 3793)
+ // Minimum execution time: 19_785_000 picoseconds.
+ Weight::from_parts(12_022_149, 3793)
// Standard Error: 10
- .saturating_add(Weight::from_parts(1_924, 0).saturating_mul(n.into()))
+ .saturating_add(Weight::from_parts(2_291, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
@@ -142,10 +142,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `183`
// Estimated: `5487`
- // Minimum execution time: 13_265_000 picoseconds.
- Weight::from_parts(26_387_069, 5487)
- // Standard Error: 27_572
- .saturating_add(Weight::from_parts(83_273_291, 0).saturating_mul(n.into()))
+ // Minimum execution time: 12_428_000 picoseconds.
+ Weight::from_parts(12_637_000, 5487)
+ // Standard Error: 128_839
+ .saturating_add(Weight::from_parts(106_555_756, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
@@ -162,8 +162,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `53063`
// Estimated: `56528`
- // Minimum execution time: 254_221_000 picoseconds.
- Weight::from_parts(260_352_000, 56528)
+ // Minimum execution time: 257_103_000 picoseconds.
+ Weight::from_parts(259_468_000, 56528)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -173,8 +173,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `2767`
- // Minimum execution time: 3_327_000 picoseconds.
- Weight::from_parts(3_522_000, 2767)
+ // Minimum execution time: 3_292_000 picoseconds.
+ Weight::from_parts(3_449_000, 2767)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -184,17 +184,20 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `177`
// Estimated: `2767`
- // Minimum execution time: 4_352_000 picoseconds.
- Weight::from_parts(4_737_000, 2767)
+ // Minimum execution time: 4_574_000 picoseconds.
+ Weight::from_parts(4_754_000, 2767)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
- fn take_first_concatenated_xcm() -> Weight {
+ /// The range of component `n` is `[0, 92]`.
+ fn take_first_concatenated_xcm(n: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 5_290_000 picoseconds.
- Weight::from_parts(5_437_000, 0)
+ // Minimum execution time: 2_195_000 picoseconds.
+ Weight::from_parts(2_532_075, 0)
+ // Standard Error: 92
+ .saturating_add(Weight::from_parts(20_150, 0).saturating_mul(n.into()))
}
/// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
/// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
@@ -214,8 +217,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `105713`
// Estimated: `109178`
- // Minimum execution time: 162_294_000 picoseconds.
- Weight::from_parts(169_760_000, 109178)
+ // Minimum execution time: 187_714_000 picoseconds.
+ Weight::from_parts(200_943_000, 109178)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -237,8 +240,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `65782`
// Estimated: `69247`
- // Minimum execution time: 108_356_000 picoseconds.
- Weight::from_parts(116_124_000, 69247)
+ // Minimum execution time: 122_540_000 picoseconds.
+ Weight::from_parts(130_400_000, 69247)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
diff --git a/runtime/moonbase/src/weights/frame_system.rs b/runtime/moonbase/src/weights/frame_system.rs
index 1cfd6a7cdfb..e2c9e16d71a 100644
--- a/runtime/moonbase/src/weights/frame_system.rs
+++ b/runtime/moonbase/src/weights/frame_system.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `frame_system`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -56,20 +56,20 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_994_000 picoseconds.
- Weight::from_parts(17_486_857, 0)
- // Standard Error: 2
- .saturating_add(Weight::from_parts(419, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_890_000 picoseconds.
+ Weight::from_parts(1_998_000, 0)
+ // Standard Error: 1
+ .saturating_add(Weight::from_parts(616, 0).saturating_mul(b.into()))
}
/// The range of component `b` is `[0, 3932160]`.
fn remark_with_event(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 6_276_000 picoseconds.
- Weight::from_parts(6_368_000, 0)
- // Standard Error: 2
- .saturating_add(Weight::from_parts(1_768, 0).saturating_mul(b.into()))
+ // Minimum execution time: 5_557_000 picoseconds.
+ Weight::from_parts(5_729_000, 0)
+ // Standard Error: 4
+ .saturating_add(Weight::from_parts(2_068, 0).saturating_mul(b.into()))
}
/// Storage: `System::Digest` (r:1 w:1)
/// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
@@ -79,8 +79,8 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
- // Minimum execution time: 3_616_000 picoseconds.
- Weight::from_parts(3_953_000, 1485)
+ // Minimum execution time: 3_567_000 picoseconds.
+ Weight::from_parts(3_743_000, 1485)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -102,8 +102,8 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `168`
// Estimated: `67035`
- // Minimum execution time: 98_791_905_000 picoseconds.
- Weight::from_parts(102_796_010_000, 67035)
+ // Minimum execution time: 109_842_406_000 picoseconds.
+ Weight::from_parts(113_273_274_000, 67035)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -114,10 +114,10 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_040_000 picoseconds.
- Weight::from_parts(2_069_000, 0)
- // Standard Error: 2_533
- .saturating_add(Weight::from_parts(798_235, 0).saturating_mul(i.into()))
+ // Minimum execution time: 1_967_000 picoseconds.
+ Weight::from_parts(1_999_000, 0)
+ // Standard Error: 3_554
+ .saturating_add(Weight::from_parts(776_448, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: `Skipped::Metadata` (r:0 w:0)
@@ -127,10 +127,10 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_067_000 picoseconds.
- Weight::from_parts(2_153_000, 0)
- // Standard Error: 1_076
- .saturating_add(Weight::from_parts(592_694, 0).saturating_mul(i.into()))
+ // Minimum execution time: 1_949_000 picoseconds.
+ Weight::from_parts(2_071_000, 0)
+ // Standard Error: 1_880
+ .saturating_add(Weight::from_parts(605_568, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: `Skipped::Metadata` (r:0 w:0)
@@ -140,10 +140,10 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `100 + p * (69 ±0)`
// Estimated: `94 + p * (70 ±0)`
- // Minimum execution time: 4_229_000 picoseconds.
- Weight::from_parts(4_349_000, 94)
- // Standard Error: 1_280
- .saturating_add(Weight::from_parts(1_277_803, 0).saturating_mul(p.into()))
+ // Minimum execution time: 4_023_000 picoseconds.
+ Weight::from_parts(4_225_000, 94)
+ // Standard Error: 3_276
+ .saturating_add(Weight::from_parts(1_357_985, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
@@ -154,8 +154,8 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 9_562_000 picoseconds.
- Weight::from_parts(9_920_000, 0)
+ // Minimum execution time: 16_861_000 picoseconds.
+ Weight::from_parts(19_858_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: `System::AuthorizedUpgrade` (r:1 w:1)
@@ -178,8 +178,8 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `190`
// Estimated: `67035`
- // Minimum execution time: 104_367_965_000 picoseconds.
- Weight::from_parts(106_454_046_000, 67035)
+ // Minimum execution time: 109_747_025_000 picoseconds.
+ Weight::from_parts(112_588_422_000, 67035)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
diff --git a/runtime/moonbase/src/weights/frame_system_extensions.rs b/runtime/moonbase/src/weights/frame_system_extensions.rs
index 6c9ba7a9207..b2898d34ea7 100644
--- a/runtime/moonbase/src/weights/frame_system_extensions.rs
+++ b/runtime/moonbase/src/weights/frame_system_extensions.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `frame_system_extensions`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -55,29 +55,29 @@ impl frame_system::ExtensionsWeightInfo for WeightInfo<
// Proof Size summary in bytes:
// Measured: `54`
// Estimated: `0`
- // Minimum execution time: 4_306_000 picoseconds.
- Weight::from_parts(4_573_000, 0)
+ // Minimum execution time: 4_148_000 picoseconds.
+ Weight::from_parts(4_375_000, 0)
}
fn check_mortality_mortal_transaction() -> Weight {
// Proof Size summary in bytes:
// Measured: `92`
// Estimated: `0`
- // Minimum execution time: 7_422_000 picoseconds.
- Weight::from_parts(7_731_000, 0)
+ // Minimum execution time: 7_011_000 picoseconds.
+ Weight::from_parts(7_378_000, 0)
}
fn check_mortality_immortal_transaction() -> Weight {
// Proof Size summary in bytes:
// Measured: `92`
// Estimated: `0`
- // Minimum execution time: 7_404_000 picoseconds.
- Weight::from_parts(7_685_000, 0)
+ // Minimum execution time: 7_283_000 picoseconds.
+ Weight::from_parts(7_419_000, 0)
}
fn check_non_zero_sender() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 570_000 picoseconds.
- Weight::from_parts(637_000, 0)
+ // Minimum execution time: 489_000 picoseconds.
+ Weight::from_parts(594_000, 0)
}
/// Storage: `System::Account` (r:1 w:1)
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
@@ -85,8 +85,8 @@ impl frame_system::ExtensionsWeightInfo for WeightInfo<
// Proof Size summary in bytes:
// Measured: `195`
// Estimated: `3581`
- // Minimum execution time: 9_173_000 picoseconds.
- Weight::from_parts(9_404_000, 3581)
+ // Minimum execution time: 8_349_000 picoseconds.
+ Weight::from_parts(8_798_000, 3581)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -94,15 +94,15 @@ impl frame_system::ExtensionsWeightInfo for WeightInfo<
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 434_000 picoseconds.
- Weight::from_parts(517_000, 0)
+ // Minimum execution time: 422_000 picoseconds.
+ Weight::from_parts(485_000, 0)
}
fn check_tx_version() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 486_000 picoseconds.
- Weight::from_parts(532_000, 0)
+ // Minimum execution time: 408_000 picoseconds.
+ Weight::from_parts(459_000, 0)
}
/// Storage: `System::AllExtrinsicsLen` (r:1 w:1)
/// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
@@ -112,8 +112,8 @@ impl frame_system::ExtensionsWeightInfo for WeightInfo<
// Proof Size summary in bytes:
// Measured: `24`
// Estimated: `1501`
- // Minimum execution time: 5_934_000 picoseconds.
- Weight::from_parts(6_239_000, 1501)
+ // Minimum execution time: 5_771_000 picoseconds.
+ Weight::from_parts(5_955_000, 1501)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -123,8 +123,8 @@ impl frame_system::ExtensionsWeightInfo for WeightInfo<
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1501`
- // Minimum execution time: 2_699_000 picoseconds.
- Weight::from_parts(2_899_000, 1501)
+ // Minimum execution time: 2_597_000 picoseconds.
+ Weight::from_parts(2_781_000, 1501)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
diff --git a/runtime/moonbase/src/weights/pallet_author_inherent.rs b/runtime/moonbase/src/weights/pallet_author_inherent.rs
index 0ae7ca296db..29db8fb6e2c 100644
--- a/runtime/moonbase/src/weights/pallet_author_inherent.rs
+++ b/runtime/moonbase/src/weights/pallet_author_inherent.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_author_inherent`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -69,8 +69,8 @@ impl pallet_author_inherent::WeightInfo for WeightInfo<
// Proof Size summary in bytes:
// Measured: `338`
// Estimated: `3803`
- // Minimum execution time: 20_232_000 picoseconds.
- Weight::from_parts(21_227_000, 3803)
+ // Minimum execution time: 19_882_000 picoseconds.
+ Weight::from_parts(20_674_000, 3803)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
diff --git a/runtime/moonbase/src/weights/pallet_author_mapping.rs b/runtime/moonbase/src/weights/pallet_author_mapping.rs
index d3f65897b61..2b766506ae2 100644
--- a/runtime/moonbase/src/weights/pallet_author_mapping.rs
+++ b/runtime/moonbase/src/weights/pallet_author_mapping.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_author_mapping`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -61,8 +61,8 @@ impl pallet_author_mapping::WeightInfo for WeightInfo pallet_author_mapping::WeightInfo for WeightInfo pallet_author_mapping::WeightInfo for WeightInfo pallet_author_mapping::WeightInfo for WeightInfo pallet_author_mapping::WeightInfo for WeightInfo pallet_author_slot_filter::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_922_000 picoseconds.
- Weight::from_parts(5_282_000, 0)
+ // Minimum execution time: 5_034_000 picoseconds.
+ Weight::from_parts(5_195_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
}
diff --git a/runtime/moonbase/src/weights/pallet_balances.rs b/runtime/moonbase/src/weights/pallet_balances.rs
index de9bbeff795..ee8403d8adb 100644
--- a/runtime/moonbase/src/weights/pallet_balances.rs
+++ b/runtime/moonbase/src/weights/pallet_balances.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_balances`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -57,8 +57,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `39`
// Estimated: `3581`
- // Minimum execution time: 44_845_000 picoseconds.
- Weight::from_parts(46_239_000, 3581)
+ // Minimum execution time: 40_791_000 picoseconds.
+ Weight::from_parts(41_727_000, 3581)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -68,8 +68,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `39`
// Estimated: `3581`
- // Minimum execution time: 43_377_000 picoseconds.
- Weight::from_parts(44_743_000, 3581)
+ // Minimum execution time: 39_168_000 picoseconds.
+ Weight::from_parts(40_238_000, 3581)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -79,8 +79,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `72`
// Estimated: `3581`
- // Minimum execution time: 22_134_000 picoseconds.
- Weight::from_parts(22_618_000, 3581)
+ // Minimum execution time: 21_026_000 picoseconds.
+ Weight::from_parts(21_340_000, 3581)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -90,8 +90,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `195`
// Estimated: `3581`
- // Minimum execution time: 24_008_000 picoseconds.
- Weight::from_parts(24_788_000, 3581)
+ // Minimum execution time: 22_234_000 picoseconds.
+ Weight::from_parts(23_004_000, 3581)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -101,8 +101,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `234`
// Estimated: `6172`
- // Minimum execution time: 47_496_000 picoseconds.
- Weight::from_parts(48_531_000, 6172)
+ // Minimum execution time: 43_240_000 picoseconds.
+ Weight::from_parts(43_865_000, 6172)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -112,8 +112,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `39`
// Estimated: `3581`
- // Minimum execution time: 52_395_000 picoseconds.
- Weight::from_parts(54_413_000, 3581)
+ // Minimum execution time: 48_059_000 picoseconds.
+ Weight::from_parts(49_330_000, 3581)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -123,8 +123,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `195`
// Estimated: `3581`
- // Minimum execution time: 19_457_000 picoseconds.
- Weight::from_parts(20_187_000, 3581)
+ // Minimum execution time: 18_545_000 picoseconds.
+ Weight::from_parts(19_056_000, 3581)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -135,10 +135,10 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `711 + u * (123 ±0)`
// Estimated: `990 + u * (2591 ±0)`
- // Minimum execution time: 18_080_000 picoseconds.
- Weight::from_parts(18_444_000, 990)
- // Standard Error: 5_329
- .saturating_add(Weight::from_parts(15_038_035, 0).saturating_mul(u.into()))
+ // Minimum execution time: 16_909_000 picoseconds.
+ Weight::from_parts(17_327_000, 990)
+ // Standard Error: 19_922
+ .saturating_add(Weight::from_parts(14_549_898, 0).saturating_mul(u.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
.saturating_add(Weight::from_parts(0, 2591).saturating_mul(u.into()))
@@ -149,22 +149,22 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1501`
- // Minimum execution time: 6_514_000 picoseconds.
- Weight::from_parts(6_945_000, 1501)
+ // Minimum execution time: 6_440_000 picoseconds.
+ Weight::from_parts(6_599_000, 1501)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
fn burn_allow_death() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 26_029_000 picoseconds.
- Weight::from_parts(27_004_000, 0)
+ // Minimum execution time: 24_071_000 picoseconds.
+ Weight::from_parts(24_558_000, 0)
}
fn burn_keep_alive() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 23_204_000 picoseconds.
- Weight::from_parts(24_225_000, 0)
+ // Minimum execution time: 21_312_000 picoseconds.
+ Weight::from_parts(21_954_000, 0)
}
}
diff --git a/runtime/moonbase/src/weights/pallet_collective_open_tech_committee_collective.rs b/runtime/moonbase/src/weights/pallet_collective_open_tech_committee_collective.rs
index d4b5df75318..cead2260a18 100644
--- a/runtime/moonbase/src/weights/pallet_collective_open_tech_committee_collective.rs
+++ b/runtime/moonbase/src/weights/pallet_collective_open_tech_committee_collective.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_collective`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -68,13 +68,13 @@ impl pallet_collective::WeightInfo for WeightInfo {
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0 + m * (2021 ±0) + p * (2026 ±0)`
- // Estimated: `12267 + m * (1231 ±15) + p * (3660 ±15)`
- // Minimum execution time: 15_023_000 picoseconds.
- Weight::from_parts(15_222_000, 12267)
- // Standard Error: 60_220
- .saturating_add(Weight::from_parts(4_604_834, 0).saturating_mul(m.into()))
- // Standard Error: 60_220
- .saturating_add(Weight::from_parts(8_848_188, 0).saturating_mul(p.into()))
+ // Estimated: `12267 + m * (1231 ±14) + p * (3660 ±14)`
+ // Minimum execution time: 14_552_000 picoseconds.
+ Weight::from_parts(14_964_000, 12267)
+ // Standard Error: 63_403
+ .saturating_add(Weight::from_parts(4_722_345, 0).saturating_mul(m.into()))
+ // Standard Error: 63_403
+ .saturating_add(Weight::from_parts(8_878_279, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes(2_u64))
@@ -94,12 +94,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `178 + m * (20 ±0)`
// Estimated: `1663 + m * (20 ±0)`
- // Minimum execution time: 16_536_000 picoseconds.
- Weight::from_parts(16_094_083, 1663)
- // Standard Error: 28
- .saturating_add(Weight::from_parts(1_658, 0).saturating_mul(b.into()))
- // Standard Error: 298
- .saturating_add(Weight::from_parts(13_449, 0).saturating_mul(m.into()))
+ // Minimum execution time: 15_941_000 picoseconds.
+ Weight::from_parts(15_247_206, 1663)
+ // Standard Error: 29
+ .saturating_add(Weight::from_parts(1_629, 0).saturating_mul(b.into()))
+ // Standard Error: 301
+ .saturating_add(Weight::from_parts(13_396, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
}
@@ -117,12 +117,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `178 + m * (20 ±0)`
// Estimated: `3643 + m * (20 ±0)`
- // Minimum execution time: 19_649_000 picoseconds.
- Weight::from_parts(19_309_232, 3643)
- // Standard Error: 31
- .saturating_add(Weight::from_parts(1_310, 0).saturating_mul(b.into()))
- // Standard Error: 320
- .saturating_add(Weight::from_parts(19_776, 0).saturating_mul(m.into()))
+ // Minimum execution time: 18_523_000 picoseconds.
+ Weight::from_parts(17_996_364, 3643)
+ // Standard Error: 35
+ .saturating_add(Weight::from_parts(1_564, 0).saturating_mul(b.into()))
+ // Standard Error: 360
+ .saturating_add(Weight::from_parts(21_691, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
}
@@ -146,14 +146,14 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `424 + m * (20 ±0) + p * (36 ±0)`
// Estimated: `3818 + m * (21 ±0) + p * (36 ±0)`
- // Minimum execution time: 22_430_000 picoseconds.
- Weight::from_parts(22_482_037, 3818)
- // Standard Error: 171
- .saturating_add(Weight::from_parts(2_610, 0).saturating_mul(b.into()))
- // Standard Error: 1_793
- .saturating_add(Weight::from_parts(36_381, 0).saturating_mul(m.into()))
- // Standard Error: 1_771
- .saturating_add(Weight::from_parts(223_874, 0).saturating_mul(p.into()))
+ // Minimum execution time: 21_710_000 picoseconds.
+ Weight::from_parts(22_940_317, 3818)
+ // Standard Error: 266
+ .saturating_add(Weight::from_parts(818, 0).saturating_mul(b.into()))
+ // Standard Error: 2_784
+ .saturating_add(Weight::from_parts(41_102, 0).saturating_mul(m.into()))
+ // Standard Error: 2_748
+ .saturating_add(Weight::from_parts(223_404, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
.saturating_add(Weight::from_parts(0, 21).saturating_mul(m.into()))
@@ -169,10 +169,10 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `899 + m * (40 ±0)`
// Estimated: `4363 + m * (40 ±0)`
- // Minimum execution time: 28_769_000 picoseconds.
- Weight::from_parts(30_327_490, 4363)
- // Standard Error: 542
- .saturating_add(Weight::from_parts(25_272, 0).saturating_mul(m.into()))
+ // Minimum execution time: 28_078_000 picoseconds.
+ Weight::from_parts(28_601_112, 4363)
+ // Standard Error: 2_133
+ .saturating_add(Weight::from_parts(64_796, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
@@ -193,12 +193,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `476 + m * (40 ±0) + p * (36 ±0)`
// Estimated: `3921 + m * (41 ±0) + p * (36 ±0)`
- // Minimum execution time: 25_658_000 picoseconds.
- Weight::from_parts(28_564_845, 3921)
- // Standard Error: 1_061
- .saturating_add(Weight::from_parts(29_576, 0).saturating_mul(m.into()))
- // Standard Error: 1_035
- .saturating_add(Weight::from_parts(217_426, 0).saturating_mul(p.into()))
+ // Minimum execution time: 24_860_000 picoseconds.
+ Weight::from_parts(24_302_956, 3921)
+ // Standard Error: 2_032
+ .saturating_add(Weight::from_parts(58_180, 0).saturating_mul(m.into()))
+ // Standard Error: 1_982
+ .saturating_add(Weight::from_parts(224_818, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 41).saturating_mul(m.into()))
@@ -224,14 +224,14 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `820 + b * (1 ±0) + m * (40 ±0) + p * (40 ±0)`
// Estimated: `4137 + b * (1 ±0) + m * (42 ±0) + p * (40 ±0)`
- // Minimum execution time: 41_626_000 picoseconds.
- Weight::from_parts(44_097_606, 4137)
- // Standard Error: 203
- .saturating_add(Weight::from_parts(2_686, 0).saturating_mul(b.into()))
- // Standard Error: 2_150
- .saturating_add(Weight::from_parts(14_836, 0).saturating_mul(m.into()))
- // Standard Error: 2_096
- .saturating_add(Weight::from_parts(243_132, 0).saturating_mul(p.into()))
+ // Minimum execution time: 39_795_000 picoseconds.
+ Weight::from_parts(41_658_332, 4137)
+ // Standard Error: 324
+ .saturating_add(Weight::from_parts(1_655, 0).saturating_mul(b.into()))
+ // Standard Error: 3_434
+ .saturating_add(Weight::from_parts(22_553, 0).saturating_mul(m.into()))
+ // Standard Error: 3_347
+ .saturating_add(Weight::from_parts(278_819, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -256,12 +256,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `545 + m * (30 ±0) + p * (36 ±0)`
// Estimated: `3987 + m * (31 ±0) + p * (36 ±0)`
- // Minimum execution time: 29_375_000 picoseconds.
- Weight::from_parts(30_870_326, 3987)
- // Standard Error: 1_769
- .saturating_add(Weight::from_parts(20_610, 0).saturating_mul(m.into()))
- // Standard Error: 1_725
- .saturating_add(Weight::from_parts(228_374, 0).saturating_mul(p.into()))
+ // Minimum execution time: 28_735_000 picoseconds.
+ Weight::from_parts(25_508_291, 3987)
+ // Standard Error: 1_433
+ .saturating_add(Weight::from_parts(53_599, 0).saturating_mul(m.into()))
+ // Standard Error: 1_397
+ .saturating_add(Weight::from_parts(239_337, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 31).saturating_mul(m.into()))
@@ -289,14 +289,14 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `840 + b * (1 ±0) + m * (40 ±0) + p * (40 ±0)`
// Estimated: `4157 + b * (1 ±0) + m * (42 ±0) + p * (40 ±0)`
- // Minimum execution time: 44_069_000 picoseconds.
- Weight::from_parts(47_550_861, 4157)
- // Standard Error: 157
- .saturating_add(Weight::from_parts(2_221, 0).saturating_mul(b.into()))
- // Standard Error: 1_668
- .saturating_add(Weight::from_parts(12_913, 0).saturating_mul(m.into()))
- // Standard Error: 1_626
- .saturating_add(Weight::from_parts(241_080, 0).saturating_mul(p.into()))
+ // Minimum execution time: 42_750_000 picoseconds.
+ Weight::from_parts(35_804_198, 4157)
+ // Standard Error: 287
+ .saturating_add(Weight::from_parts(4_887, 0).saturating_mul(b.into()))
+ // Standard Error: 3_034
+ .saturating_add(Weight::from_parts(57_709, 0).saturating_mul(m.into()))
+ // Standard Error: 2_957
+ .saturating_add(Weight::from_parts(315_132, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -315,10 +315,10 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `293 + p * (32 ±0)`
// Estimated: `1778 + p * (32 ±0)`
- // Minimum execution time: 14_252_000 picoseconds.
- Weight::from_parts(15_679_866, 1778)
- // Standard Error: 735
- .saturating_add(Weight::from_parts(190_947, 0).saturating_mul(p.into()))
+ // Minimum execution time: 13_515_000 picoseconds.
+ Weight::from_parts(13_883_962, 1778)
+ // Standard Error: 1_681
+ .saturating_add(Weight::from_parts(202_144, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
@@ -339,12 +339,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `1564 + p * (36 ±0)`
// Estimated: `4963 + d * (123 ±6) + p * (37 ±0)`
- // Minimum execution time: 20_708_000 picoseconds.
- Weight::from_parts(24_204_134, 4963)
- // Standard Error: 96_225
- .saturating_add(Weight::from_parts(638_432, 0).saturating_mul(d.into()))
- // Standard Error: 1_490
- .saturating_add(Weight::from_parts(246_980, 0).saturating_mul(p.into()))
+ // Minimum execution time: 20_056_000 picoseconds.
+ Weight::from_parts(22_362_762, 4963)
+ // Standard Error: 115_546
+ .saturating_add(Weight::from_parts(1_199_837, 0).saturating_mul(d.into()))
+ // Standard Error: 1_789
+ .saturating_add(Weight::from_parts(238_311, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 123).saturating_mul(d.into()))
@@ -358,8 +358,8 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `978`
// Estimated: `4443`
- // Minimum execution time: 16_603_000 picoseconds.
- Weight::from_parts(17_027_000, 4443)
+ // Minimum execution time: 16_254_000 picoseconds.
+ Weight::from_parts(16_682_000, 4443)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
}
diff --git a/runtime/moonbase/src/weights/pallet_collective_treasury_council_collective.rs b/runtime/moonbase/src/weights/pallet_collective_treasury_council_collective.rs
index 604e75472b3..3a84b6a2eed 100644
--- a/runtime/moonbase/src/weights/pallet_collective_treasury_council_collective.rs
+++ b/runtime/moonbase/src/weights/pallet_collective_treasury_council_collective.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_collective`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -69,12 +69,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0 + m * (425 ±0) + p * (206 ±0)`
// Estimated: `4150 + m * (266 ±3) + p * (2556 ±1)`
- // Minimum execution time: 8_934_000 picoseconds.
- Weight::from_parts(9_310_000, 4150)
- // Standard Error: 105_507
- .saturating_add(Weight::from_parts(3_450_742, 0).saturating_mul(m.into()))
- // Standard Error: 48_204
- .saturating_add(Weight::from_parts(4_197_372, 0).saturating_mul(p.into()))
+ // Minimum execution time: 8_584_000 picoseconds.
+ Weight::from_parts(8_862_000, 4150)
+ // Standard Error: 98_226
+ .saturating_add(Weight::from_parts(3_243_758, 0).saturating_mul(m.into()))
+ // Standard Error: 44_878
+ .saturating_add(Weight::from_parts(3_901_882, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes(2_u64))
@@ -94,12 +94,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `210 + m * (20 ±0)`
// Estimated: `1694 + m * (20 ±0)`
- // Minimum execution time: 15_587_000 picoseconds.
- Weight::from_parts(15_950_936, 1694)
+ // Minimum execution time: 14_995_000 picoseconds.
+ Weight::from_parts(15_270_823, 1694)
// Standard Error: 27
- .saturating_add(Weight::from_parts(1_479, 0).saturating_mul(b.into()))
- // Standard Error: 3_245
- .saturating_add(Weight::from_parts(41_094, 0).saturating_mul(m.into()))
+ .saturating_add(Weight::from_parts(1_506, 0).saturating_mul(b.into()))
+ // Standard Error: 3_207
+ .saturating_add(Weight::from_parts(30_115, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
}
@@ -117,12 +117,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `210 + m * (20 ±0)`
// Estimated: `3674 + m * (20 ±0)`
- // Minimum execution time: 18_297_000 picoseconds.
- Weight::from_parts(18_874_336, 3674)
- // Standard Error: 31
- .saturating_add(Weight::from_parts(1_434, 0).saturating_mul(b.into()))
- // Standard Error: 3_704
- .saturating_add(Weight::from_parts(39_600, 0).saturating_mul(m.into()))
+ // Minimum execution time: 17_420_000 picoseconds.
+ Weight::from_parts(17_737_713, 3674)
+ // Standard Error: 30
+ .saturating_add(Weight::from_parts(1_614, 0).saturating_mul(b.into()))
+ // Standard Error: 3_577
+ .saturating_add(Weight::from_parts(52_500, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
}
@@ -146,14 +146,14 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `160 + m * (20 ±0) + p * (55 ±0)`
// Estimated: `3581 + m * (27 ±0) + p * (54 ±0)`
- // Minimum execution time: 21_568_000 picoseconds.
- Weight::from_parts(19_816_708, 3581)
- // Standard Error: 93
- .saturating_add(Weight::from_parts(3_348, 0).saturating_mul(b.into()))
- // Standard Error: 12_737
- .saturating_add(Weight::from_parts(146_406, 0).saturating_mul(m.into()))
- // Standard Error: 4_886
- .saturating_add(Weight::from_parts(415_580, 0).saturating_mul(p.into()))
+ // Minimum execution time: 20_153_000 picoseconds.
+ Weight::from_parts(18_856_554, 3581)
+ // Standard Error: 85
+ .saturating_add(Weight::from_parts(3_359, 0).saturating_mul(b.into()))
+ // Standard Error: 11_614
+ .saturating_add(Weight::from_parts(127_210, 0).saturating_mul(m.into()))
+ // Standard Error: 4_455
+ .saturating_add(Weight::from_parts(378_189, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
.saturating_add(Weight::from_parts(0, 27).saturating_mul(m.into()))
@@ -169,10 +169,10 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `734 + m * (40 ±0)`
// Estimated: `4199 + m * (40 ±0)`
- // Minimum execution time: 23_052_000 picoseconds.
- Weight::from_parts(24_144_567, 4199)
- // Standard Error: 8_756
- .saturating_add(Weight::from_parts(72_135, 0).saturating_mul(m.into()))
+ // Minimum execution time: 21_997_000 picoseconds.
+ Weight::from_parts(23_494_133, 4199)
+ // Standard Error: 8_784
+ .saturating_add(Weight::from_parts(14_213, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
@@ -193,12 +193,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `267 + m * (40 ±0) + p * (55 ±0)`
// Estimated: `3729 + m * (43 ±0) + p * (55 ±0)`
- // Minimum execution time: 23_418_000 picoseconds.
- Weight::from_parts(25_820_376, 3729)
- // Standard Error: 14_225
- .saturating_add(Weight::from_parts(108_389, 0).saturating_mul(m.into()))
- // Standard Error: 4_035
- .saturating_add(Weight::from_parts(350_875, 0).saturating_mul(p.into()))
+ // Minimum execution time: 22_105_000 picoseconds.
+ Weight::from_parts(24_468_691, 3729)
+ // Standard Error: 14_491
+ .saturating_add(Weight::from_parts(106_121, 0).saturating_mul(m.into()))
+ // Standard Error: 4_111
+ .saturating_add(Weight::from_parts(315_802, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 43).saturating_mul(m.into()))
@@ -224,12 +224,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `254 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
// Estimated: `3858 + b * (1 ±0) + m * (29 ±1) + p * (74 ±0)`
- // Minimum execution time: 38_507_000 picoseconds.
- Weight::from_parts(40_989_194, 3858)
+ // Minimum execution time: 36_218_000 picoseconds.
+ Weight::from_parts(38_738_618, 3858)
// Standard Error: 99
- .saturating_add(Weight::from_parts(2_630, 0).saturating_mul(b.into()))
- // Standard Error: 5_167
- .saturating_add(Weight::from_parts(540_301, 0).saturating_mul(p.into()))
+ .saturating_add(Weight::from_parts(2_520, 0).saturating_mul(b.into()))
+ // Standard Error: 5_207
+ .saturating_add(Weight::from_parts(493_584, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -254,12 +254,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `317 + m * (33 ±0) + p * (55 ±0)`
// Estimated: `3780 + m * (34 ±0) + p * (56 ±0)`
- // Minimum execution time: 28_024_000 picoseconds.
- Weight::from_parts(29_054_733, 3780)
- // Standard Error: 9_714
- .saturating_add(Weight::from_parts(78_869, 0).saturating_mul(m.into()))
- // Standard Error: 2_755
- .saturating_add(Weight::from_parts(322_755, 0).saturating_mul(p.into()))
+ // Minimum execution time: 26_368_000 picoseconds.
+ Weight::from_parts(27_466_925, 3780)
+ // Standard Error: 10_049
+ .saturating_add(Weight::from_parts(58_729, 0).saturating_mul(m.into()))
+ // Standard Error: 2_850
+ .saturating_add(Weight::from_parts(294_630, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 34).saturating_mul(m.into()))
@@ -287,12 +287,12 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `274 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
// Estimated: `3877 + b * (1 ±0) + m * (30 ±1) + p * (74 ±0)`
- // Minimum execution time: 40_829_000 picoseconds.
- Weight::from_parts(43_354_069, 3877)
- // Standard Error: 117
- .saturating_add(Weight::from_parts(2_436, 0).saturating_mul(b.into()))
- // Standard Error: 6_142
- .saturating_add(Weight::from_parts(547_601, 0).saturating_mul(p.into()))
+ // Minimum execution time: 38_689_000 picoseconds.
+ Weight::from_parts(40_735_286, 3877)
+ // Standard Error: 102
+ .saturating_add(Weight::from_parts(2_647, 0).saturating_mul(b.into()))
+ // Standard Error: 5_364
+ .saturating_add(Weight::from_parts(511_016, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -311,10 +311,10 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `326 + p * (32 ±0)`
// Estimated: `1811 + p * (32 ±0)`
- // Minimum execution time: 14_262_000 picoseconds.
- Weight::from_parts(15_083_021, 1811)
- // Standard Error: 2_015
- .saturating_add(Weight::from_parts(246_300, 0).saturating_mul(p.into()))
+ // Minimum execution time: 13_561_000 picoseconds.
+ Weight::from_parts(14_246_119, 1811)
+ // Standard Error: 1_729
+ .saturating_add(Weight::from_parts(218_329, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
@@ -335,10 +335,10 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `1380 + p * (55 ±0)`
// Estimated: `4847 + d * (5 ±1) + p * (55 ±0)`
- // Minimum execution time: 21_051_000 picoseconds.
- Weight::from_parts(22_936_144, 4847)
- // Standard Error: 6_852
- .saturating_add(Weight::from_parts(468_857, 0).saturating_mul(p.into()))
+ // Minimum execution time: 19_826_000 picoseconds.
+ Weight::from_parts(21_980_512, 4847)
+ // Standard Error: 6_288
+ .saturating_add(Weight::from_parts(426_421, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
@@ -352,8 +352,8 @@ impl pallet_collective::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `813`
// Estimated: `4278`
- // Minimum execution time: 13_316_000 picoseconds.
- Weight::from_parts(14_195_000, 4278)
+ // Minimum execution time: 13_219_000 picoseconds.
+ Weight::from_parts(13_529_000, 4278)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
}
diff --git a/runtime/moonbase/src/weights/pallet_conviction_voting.rs b/runtime/moonbase/src/weights/pallet_conviction_voting.rs
index 43cc3467131..7560badb856 100644
--- a/runtime/moonbase/src/weights/pallet_conviction_voting.rs
+++ b/runtime/moonbase/src/weights/pallet_conviction_voting.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_conviction_voting`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -67,8 +67,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `1864`
// Estimated: `42428`
- // Minimum execution time: 75_158_000 picoseconds.
- Weight::from_parts(76_950_000, 42428)
+ // Minimum execution time: 73_613_000 picoseconds.
+ Weight::from_parts(74_423_000, 42428)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -90,8 +90,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `2165`
// Estimated: `83866`
- // Minimum execution time: 96_641_000 picoseconds.
- Weight::from_parts(98_597_000, 83866)
+ // Minimum execution time: 93_166_000 picoseconds.
+ Weight::from_parts(94_713_000, 83866)
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(7_u64))
}
@@ -107,8 +107,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `1841`
// Estimated: `83866`
- // Minimum execution time: 63_311_000 picoseconds.
- Weight::from_parts(65_229_000, 83866)
+ // Minimum execution time: 61_626_000 picoseconds.
+ Weight::from_parts(63_231_000, 83866)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -120,8 +120,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `1385`
// Estimated: `4617`
- // Minimum execution time: 22_749_000 picoseconds.
- Weight::from_parts(24_062_000, 4617)
+ // Minimum execution time: 22_259_000 picoseconds.
+ Weight::from_parts(23_368_000, 4617)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -144,10 +144,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `1523 + r * (248 ±0)`
// Estimated: `83866 + r * (3387 ±0)`
- // Minimum execution time: 47_918_000 picoseconds.
- Weight::from_parts(53_064_676, 83866)
- // Standard Error: 54_158
- .saturating_add(Weight::from_parts(27_995_687, 0).saturating_mul(r.into()))
+ // Minimum execution time: 45_893_000 picoseconds.
+ Weight::from_parts(51_756_936, 83866)
+ // Standard Error: 64_045
+ .saturating_add(Weight::from_parts(26_217_935, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(6_u64))
@@ -167,10 +167,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `1340 + r * (248 ±0)`
// Estimated: `83866 + r * (3387 ±0)`
- // Minimum execution time: 21_530_000 picoseconds.
- Weight::from_parts(21_530_000, 83866)
- // Standard Error: 63_929
- .saturating_add(Weight::from_parts(28_161_734, 0).saturating_mul(r.into()))
+ // Minimum execution time: 21_375_000 picoseconds.
+ Weight::from_parts(20_516_227, 83866)
+ // Standard Error: 60_345
+ .saturating_add(Weight::from_parts(26_273_901, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(4_u64))
@@ -189,8 +189,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `1130`
// Estimated: `4752`
- // Minimum execution time: 55_170_000 picoseconds.
- Weight::from_parts(55_915_000, 4752)
+ // Minimum execution time: 55_717_000 picoseconds.
+ Weight::from_parts(57_119_000, 4752)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
diff --git a/runtime/moonbase/src/weights/pallet_crowdloan_rewards.rs b/runtime/moonbase/src/weights/pallet_crowdloan_rewards.rs
index e8f857d49c6..6287971e217 100644
--- a/runtime/moonbase/src/weights/pallet_crowdloan_rewards.rs
+++ b/runtime/moonbase/src/weights/pallet_crowdloan_rewards.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_crowdloan_rewards`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -67,8 +67,8 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `939`
// Estimated: `6172`
- // Minimum execution time: 75_127_000 picoseconds.
- Weight::from_parts(76_615_000, 6172)
+ // Minimum execution time: 68_123_000 picoseconds.
+ Weight::from_parts(69_974_000, 6172)
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -78,8 +78,8 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `435`
// Estimated: `6375`
- // Minimum execution time: 21_777_000 picoseconds.
- Weight::from_parts(22_669_000, 6375)
+ // Minimum execution time: 20_702_000 picoseconds.
+ Weight::from_parts(21_859_000, 6375)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -95,8 +95,8 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `931`
// Estimated: `6172`
- // Minimum execution time: 123_463_000 picoseconds.
- Weight::from_parts(125_501_000, 6172)
+ // Minimum execution time: 116_230_000 picoseconds.
+ Weight::from_parts(118_682_000, 6172)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -107,10 +107,10 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `404 + x * (32 ±0)`
// Estimated: `6344 + x * (32 ±0)`
- // Minimum execution time: 63_811_000 picoseconds.
- Weight::from_parts(64_554_000, 6344)
- // Standard Error: 6_303
- .saturating_add(Weight::from_parts(38_614_935, 0).saturating_mul(x.into()))
+ // Minimum execution time: 65_871_000 picoseconds.
+ Weight::from_parts(66_697_000, 6344)
+ // Standard Error: 7_726
+ .saturating_add(Weight::from_parts(42_618_707, 0).saturating_mul(x.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(x.into()))
diff --git a/runtime/moonbase/src/weights/pallet_evm.rs b/runtime/moonbase/src/weights/pallet_evm.rs
index ea4574b5827..b2ab27287a6 100644
--- a/runtime/moonbase/src/weights/pallet_evm.rs
+++ b/runtime/moonbase/src/weights/pallet_evm.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_evm`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -55,7 +55,7 @@ impl pallet_evm::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_004_000 picoseconds.
- Weight::from_parts(2_170_000, 0)
+ // Minimum execution time: 2_000_000 picoseconds.
+ Weight::from_parts(2_082_000, 0)
}
}
diff --git a/runtime/moonbase/src/weights/pallet_identity.rs b/runtime/moonbase/src/weights/pallet_identity.rs
index 646d8358db8..4989900ffcf 100644
--- a/runtime/moonbase/src/weights/pallet_identity.rs
+++ b/runtime/moonbase/src/weights/pallet_identity.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_identity`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -58,10 +58,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `32 + r * (45 ±0)`
// Estimated: `2386`
- // Minimum execution time: 9_356_000 picoseconds.
- Weight::from_parts(10_041_257, 2386)
- // Standard Error: 1_737
- .saturating_add(Weight::from_parts(130_189, 0).saturating_mul(r.into()))
+ // Minimum execution time: 9_020_000 picoseconds.
+ Weight::from_parts(9_736_115, 2386)
+ // Standard Error: 1_640
+ .saturating_add(Weight::from_parts(109_229, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `6965 + r * (5 ±0)`
// Estimated: `10991`
- // Minimum execution time: 135_152_000 picoseconds.
- Weight::from_parts(137_718_224, 10991)
- // Standard Error: 8_609
- .saturating_add(Weight::from_parts(181_222, 0).saturating_mul(r.into()))
+ // Minimum execution time: 115_867_000 picoseconds.
+ Weight::from_parts(117_511_735, 10991)
+ // Standard Error: 17_460
+ .saturating_add(Weight::from_parts(513_568, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -90,10 +90,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `89`
// Estimated: `10991 + s * (2565 ±0)`
- // Minimum execution time: 13_734_000 picoseconds.
- Weight::from_parts(28_185_576, 10991)
- // Standard Error: 6_712
- .saturating_add(Weight::from_parts(4_000_494, 0).saturating_mul(s.into()))
+ // Minimum execution time: 12_955_000 picoseconds.
+ Weight::from_parts(26_442_885, 10991)
+ // Standard Error: 7_600
+ .saturating_add(Weight::from_parts(3_525_617, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
@@ -111,10 +111,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `169 + p * (20 ±0)`
// Estimated: `10991`
- // Minimum execution time: 13_576_000 picoseconds.
- Weight::from_parts(29_933_798, 10991)
- // Standard Error: 5_079
- .saturating_add(Weight::from_parts(1_463_753, 0).saturating_mul(p.into()))
+ // Minimum execution time: 12_820_000 picoseconds.
+ Weight::from_parts(28_130_043, 10991)
+ // Standard Error: 5_053
+ .saturating_add(Weight::from_parts(1_327_301, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
@@ -131,12 +131,12 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `7045 + r * (5 ±0) + s * (20 ±0)`
// Estimated: `10991`
- // Minimum execution time: 65_513_000 picoseconds.
- Weight::from_parts(66_589_686, 10991)
- // Standard Error: 19_227
- .saturating_add(Weight::from_parts(170_257, 0).saturating_mul(r.into()))
- // Standard Error: 3_751
- .saturating_add(Weight::from_parts(1_459_177, 0).saturating_mul(s.into()))
+ // Minimum execution time: 60_098_000 picoseconds.
+ Weight::from_parts(62_032_760, 10991)
+ // Standard Error: 29_467
+ .saturating_add(Weight::from_parts(256_663, 0).saturating_mul(r.into()))
+ // Standard Error: 5_749
+ .saturating_add(Weight::from_parts(1_323_249, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
@@ -150,10 +150,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `6955 + r * (45 ±0)`
// Estimated: `10991`
- // Minimum execution time: 94_352_000 picoseconds.
- Weight::from_parts(96_632_342, 10991)
- // Standard Error: 11_172
- .saturating_add(Weight::from_parts(118_814, 0).saturating_mul(r.into()))
+ // Minimum execution time: 82_008_000 picoseconds.
+ Weight::from_parts(83_356_242, 10991)
+ // Standard Error: 7_514
+ .saturating_add(Weight::from_parts(220_955, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -164,10 +164,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `6986`
// Estimated: `10991`
- // Minimum execution time: 92_760_000 picoseconds.
- Weight::from_parts(94_548_431, 10991)
- // Standard Error: 4_261
- .saturating_add(Weight::from_parts(96_715, 0).saturating_mul(r.into()))
+ // Minimum execution time: 79_861_000 picoseconds.
+ Weight::from_parts(81_461_530, 10991)
+ // Standard Error: 3_370
+ .saturating_add(Weight::from_parts(158_564, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -178,10 +178,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `77 + r * (45 ±0)`
// Estimated: `2386`
- // Minimum execution time: 6_715_000 picoseconds.
- Weight::from_parts(7_107_436, 2386)
- // Standard Error: 1_276
- .saturating_add(Weight::from_parts(89_408, 0).saturating_mul(r.into()))
+ // Minimum execution time: 6_412_000 picoseconds.
+ Weight::from_parts(6_874_854, 2386)
+ // Standard Error: 985
+ .saturating_add(Weight::from_parts(77_144, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `77 + r * (45 ±0)`
// Estimated: `2386`
- // Minimum execution time: 6_643_000 picoseconds.
- Weight::from_parts(7_199_222, 2386)
- // Standard Error: 1_312
- .saturating_add(Weight::from_parts(82_131, 0).saturating_mul(r.into()))
+ // Minimum execution time: 6_394_000 picoseconds.
+ Weight::from_parts(6_794_813, 2386)
+ // Standard Error: 1_189
+ .saturating_add(Weight::from_parts(84_381, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -206,10 +206,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `77 + r * (45 ±0)`
// Estimated: `2386`
- // Minimum execution time: 6_711_000 picoseconds.
- Weight::from_parts(7_181_864, 2386)
- // Standard Error: 1_186
- .saturating_add(Weight::from_parts(80_973, 0).saturating_mul(r.into()))
+ // Minimum execution time: 6_362_000 picoseconds.
+ Weight::from_parts(6_850_227, 2386)
+ // Standard Error: 1_077
+ .saturating_add(Weight::from_parts(71_936, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `7021 + r * (45 ±0)`
// Estimated: `10991`
- // Minimum execution time: 119_787_000 picoseconds.
- Weight::from_parts(122_413_938, 10991)
- // Standard Error: 5_620
- .saturating_add(Weight::from_parts(74_649, 0).saturating_mul(r.into()))
+ // Minimum execution time: 102_428_000 picoseconds.
+ Weight::from_parts(103_920_743, 10991)
+ // Standard Error: 4_451
+ .saturating_add(Weight::from_parts(166_162, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -243,12 +243,12 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `7368 + r * (5 ±0) + s * (20 ±0)`
// Estimated: `10991`
- // Minimum execution time: 87_167_000 picoseconds.
- Weight::from_parts(86_780_065, 10991)
- // Standard Error: 22_233
- .saturating_add(Weight::from_parts(295_874, 0).saturating_mul(r.into()))
- // Standard Error: 4_338
- .saturating_add(Weight::from_parts(1_479_291, 0).saturating_mul(s.into()))
+ // Minimum execution time: 83_226_000 picoseconds.
+ Weight::from_parts(79_711_171, 10991)
+ // Standard Error: 24_805
+ .saturating_add(Weight::from_parts(576_573, 0).saturating_mul(r.into()))
+ // Standard Error: 4_839
+ .saturating_add(Weight::from_parts(1_373_503, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
@@ -264,10 +264,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `536 + s * (23 ±0)`
// Estimated: `10991`
- // Minimum execution time: 31_121_000 picoseconds.
- Weight::from_parts(38_377_883, 10991)
- // Standard Error: 2_064
- .saturating_add(Weight::from_parts(93_618, 0).saturating_mul(s.into()))
+ // Minimum execution time: 29_251_000 picoseconds.
+ Weight::from_parts(36_237_049, 10991)
+ // Standard Error: 2_008
+ .saturating_add(Weight::from_parts(105_234, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -280,10 +280,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `615 + s * (4 ±0)`
// Estimated: `10991`
- // Minimum execution time: 17_424_000 picoseconds.
- Weight::from_parts(22_580_055, 10991)
- // Standard Error: 1_454
- .saturating_add(Weight::from_parts(66_457, 0).saturating_mul(s.into()))
+ // Minimum execution time: 16_765_000 picoseconds.
+ Weight::from_parts(21_914_276, 10991)
+ // Standard Error: 1_440
+ .saturating_add(Weight::from_parts(67_944, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -298,10 +298,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `647 + s * (24 ±0)`
// Estimated: `10991`
- // Minimum execution time: 36_973_000 picoseconds.
- Weight::from_parts(41_075_424, 10991)
- // Standard Error: 1_234
- .saturating_add(Weight::from_parts(95_437, 0).saturating_mul(s.into()))
+ // Minimum execution time: 35_475_000 picoseconds.
+ Weight::from_parts(39_360_176, 10991)
+ // Standard Error: 1_220
+ .saturating_add(Weight::from_parts(97_975, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -316,10 +316,10 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `620 + s * (24 ±0)`
// Estimated: `5511`
- // Minimum execution time: 24_084_000 picoseconds.
- Weight::from_parts(28_708_390, 5511)
- // Standard Error: 1_203
- .saturating_add(Weight::from_parts(83_906, 0).saturating_mul(s.into()))
+ // Minimum execution time: 23_054_000 picoseconds.
+ Weight::from_parts(27_547_648, 5511)
+ // Standard Error: 1_089
+ .saturating_add(Weight::from_parts(88_269, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -329,8 +329,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 6_795_000 picoseconds.
- Weight::from_parts(7_221_000, 0)
+ // Minimum execution time: 6_522_000 picoseconds.
+ Weight::from_parts(6_868_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: `Identity::AuthorityOf` (r:1 w:1)
@@ -339,8 +339,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `65`
// Estimated: `3505`
- // Minimum execution time: 9_882_000 picoseconds.
- Weight::from_parts(10_305_000, 3505)
+ // Minimum execution time: 9_445_000 picoseconds.
+ Weight::from_parts(9_842_000, 3505)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -359,8 +359,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `364`
// Estimated: `3581`
- // Minimum execution time: 70_095_000 picoseconds.
- Weight::from_parts(92_211_173, 3581)
+ // Minimum execution time: 68_856_000 picoseconds.
+ Weight::from_parts(91_260_097, 3581)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -374,8 +374,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `102`
// Estimated: `3555`
- // Minimum execution time: 20_777_000 picoseconds.
- Weight::from_parts(21_506_000, 3555)
+ // Minimum execution time: 20_423_000 picoseconds.
+ Weight::from_parts(20_823_000, 3555)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -390,8 +390,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `480`
// Estimated: `3581`
- // Minimum execution time: 13_558_000 picoseconds.
- Weight::from_parts(42_787_251, 3581)
+ // Minimum execution time: 15_141_000 picoseconds.
+ Weight::from_parts(46_048_159, 3581)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -403,8 +403,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `158`
// Estimated: `3551`
- // Minimum execution time: 13_099_000 picoseconds.
- Weight::from_parts(13_819_000, 3551)
+ // Minimum execution time: 12_749_000 picoseconds.
+ Weight::from_parts(13_386_000, 3551)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -418,8 +418,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `210`
// Estimated: `3551`
- // Minimum execution time: 18_253_000 picoseconds.
- Weight::from_parts(19_165_000, 3551)
+ // Minimum execution time: 17_949_000 picoseconds.
+ Weight::from_parts(18_810_000, 3551)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -435,8 +435,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `273`
// Estimated: `3551`
- // Minimum execution time: 23_100_000 picoseconds.
- Weight::from_parts(24_075_000, 3551)
+ // Minimum execution time: 22_081_000 picoseconds.
+ Weight::from_parts(22_994_000, 3551)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -455,8 +455,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `757`
// Estimated: `6172`
- // Minimum execution time: 20_030_000 picoseconds.
- Weight::from_parts(60_853_902, 6172)
+ // Minimum execution time: 19_532_000 picoseconds.
+ Weight::from_parts(58_577_957, 6172)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -468,8 +468,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `134`
// Estimated: `6074`
- // Minimum execution time: 8_900_000 picoseconds.
- Weight::from_parts(9_154_000, 6074)
+ // Minimum execution time: 8_334_000 picoseconds.
+ Weight::from_parts(8_899_000, 6074)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -481,8 +481,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `147`
// Estimated: `6087`
- // Minimum execution time: 8_850_000 picoseconds.
- Weight::from_parts(9_209_000, 6087)
+ // Minimum execution time: 8_518_000 picoseconds.
+ Weight::from_parts(8_975_000, 6087)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -494,8 +494,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `7050`
// Estimated: `20992`
- // Minimum execution time: 75_402_000 picoseconds.
- Weight::from_parts(76_183_000, 20992)
+ // Minimum execution time: 63_272_000 picoseconds.
+ Weight::from_parts(64_038_000, 20992)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -505,8 +505,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `188`
// Estimated: `6120`
- // Minimum execution time: 7_916_000 picoseconds.
- Weight::from_parts(8_400_000, 6120)
+ // Minimum execution time: 7_816_000 picoseconds.
+ Weight::from_parts(8_071_000, 6120)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -518,8 +518,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `261`
// Estimated: `6020`
- // Minimum execution time: 11_266_000 picoseconds.
- Weight::from_parts(11_970_000, 6020)
+ // Minimum execution time: 11_028_000 picoseconds.
+ Weight::from_parts(11_790_000, 6020)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -531,8 +531,8 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `265`
// Estimated: `6112`
- // Minimum execution time: 10_680_000 picoseconds.
- Weight::from_parts(11_107_000, 6112)
+ // Minimum execution time: 10_197_000 picoseconds.
+ Weight::from_parts(10_557_000, 6112)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
diff --git a/runtime/moonbase/src/weights/pallet_message_queue.rs b/runtime/moonbase/src/weights/pallet_message_queue.rs
index 37a18e110c3..b7d1a871d18 100644
--- a/runtime/moonbase/src/weights/pallet_message_queue.rs
+++ b/runtime/moonbase/src/weights/pallet_message_queue.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_message_queue`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -59,8 +59,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `223`
// Estimated: `6044`
- // Minimum execution time: 13_421_000 picoseconds.
- Weight::from_parts(14_008_000, 6044)
+ // Minimum execution time: 12_715_000 picoseconds.
+ Weight::from_parts(13_201_000, 6044)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -72,8 +72,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `218`
// Estimated: `6044`
- // Minimum execution time: 11_986_000 picoseconds.
- Weight::from_parts(12_451_000, 6044)
+ // Minimum execution time: 11_456_000 picoseconds.
+ Weight::from_parts(12_243_000, 6044)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -87,8 +87,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `190`
// Estimated: `3517`
- // Minimum execution time: 8_735_000 picoseconds.
- Weight::from_parts(9_070_000, 3517)
+ // Minimum execution time: 8_337_000 picoseconds.
+ Weight::from_parts(8_661_000, 3517)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -98,8 +98,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `72`
// Estimated: `108986`
- // Minimum execution time: 6_611_000 picoseconds.
- Weight::from_parts(6_925_000, 108986)
+ // Minimum execution time: 6_398_000 picoseconds.
+ Weight::from_parts(6_612_000, 108986)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -109,8 +109,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `72`
// Estimated: `108986`
- // Minimum execution time: 6_928_000 picoseconds.
- Weight::from_parts(7_094_000, 108986)
+ // Minimum execution time: 6_297_000 picoseconds.
+ Weight::from_parts(6_724_000, 108986)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -122,8 +122,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 252_512_000 picoseconds.
- Weight::from_parts(257_497_000, 0)
+ // Minimum execution time: 266_767_000 picoseconds.
+ Weight::from_parts(273_968_000, 0)
.saturating_add(T::DbWeight::get().writes(2_u64))
}
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
@@ -134,8 +134,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `171`
// Estimated: `3517`
- // Minimum execution time: 7_625_000 picoseconds.
- Weight::from_parts(7_815_000, 3517)
+ // Minimum execution time: 7_523_000 picoseconds.
+ Weight::from_parts(7_800_000, 3517)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -147,8 +147,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `161`
// Estimated: `3517`
- // Minimum execution time: 6_097_000 picoseconds.
- Weight::from_parts(6_566_000, 3517)
+ // Minimum execution time: 6_038_000 picoseconds.
+ Weight::from_parts(6_226_000, 3517)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -160,8 +160,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `105609`
// Estimated: `108986`
- // Minimum execution time: 83_532_000 picoseconds.
- Weight::from_parts(86_563_000, 108986)
+ // Minimum execution time: 95_951_000 picoseconds.
+ Weight::from_parts(99_045_000, 108986)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -177,8 +177,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `105793`
// Estimated: `108986`
- // Minimum execution time: 171_920_000 picoseconds.
- Weight::from_parts(175_711_000, 108986)
+ // Minimum execution time: 171_220_000 picoseconds.
+ Weight::from_parts(175_975_000, 108986)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -194,8 +194,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `105793`
// Estimated: `108986`
- // Minimum execution time: 216_520_000 picoseconds.
- Weight::from_parts(223_069_000, 108986)
+ // Minimum execution time: 245_178_000 picoseconds.
+ Weight::from_parts(252_889_000, 108986)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
diff --git a/runtime/moonbase/src/weights/pallet_migrations.rs b/runtime/moonbase/src/weights/pallet_migrations.rs
index 6de5e50d783..2164ae602ef 100644
--- a/runtime/moonbase/src/weights/pallet_migrations.rs
+++ b/runtime/moonbase/src/weights/pallet_migrations.rs
@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_migrations`
//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
-//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.0.0
+//! DATE: 2026-03-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
+//! HOSTNAME: `ip-10-0-0-198`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -59,8 +59,8 @@ impl pallet_migrations::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `133`
// Estimated: `67035`
- // Minimum execution time: 7_469_000 picoseconds.
- Weight::from_parts(7_905_000, 67035)
+ // Minimum execution time: 7_749_000 picoseconds.
+ Weight::from_parts(8_046_000, 67035)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -70,8 +70,8 @@ impl pallet_migrations::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `67035`
- // Minimum execution time: 1_834_000 picoseconds.
- Weight::from_parts(1_937_000, 67035)
+ // Minimum execution time: 1_778_000 picoseconds.
+ Weight::from_parts(1_918_000, 67035)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0)
@@ -82,8 +82,8 @@ impl pallet_migrations::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `129`
// Estimated: `3594`
- // Minimum execution time: 5_898_000 picoseconds.
- Weight::from_parts(6_254_000, 3594)
+ // Minimum execution time: 6_099_000 picoseconds.
+ Weight::from_parts(6_279_000, 3594)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -95,8 +95,8 @@ impl pallet_migrations::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `187`
// Estimated: `3731`
- // Minimum execution time: 10_805_000 picoseconds.
- Weight::from_parts(11_230_000, 3731)
+ // Minimum execution time: 10_950_000 picoseconds.
+ Weight::from_parts(11_235_000, 3731)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
/// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0)
@@ -107,8 +107,8 @@ impl pallet_migrations::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `133`
// Estimated: `3731`
- // Minimum execution time: 10_432_000 picoseconds.
- Weight::from_parts(10_717_000, 3731)
+ // Minimum execution time: 10_138_000 picoseconds.
+ Weight::from_parts(10_676_000, 3731)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
/// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0)
@@ -119,8 +119,8 @@ impl pallet_migrations::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `133`
// Estimated: `3731`
- // Minimum execution time: 12_051_000 picoseconds.
- Weight::from_parts(12_490_000, 3731)
+ // Minimum execution time: 11_928_000 picoseconds.
+ Weight::from_parts(12_418_000, 3731)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -138,8 +138,8 @@ impl