From bd1a22a7027d733118a13f3a8c1e299e0d2973a7 Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Fri, 17 Jan 2025 16:59:45 +0100 Subject: [PATCH] update polkavm to 0.19 (#167) paritytech/polkadot-sdk#7203 companion: - Update the polkavm dependency to the latest version. - Update the polkadot-sdk to the latest version. Signed-off-by: xermicus --- Cargo.lock | 896 ++++++++++++++++------------ Cargo.toml | 10 +- crates/runner/fixtures/Baseline.pvm | Bin 762 -> 762 bytes crates/runner/src/lib.rs | 6 +- crates/runner/src/specs.rs | 4 - 5 files changed, 508 insertions(+), 408 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dbc519..89d95cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -942,7 +942,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1096,7 +1096,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "hash-db", "log", @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1287,13 +1287,13 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1303,13 +1303,13 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1320,26 +1320,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-messages", "bp-runtime", @@ -1350,13 +1350,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-messages", @@ -1368,13 +1368,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -1389,7 +1389,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", "trie-db", ] @@ -1397,7 +1397,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1410,14 +1410,14 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-messages", "bp-runtime", @@ -1427,14 +1427,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1456,14 +1456,14 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", ] [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1497,7 +1497,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1506,7 +1506,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-messages", @@ -1528,7 +1528,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", "sp-weights", "staging-xcm", @@ -1652,9 +1652,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.9" +version = "1.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" +checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" dependencies = [ "jobserver", "libc", @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2147,7 +2147,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2164,7 +2164,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2183,12 +2183,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", "sp-version", "staging-xcm", @@ -2199,7 +2199,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2210,7 +2210,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -2223,7 +2223,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derivative", @@ -2257,7 +2257,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2272,7 +2272,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2297,7 +2297,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -2312,7 +2312,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2321,7 +2321,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2337,7 +2337,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2351,17 +2351,17 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2378,7 +2378,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2388,7 +2388,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2405,7 +2405,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2923,18 +2923,18 @@ dependencies = [ [[package]] name = "enumflags2" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" +checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" +checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79" dependencies = [ "proc-macro2", "quote", @@ -3246,7 +3246,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-support-procedural", @@ -3262,15 +3262,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "static_assertions", ] [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -3298,7 +3298,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3309,7 +3309,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3325,7 +3325,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "aquamarine", "frame-support", @@ -3337,7 +3337,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] @@ -3366,7 +3366,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "array-bytes", "const-hex", @@ -3382,7 +3382,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "aquamarine", "array-bytes", @@ -3406,7 +3406,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3414,8 +3414,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", "sp-weights", "static_assertions", @@ -3425,7 +3425,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "Inflector", "cfg-expr", @@ -3438,14 +3438,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "syn 2.0.96", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3457,7 +3457,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "proc-macro2", "quote", @@ -3467,7 +3467,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cfg-if", "docify", @@ -3486,7 +3486,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -3500,7 +3500,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "parity-scale-codec", @@ -3510,7 +3510,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "parity-scale-codec", @@ -5094,7 +5094,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5105,7 +5105,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-io", "sp-runtime", ] @@ -5113,7 +5113,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5131,7 +5131,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5149,7 +5149,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5175,10 +5175,28 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "pallet-asset-rewards" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", +] + [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5195,7 +5213,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5211,7 +5229,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5226,7 +5244,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5236,7 +5254,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -5252,7 +5270,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -5267,7 +5285,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -5280,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5303,7 +5321,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "aquamarine", "docify", @@ -5318,13 +5336,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -5339,7 +5357,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -5358,7 +5376,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5383,7 +5401,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5400,7 +5418,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5413,13 +5431,13 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-messages", @@ -5431,14 +5449,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5452,13 +5470,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-header-chain", "bp-messages", @@ -5476,13 +5494,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bitvec", "frame-benchmarking", @@ -5500,7 +5518,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5518,7 +5536,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5537,7 +5555,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -5554,7 +5572,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5568,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bitflags 1.3.2", "environmental", @@ -5599,7 +5617,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -5624,7 +5642,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -5634,7 +5652,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "proc-macro2", "quote", @@ -5644,7 +5662,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -5655,7 +5673,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5671,7 +5689,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5689,7 +5707,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -5704,7 +5722,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5721,7 +5739,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -5736,7 +5754,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5758,7 +5776,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5771,7 +5789,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5789,7 +5807,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -5807,7 +5825,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "blake2", "frame-benchmarking", @@ -5825,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5847,7 +5865,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5863,7 +5881,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5882,7 +5900,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5898,7 +5916,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -5911,7 +5929,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5924,7 +5942,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5940,7 +5958,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "environmental", "frame-benchmarking", @@ -5959,7 +5977,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cfg-if", "docify", @@ -5977,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "log", "parity-scale-codec", @@ -5991,7 +6009,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6008,7 +6026,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "log", "parity-scale-codec", @@ -6019,7 +6037,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6035,7 +6053,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6052,7 +6070,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "pallet-nfts", "parity-scale-codec", @@ -6062,7 +6080,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6077,7 +6095,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "log", "parity-scale-codec", @@ -6088,7 +6106,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6100,13 +6118,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6119,14 +6137,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6136,7 +6154,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6152,7 +6170,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6175,7 +6193,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -6192,7 +6210,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -6209,7 +6227,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6225,7 +6243,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -6235,7 +6253,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6253,7 +6271,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6267,7 +6285,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6284,7 +6302,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6300,7 +6318,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "derive_more 0.99.18", "environmental", @@ -6317,7 +6335,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "paste", - "polkavm", + "polkavm 0.19.0", "rlp 0.6.1", "scale-info", "serde", @@ -6334,10 +6352,10 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "anyhow", - "polkavm-linker", + "polkavm-linker 0.19.0", "sp-core", "sp-io", "toml 0.8.19", @@ -6346,7 +6364,7 @@ dependencies = [ [[package]] name = "pallet-revive-mock-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6365,7 +6383,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6375,7 +6393,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "proc-macro2", "quote", @@ -6385,20 +6403,20 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.19.0", "scale-info", ] [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6413,7 +6431,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6427,7 +6445,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -6445,7 +6463,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "log", "pallet-ranked-collective", @@ -6457,7 +6475,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -6474,7 +6492,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6487,7 +6505,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6508,7 +6526,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6524,7 +6542,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6536,7 +6554,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6553,7 +6571,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6574,7 +6592,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "log", "sp-arithmetic", @@ -6583,7 +6601,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "sp-api", @@ -6593,7 +6611,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6609,7 +6627,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -6626,7 +6644,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -6641,7 +6659,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -6653,14 +6671,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6678,7 +6696,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6694,7 +6712,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6706,7 +6724,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6725,7 +6743,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -6744,7 +6762,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -6761,7 +6779,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6775,7 +6793,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6790,7 +6808,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6806,7 +6824,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6820,7 +6838,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6834,7 +6852,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -6857,7 +6875,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6875,7 +6893,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-messages", "bp-runtime", @@ -6888,7 +6906,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6897,7 +6915,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -6908,7 +6926,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-builder", ] @@ -6916,7 +6934,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -6946,7 +6964,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -6967,7 +6985,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -7170,7 +7188,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -7181,7 +7199,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bounded-collections", "derive_more 0.99.18", @@ -7197,7 +7215,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bitvec", "hex-literal", @@ -7218,14 +7236,14 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "thiserror 1.0.69", ] [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bitvec", "frame-benchmarking", @@ -7275,19 +7293,19 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bs58", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -7327,7 +7345,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-executor", ] @@ -7335,7 +7353,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "asset-test-utils", "assets-common", @@ -7389,6 +7407,7 @@ dependencies = [ "pallet-asset-conversion-ops", "pallet-asset-conversion-tx-payment", "pallet-asset-rate", + "pallet-asset-rewards", "pallet-asset-tx-payment", "pallet-assets", "pallet-assets-freezer", @@ -7527,11 +7546,11 @@ dependencies = [ "sp-consensus-slots", "sp-core", "sp-core-hashing", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -7543,22 +7562,22 @@ dependencies = [ "sp-npos-elections", "sp-offchain", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-session", "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", "sp-version", "sp-version-proc-macro", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-weights", "staging-parachain-info", "staging-xcm", @@ -7581,7 +7600,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "frame-benchmarking", @@ -7607,7 +7626,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-transaction-pool", "sp-version", ] @@ -7620,9 +7639,22 @@ checksum = "dd044ab1d3b11567ab6b98ca71259a992b4034220d5972988a0e96518e5d343d" dependencies = [ "libc", "log", - "polkavm-assembler", - "polkavm-common", - "polkavm-linux-raw", + "polkavm-assembler 0.18.0", + "polkavm-common 0.18.0", + "polkavm-linux-raw 0.18.0", +] + +[[package]] +name = "polkavm" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8379bb48ff026aa8ae0645ea45f27920bfd21c82b2e82ed914224bb233d59f83" +dependencies = [ + "libc", + "log", + "polkavm-assembler 0.19.0", + "polkavm-common 0.19.0", + "polkavm-linux-raw 0.19.0", ] [[package]] @@ -7634,6 +7666,15 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-assembler" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57513b596cf0bafb052dab48e9c168f473c35f7522e17f70cc9f96603012d9b7" +dependencies = [ + "log", +] + [[package]] name = "polkavm-common" version = "0.18.0" @@ -7641,7 +7682,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31ff33982a807d8567645d4784b9b5d7ab87bcb494f534a57cadd9012688e102" dependencies = [ "log", - "polkavm-assembler", + "polkavm-assembler 0.18.0", +] + +[[package]] +name = "polkavm-common" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a972bd305ba8cbf0de79951d6d49d2abfad47c277596be5a2c6a0924a163abbd" +dependencies = [ + "log", + "polkavm-assembler 0.19.0", ] [[package]] @@ -7650,7 +7701,16 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2eb703f3b6404c13228402e98a5eae063fd16b8f58afe334073ec105ee4117e" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.18.0", +] + +[[package]] +name = "polkavm-derive" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8d866972a7532d82d05c26b4516563660dd6676d7ab9e64e681d8ef0e29255c" +dependencies = [ + "polkavm-derive-impl-macro 0.19.0", ] [[package]] @@ -7659,7 +7719,19 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f2116a92e6e96220a398930f4c8a6cda1264206f3e2034fc9982bfd93f261f7" dependencies = [ - "polkavm-common", + "polkavm-common 0.18.0", + "proc-macro2", + "quote", + "syn 2.0.96", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cffca9d51b21153395a192b65698457687bc51daa41026629895542ccaa65c2" +dependencies = [ + "polkavm-common 0.19.0", "proc-macro2", "quote", "syn 2.0.96", @@ -7671,21 +7743,31 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c16669ddc7433e34c1007d31080b80901e3e8e523cb9d4b441c3910cf9294b" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.18.1", + "syn 2.0.96", +] + +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc0dc0cf2e8f4d30874131eccfa36bdabd4a52cfb79c15f8630508abaf06a2a6" +dependencies = [ + "polkavm-derive-impl 0.19.0", "syn 2.0.96", ] [[package]] name = "polkavm-disassembler" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b40feca4d7650cac783f9ff9c96d09bd4fb109b9e3367dab81102abf910712f" +checksum = "ca6b318903736fd86a41eadd9381c1572b30b21304f96d3e98485cd41359f900" dependencies = [ "clap", "iced-x86", - "polkavm", - "polkavm-common", - "polkavm-linker", + "polkavm 0.19.0", + "polkavm-common 0.19.0", + "polkavm-linker 0.19.0", ] [[package]] @@ -7699,7 +7781,23 @@ dependencies = [ "hashbrown 0.14.5", "log", "object 0.36.7", - "polkavm-common", + "polkavm-common 0.18.0", + "regalloc2 0.9.3", + "rustc-demangle", +] + +[[package]] +name = "polkavm-linker" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "caec2308f1328b5a667da45322c04fad7ff97ad8b36817d18c7635ea4dd6c6f4" +dependencies = [ + "dirs", + "gimli 0.31.1", + "hashbrown 0.14.5", + "log", + "object 0.36.7", + "polkavm-common 0.19.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -7710,6 +7808,12 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23eff02c070c70f31878a3d915e88a914ecf3e153741e2fb572dde28cce20fde" +[[package]] +name = "polkavm-linux-raw" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "136ae072ab6fa38e584a06d12b1b216cff19f54d5cd202a8f8c5ec2e92e7e4bb" + [[package]] name = "poly1305" version = "0.8.0" @@ -8225,7 +8329,7 @@ dependencies = [ "anyhow", "libc", "lld-sys", - "polkavm-linker", + "polkavm-linker 0.19.0", "revive-builtins", "tempfile", ] @@ -8261,7 +8365,7 @@ dependencies = [ "itertools 0.14.0", "md5", "num", - "polkavm-common", + "polkavm-common 0.19.0", "polkavm-disassembler", "revive-common", "revive-linker", @@ -8391,7 +8495,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "polkadot-primitives", @@ -8592,18 +8696,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "thiserror 1.0.69", ] [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "parking_lot", @@ -8613,25 +8717,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ - "polkavm", + "polkavm 0.18.0", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "thiserror 1.0.69", "wasm-instrument", ] @@ -8639,18 +8743,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "log", - "polkavm", + "polkavm 0.18.0", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "anyhow", "cfg-if", @@ -8660,8 +8764,8 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "wasmtime", ] @@ -9200,7 +9304,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "enumn", "parity-scale-codec", @@ -9227,7 +9331,7 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "byte-slice-cast", "frame-support", @@ -9241,7 +9345,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "ssz_rs", "ssz_rs_derive", ] @@ -9249,7 +9353,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "ethabi-decode", "frame-support", @@ -9264,7 +9368,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-builder", ] @@ -9272,7 +9376,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "ethabi-decode", "ethbloom", @@ -9286,7 +9390,7 @@ dependencies = [ "serde-big-array", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] @@ -9307,7 +9411,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -9318,20 +9422,20 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "parity-scale-codec", "snowbridge-core", "snowbridge-outbound-queue-merkle-tree", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "snowbridge-pallet-ethereum-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -9348,26 +9452,26 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "static_assertions", ] [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "snowbridge-pallet-inbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "alloy-core", "frame-benchmarking", @@ -9385,7 +9489,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-executor", ] @@ -9393,19 +9497,19 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "snowbridge-pallet-outbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -9421,13 +9525,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "snowbridge-pallet-system" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-benchmarking", "frame-support", @@ -9439,7 +9543,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-executor", ] @@ -9447,7 +9551,7 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "hex-literal", @@ -9458,7 +9562,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-executor", ] @@ -9466,14 +9570,14 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "log", "parity-scale-codec", "snowbridge-core", "sp-arithmetic", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -9482,7 +9586,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -9513,12 +9617,12 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "snowbridge-core", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", ] @@ -9535,7 +9639,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "hash-db", @@ -9544,10 +9648,10 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-state-machine", "sp-trie", "sp-version", @@ -9557,7 +9661,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "Inflector", "blake2", @@ -9571,7 +9675,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -9583,7 +9687,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "docify", "integer-sqrt", @@ -9615,7 +9719,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -9627,7 +9731,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "sp-api", "sp-inherents", @@ -9637,7 +9741,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "async-trait", "parity-scale-codec", @@ -9653,7 +9757,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "async-trait", "parity-scale-codec", @@ -9671,7 +9775,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -9679,7 +9783,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -9691,7 +9795,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "finality-grandpa", "log", @@ -9708,7 +9812,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "sp-api", @@ -9719,7 +9823,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -9730,7 +9834,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -9760,12 +9864,12 @@ dependencies = [ "secp256k1 0.28.2", "secrecy 0.8.0", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "ss58-registry", "substrate-bip39", "thiserror 1.0.69", @@ -9777,15 +9881,15 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -9799,13 +9903,13 @@ dependencies = [ "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -9839,7 +9943,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "blake2b_simd", "byteorder", @@ -9852,17 +9956,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "syn 2.0.96", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "proc-macro2", "quote", @@ -9872,7 +9976,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "proc-macro2", "quote", @@ -9882,17 +9986,17 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "environmental", "parity-scale-codec", @@ -9902,7 +10006,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -9914,7 +10018,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9927,7 +10031,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bytes", "docify", @@ -9935,16 +10039,16 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.18.0", "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", "tracing", "tracing-core", @@ -9953,7 +10057,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "sp-core", "sp-runtime", @@ -9963,18 +10067,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "parking_lot", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -9983,7 +10087,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-metadata 18.0.0", "parity-scale-codec", @@ -9993,7 +10097,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -10004,7 +10108,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "log", "parity-scale-codec", @@ -10013,7 +10117,7 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-runtime", "thiserror 1.0.69", ] @@ -10021,7 +10125,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -10034,7 +10138,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "sp-api", "sp-core", @@ -10044,7 +10148,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "backtrace", "regex", @@ -10053,7 +10157,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "binary-merkle-tree", "docify", @@ -10072,7 +10176,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-trie", "sp-weights", "tracing", @@ -10082,31 +10186,31 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.18.0", "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.18.0", "primitive-types 0.13.1", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -10120,7 +10224,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "Inflector", "expander", @@ -10133,7 +10237,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "Inflector", "expander", @@ -10146,7 +10250,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "scale-info", @@ -10160,7 +10264,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10173,7 +10277,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "hash-db", "log", @@ -10182,7 +10286,7 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-panic-handler", "sp-trie", "thiserror 1.0.69", @@ -10193,7 +10297,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -10206,10 +10310,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "thiserror 1.0.69", "x25519-dalek", ] @@ -10217,29 +10321,29 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10251,7 +10355,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "async-trait", "parity-scale-codec", @@ -10263,7 +10367,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "tracing", @@ -10274,7 +10378,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "tracing", @@ -10285,7 +10389,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "sp-api", "sp-runtime", @@ -10294,7 +10398,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "async-trait", "parity-scale-codec", @@ -10308,7 +10412,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "ahash", "hash-db", @@ -10320,7 +10424,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "thiserror 1.0.69", "tracing", "trie-db", @@ -10330,7 +10434,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10339,7 +10443,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "sp-version-proc-macro", "thiserror 1.0.69", ] @@ -10347,7 +10451,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -10359,7 +10463,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10371,7 +10475,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#f7baa84f48aa72b96e8c9a9ec8a1934431de6709" +source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10382,7 +10486,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10390,7 +10494,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", ] [[package]] @@ -10469,7 +10573,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10482,7 +10586,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "array-bytes", "bounded-collections", @@ -10503,7 +10607,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -10525,7 +10629,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "environmental", "frame-benchmarking", @@ -10609,7 +10713,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -10621,7 +10725,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "build-helper", "cargo_metadata", @@ -10629,7 +10733,7 @@ dependencies = [ "filetime", "jobserver", "parity-wasm", - "polkavm-linker", + "polkavm-linker 0.18.0", "shlex", "sp-maybe-compressed-blob", "strum 0.26.3", @@ -10826,7 +10930,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -11297,9 +11401,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "vcpkg" @@ -11758,7 +11862,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "polkadot-primitives", @@ -12130,7 +12234,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "Inflector", "proc-macro2", @@ -12141,7 +12245,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "parity-scale-codec", @@ -12155,7 +12259,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4#cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5#d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" dependencies = [ "frame-support", "frame-system", @@ -12168,7 +12272,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=d62a90c8c729acd98c7e9a5cab9803b8b211ffc5)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", diff --git a/Cargo.toml b/Cargo.toml index c8ecd12..0bf1640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,10 +48,10 @@ which = "7.0" path-slash = "0.2" rayon = "1.8" clap = { version = "4", default-features = false, features = ["derive"] } -polkavm-common = "0.18.0" -polkavm-linker = "0.18.0" -polkavm-disassembler = "0.18.0" -polkavm = "0.18.0" +polkavm-common = "0.19.0" +polkavm-linker = "0.19.0" +polkavm-disassembler = "0.19.0" +polkavm = "0.19.0" alloy-primitives = { version = "0.8.19", features = ["serde"] } alloy-sol-types = "0.8.19" alloy-genesis = "0.9.2" @@ -73,7 +73,7 @@ assert_fs = "1.1.2" # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.6", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "d62a90c8c729acd98c7e9a5cab9803b8b211ffc5" } # llvm [workspace.dependencies.inkwell] diff --git a/crates/runner/fixtures/Baseline.pvm b/crates/runner/fixtures/Baseline.pvm index 5fc89df114e95d72789b629fd76a6296b59ac68a..1330c8515c6182bd9b3fc5f4ad03a08c8f795cf8 100644 GIT binary patch delta 345 zcmZ9Iu}T9$5Qb+riL+TSZs6iw5j2&g)NB#2P@;u!SZJc1jY1$%Y^*N0P23Gcv=NTO z_ykcS`T!zW<^l2m_XyT0)YV3?nHlC|{(oksnQ7+ct$uwjBsTbl>_{vD9rrExt11xZKa^mq(2H`UEaLpT6054Ptmeycq1KDG z$jY&5i*-B%8oP(V8W1w5Ygk7*2lF2M5K68N9*{sAGq)e0$=RmhTOHxGQ&sgsDvw>;2XxnRv%t{az z{ogX5$Qc3DM;rFs^rmqo=yuDs!O9$v_p%;M5lCN&RkmkUmM1Nn&^%m FeFL1hRp$Tz delta 345 zcmZ9Ize)o^5XNUWiL+TSZs6iw5j2&g)NB#2P@;u!SZJc1jY1$%Y_{=suZq=)hag;G z^abLd!X}*v_bB%W)+yB0MzEO~=Er>B%*;x&((QZqG7=Jdd`ofwGQRewV`k#zD9jJr zw!tN~z-IvTK|330b6-nr0G-Ab{8cSTsvk-)Rg2OJX^NzpDY33KJ)ZM=toaKG5ws4SvJ8e#vblU9D!u}f|IW< z26`Y&I0CC7nJjbSGY4pw%}eY+!K68Hj`Yy8q(CJ8j8)z~dsu{UXs;!*EJ0ZGf6Hnv z=LAq6Z8&g?+s2iQ6LR6!Z^DLSzX0&sUU|7o_h_A%^qej&m@BLQYr_~&lit&lZ|R0p AnE(I) diff --git a/crates/runner/src/lib.rs b/crates/runner/src/lib.rs index 15f13db..f648d62 100644 --- a/crates/runner/src/lib.rs +++ b/crates/runner/src/lib.rs @@ -29,7 +29,7 @@ use hex::{FromHex, ToHex}; use pallet_revive::{AddressMapper, ExecReturnValue, InstantiateReturnValue}; use polkadot_sdk::*; use polkadot_sdk::{ - pallet_revive::{CollectEvents, ContractResult, DebugInfo}, + pallet_revive::ContractResult, polkadot_runtime_common::BuildStorage, polkadot_sdk_frame::testing_prelude::*, sp_core::{H160, H256}, @@ -179,11 +179,11 @@ impl VerifyCallExpectation { #[derive(Clone, Debug)] pub enum CallResult { Exec { - result: ContractResult, + result: ContractResult, wall_time: Duration, }, Instantiate { - result: ContractResult, + result: ContractResult, wall_time: Duration, code_hash: H256, }, diff --git a/crates/runner/src/specs.rs b/crates/runner/src/specs.rs index 2ca62ff..c61a423 100644 --- a/crates/runner/src/specs.rs +++ b/crates/runner/src/specs.rs @@ -425,8 +425,6 @@ impl Specs { code, data, salt.0, - DebugInfo::Skip, - CollectEvents::Skip, ); results.push(CallResult::Instantiate { result, @@ -463,8 +461,6 @@ impl Specs { gas_limit.unwrap_or(GAS_LIMIT), storage_deposit_limit.unwrap_or(DEPOSIT_LIMIT).into(), data, - DebugInfo::Skip, - CollectEvents::Skip, ); results.push(CallResult::Exec { result,