From 5bf31db6601177785e8d41c930f0aecd1f55166e Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Tue, 15 Oct 2024 10:46:20 +0200 Subject: [PATCH] bump polkavm and polkadot-sdk (#87) Signed-off-by: Cyrill Leutwiler --- Cargo.lock | 834 +++++++++++++--------------- Cargo.toml | 10 +- crates/runner/fixtures/Baseline.pvm | Bin 912 -> 981 bytes 3 files changed, 403 insertions(+), 441 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0187d41..70964bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -758,7 +758,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -898,7 +898,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "hash-db", "log", @@ -990,6 +990,19 @@ dependencies = [ "constant_time_eq", ] +[[package]] +name = "blake3" +version = "1.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" +dependencies = [ + "arrayref", + "arrayvec", + "cc", + "cfg-if", + "constant_time_eq", +] + [[package]] name = "block-buffer" version = "0.9.0" @@ -1023,7 +1036,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1034,13 +1047,13 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1050,13 +1063,13 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1067,26 +1080,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" 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=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-messages", "bp-runtime", @@ -1098,13 +1111,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-messages", @@ -1116,13 +1129,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -1137,7 +1150,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", "trie-db", ] @@ -1145,7 +1158,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1158,14 +1171,14 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-messages", "bp-runtime", @@ -1175,14 +1188,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -1194,7 +1207,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1204,14 +1217,14 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", ] [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1245,7 +1258,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1254,7 +1267,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-messages", @@ -1276,7 +1289,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", "staging-xcm", "tuplex", @@ -1829,7 +1842,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -1846,7 +1859,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -1863,7 +1876,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -1883,12 +1896,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", "sp-version", "staging-xcm", @@ -1899,7 +1912,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -1910,7 +1923,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -1923,7 +1936,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -1938,7 +1951,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1953,7 +1966,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -1978,7 +1991,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -1993,7 +2006,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2002,7 +2015,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2018,7 +2031,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2032,17 +2045,17 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2058,7 +2071,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2068,7 +2081,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2085,7 +2098,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2732,7 +2745,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-support-procedural", @@ -2748,15 +2761,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "static_assertions", ] [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -2770,7 +2783,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2781,7 +2794,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2797,7 +2810,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "aquamarine", "frame-support", @@ -2809,7 +2822,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] @@ -2827,7 +2840,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "array-bytes", "docify", @@ -2842,7 +2855,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "aquamarine", "array-bytes", @@ -2866,7 +2879,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=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -2874,8 +2887,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", "sp-weights", "static_assertions", @@ -2885,7 +2898,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "Inflector", "cfg-expr", @@ -2905,7 +2918,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2917,7 +2930,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "proc-macro2", "quote", @@ -2927,7 +2940,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cfg-if", "docify", @@ -2939,7 +2952,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-version", "sp-weights", ] @@ -2947,7 +2960,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -2961,7 +2974,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "parity-scale-codec", @@ -2971,7 +2984,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "parity-scale-codec", @@ -4127,7 +4140,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4146,7 +4159,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4164,7 +4177,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4182,7 +4195,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4196,7 +4209,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4210,7 +4223,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4227,7 +4240,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4243,7 +4256,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4258,7 +4271,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4272,7 +4285,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4288,7 +4301,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4303,7 +4316,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4316,7 +4329,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4339,7 +4352,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "aquamarine", "docify", @@ -4354,13 +4367,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -4375,7 +4388,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4394,7 +4407,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -4419,7 +4432,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4436,7 +4449,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-runtime", @@ -4449,13 +4462,13 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-messages", @@ -4467,14 +4480,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-parachains", @@ -4488,13 +4501,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-header-chain", "bp-messages", @@ -4512,13 +4525,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bitvec", "frame-benchmarking", @@ -4536,7 +4549,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4554,7 +4567,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4573,7 +4586,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -4590,7 +4603,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4604,7 +4617,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bitflags 1.3.2", "environmental", @@ -4626,7 +4639,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", "wasm-instrument", @@ -4636,7 +4649,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4661,7 +4674,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -4671,7 +4684,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "proc-macro2", "quote", @@ -4681,7 +4694,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -4692,7 +4705,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -4708,7 +4721,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4726,7 +4739,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4741,7 +4754,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4758,7 +4771,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4773,7 +4786,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4795,7 +4808,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4808,7 +4821,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4826,7 +4839,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -4844,7 +4857,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "blake2", "frame-benchmarking", @@ -4862,7 +4875,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4884,7 +4897,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4900,7 +4913,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4919,7 +4932,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4935,7 +4948,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -4948,7 +4961,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4961,7 +4974,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4977,7 +4990,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "environmental", "frame-benchmarking", @@ -4996,7 +5009,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cfg-if", "docify", @@ -5014,7 +5027,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5033,7 +5046,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5050,7 +5063,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5065,7 +5078,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5081,7 +5094,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5098,7 +5111,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "pallet-nfts", "parity-scale-codec", @@ -5108,7 +5121,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5123,7 +5136,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5138,7 +5151,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5150,13 +5163,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5169,14 +5182,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5186,7 +5199,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5202,7 +5215,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5225,7 +5238,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -5242,7 +5255,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -5259,7 +5272,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5275,7 +5288,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5289,7 +5302,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5307,7 +5320,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5321,7 +5334,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5338,7 +5351,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5354,7 +5367,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bitflags 1.3.2", "environmental", @@ -5369,7 +5382,8 @@ dependencies = [ "pallet-revive-uapi", "parity-scale-codec", "paste", - "polkavm 0.11.0", + "polkavm 0.12.0", + "polkavm-common 0.12.0", "rlp", "scale-info", "serde", @@ -5377,7 +5391,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", ] @@ -5385,13 +5399,13 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "anyhow", "frame-system", "log", "parity-wasm", - "polkavm-linker 0.11.0", + "polkavm-linker 0.12.0", "sp-core", "sp-io", "sp-runtime", @@ -5402,7 +5416,7 @@ dependencies = [ [[package]] name = "pallet-revive-mock-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5426,7 +5440,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -5436,7 +5450,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "proc-macro2", "quote", @@ -5446,19 +5460,19 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.11.0", + "polkavm-derive 0.12.0", "scale-info", ] [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5473,7 +5487,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5487,7 +5501,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -5505,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5523,7 +5537,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -5540,7 +5554,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5553,7 +5567,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5574,7 +5588,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5590,7 +5604,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5602,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5619,7 +5633,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5640,7 +5654,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "log", "sp-arithmetic", @@ -5649,7 +5663,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "sp-api", @@ -5659,7 +5673,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5675,7 +5689,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5692,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -5707,7 +5721,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -5719,14 +5733,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5744,7 +5758,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -5759,7 +5773,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5771,7 +5785,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5790,7 +5804,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -5808,7 +5822,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -5825,7 +5839,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5839,7 +5853,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5854,7 +5868,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5868,7 +5882,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5882,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -5905,7 +5919,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5923,7 +5937,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-messages", "bp-runtime", @@ -5936,7 +5950,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -5945,7 +5959,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -5956,7 +5970,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", ] @@ -5964,7 +5978,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -5994,7 +6008,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -6014,7 +6028,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -6244,7 +6258,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -6255,7 +6269,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bounded-collections", "derive_more 0.99.18", @@ -6271,7 +6285,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bitvec", "hex-literal", @@ -6292,13 +6306,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bitvec", "frame-benchmarking", @@ -6347,19 +6361,19 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bs58", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -6399,7 +6413,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-executor", ] @@ -6407,7 +6421,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "asset-test-utils", "assets-common", @@ -6598,11 +6612,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=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-crypto-hashing", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -6614,22 +6628,22 @@ dependencies = [ "sp-npos-elections", "sp-offchain", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-session", "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "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=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-weights", "staging-parachain-info", "staging-xcm", @@ -6643,7 +6657,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "frame-benchmarking", @@ -6667,7 +6681,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-transaction-pool", "sp-version", ] @@ -6687,28 +6701,15 @@ dependencies = [ [[package]] name = "polkavm" -version = "0.10.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7ec0c5935f2eff23cfc4653002f4f8d12b37f87a720e0631282d188c32089d6" +checksum = "f27910c5061e4cea6be6c66684b49d0f42b6a05900c9b0da9e7f3dd2d587a8d4" dependencies = [ "libc", "log", - "polkavm-assembler 0.10.0", - "polkavm-common 0.10.0", - "polkavm-linux-raw 0.10.0", -] - -[[package]] -name = "polkavm" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1195fbc12f11645143a4f3974bf909d25c7f7efddcc6f4e57688d9a518c90bae" -dependencies = [ - "libc", - "log", - "polkavm-assembler 0.11.0", - "polkavm-common 0.11.0", - "polkavm-linux-raw 0.11.0", + "polkavm-assembler 0.12.0", + "polkavm-common 0.12.0", + "polkavm-linux-raw 0.12.0", ] [[package]] @@ -6722,18 +6723,9 @@ dependencies = [ [[package]] name = "polkavm-assembler" -version = "0.10.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e4fd5a43100bf1afe9727b8130d01f966f5cfc9144d5604b21e795c2bcd80e" -dependencies = [ - "log", -] - -[[package]] -name = "polkavm-assembler" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b0399659fe7a5370c3e3464188888d29069cfa46d99631d19834a379c15826" +checksum = "82f0e374fa043f31459b30d629d7e866247ac4b6c7662ac72e4e5bf50d052b92" dependencies = [ "log", ] @@ -6749,22 +6741,13 @@ dependencies = [ [[package]] name = "polkavm-common" -version = "0.10.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0097b48bc0bedf9f3f537ce8f37e8f1202d8d83f9b621bdb21ff2c59b9097c50" +checksum = "f4e42e082c3d89da2346555baf4d951fe07dcb9208e42a02c272e6d5d0326f9a" dependencies = [ + "blake3", "log", - "polkavm-assembler 0.10.0", -] - -[[package]] -name = "polkavm-common" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "254b19b64ff9b57c06b32c0affed961cb9a32429b8d3e5cf2633cad7fbb3e270" -dependencies = [ - "log", - "polkavm-assembler 0.11.0", + "polkavm-assembler 0.12.0", ] [[package]] @@ -6778,11 +6761,11 @@ dependencies = [ [[package]] name = "polkavm-derive" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f565f0106fbb3598d64b8528d5cb966b6a87a8dd93fbcfe09fb6388ff2865711" +checksum = "540b798393e68a890202d5dc9f86a985b7ea83611e3406d90dc1043e7997b4d1" dependencies = [ - "polkavm-derive-impl-macro 0.11.0", + "polkavm-derive-impl-macro 0.12.0", ] [[package]] @@ -6799,11 +6782,11 @@ dependencies = [ [[package]] name = "polkavm-derive-impl" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "314445fb5688b4769354087d92be2ac94c487e63ffe74a6fb7bb312e57f20827" +checksum = "d179eddaaef62ce5960faaa2ec9e8f131c81661c8b9365c4d55b275011688534" dependencies = [ - "polkavm-common 0.11.0", + "polkavm-common 0.12.0", "proc-macro2", "quote", "syn 2.0.79", @@ -6821,25 +6804,25 @@ dependencies = [ [[package]] name = "polkavm-derive-impl-macro" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf952e05bc5ce7d81293bae18cb44c271c78615b201d75e983cdcc40d5c6ef1" +checksum = "bd35472599d35d90e24afe9eb39ae6ee6cb1b924f0c03b277ef8b5f174a63853" dependencies = [ - "polkavm-derive-impl 0.11.0", + "polkavm-derive-impl 0.12.0", "syn 2.0.79", ] [[package]] name = "polkavm-disassembler" -version = "0.10.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c75c1204f837bdd2d945384b73658a8228064e5c163040f367a3acdca9088c9" +checksum = "8b0a761f6363106022ced97dba1c348a8af311fbc4fa7c3fe9c62be4e39e9822" dependencies = [ "clap", "iced-x86", - "polkavm 0.10.0", - "polkavm-common 0.10.0", - "polkavm-linker 0.10.0", + "polkavm 0.12.0", + "polkavm-common 0.12.0", + "polkavm-linker 0.12.0", ] [[package]] @@ -6859,30 +6842,15 @@ dependencies = [ [[package]] name = "polkavm-linker" -version = "0.10.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d704edfe7bdcc876784f19436d53d515b65eb07bc9a0fae77085d552c2dbbb5" +checksum = "6f917b16db9ab13819a738a321b48a2d0d20d9e32dedcff75054148676afbec4" dependencies = [ "gimli 0.28.1", "hashbrown 0.14.5", "log", "object 0.36.4", - "polkavm-common 0.10.0", - "regalloc2 0.9.3", - "rustc-demangle", -] - -[[package]] -name = "polkavm-linker" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535a2095a186ccde2cd2fa721d6370c495586d47714817565b2f6621d31164b3" -dependencies = [ - "gimli 0.28.1", - "hashbrown 0.14.5", - "log", - "object 0.36.4", - "polkavm-common 0.11.0", + "polkavm-common 0.12.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -6895,15 +6863,9 @@ checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" [[package]] name = "polkavm-linux-raw" -version = "0.10.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26e45fa59c7e1bb12ef5289080601e9ec9b31435f6e32800a5c90c132453d126" - -[[package]] -name = "polkavm-linux-raw" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3011697430dfcfe800d1d7c540ef69e3bdd66e9037cc38f01fee1c2e0908011e" +checksum = "d280301d5b5a321c732173c969058f4b5726f3a0046f6802f396df2599f3753d" [[package]] name = "polyval" @@ -7321,7 +7283,7 @@ dependencies = [ "env_logger", "hex", "log", - "polkavm 0.10.0", + "polkavm 0.12.0", "rayon", "revive-common", "revive-differential", @@ -7341,8 +7303,8 @@ dependencies = [ "inkwell", "libc", "lld-sys", - "polkavm-common 0.10.0", - "polkavm-linker 0.10.0", + "polkavm-common 0.12.0", + "polkavm-linker 0.12.0", "revive-builtins", "tempfile", ] @@ -7358,7 +7320,7 @@ dependencies = [ "md5", "num", "once_cell", - "polkavm-common 0.10.0", + "polkavm-common 0.12.0", "polkavm-disassembler", "regex", "revive-builtins", @@ -7470,7 +7432,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "polkadot-primitives", @@ -7645,18 +7607,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "thiserror", ] [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "parking_lot", @@ -7666,25 +7628,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "polkavm 0.9.3", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "thiserror", "wasm-instrument", ] @@ -7692,18 +7654,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "log", "polkavm 0.9.3", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "anyhow", "cfg-if", @@ -7713,8 +7675,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=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "wasmtime", ] @@ -8075,7 +8037,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "enumn", "parity-scale-codec", @@ -8102,7 +8064,7 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "byte-slice-cast", "frame-support", @@ -8116,7 +8078,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "ssz_rs", "ssz_rs_derive", ] @@ -8124,7 +8086,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "ethabi-decode", "frame-support", @@ -8139,7 +8101,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", ] @@ -8147,7 +8109,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "ethabi-decode", "ethbloom 0.13.0", @@ -8161,7 +8123,7 @@ dependencies = [ "serde-big-array", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] @@ -8182,7 +8144,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -8193,20 +8155,20 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" 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=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "snowbridge-pallet-ethereum-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8223,26 +8185,26 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "static_assertions", ] [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "snowbridge-pallet-inbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "alloy-primitives 0.4.2", "alloy-sol-types 0.4.2", @@ -8261,7 +8223,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-executor", ] @@ -8269,19 +8231,19 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "snowbridge-pallet-outbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -8297,13 +8259,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "snowbridge-pallet-system" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8315,7 +8277,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-executor", ] @@ -8323,7 +8285,7 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "hex-literal", @@ -8334,7 +8296,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-executor", ] @@ -8342,14 +8304,14 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "log", "parity-scale-codec", "snowbridge-core", "sp-arithmetic", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -8358,7 +8320,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -8389,19 +8351,19 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "snowbridge-core", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", ] [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "hash-db", @@ -8410,10 +8372,10 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-state-machine", "sp-trie", "sp-version", @@ -8423,7 +8385,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "Inflector", "blake2", @@ -8437,7 +8399,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -8449,7 +8411,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "docify", "integer-sqrt", @@ -8481,7 +8443,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -8493,7 +8455,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "sp-api", "sp-inherents", @@ -8503,7 +8465,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "async-trait", "parity-scale-codec", @@ -8519,7 +8481,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "async-trait", "parity-scale-codec", @@ -8537,7 +8499,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -8557,7 +8519,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "finality-grandpa", "log", @@ -8574,7 +8536,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "sp-api", @@ -8585,7 +8547,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -8596,7 +8558,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -8627,11 +8589,11 @@ dependencies = [ "secrecy", "serde", "sp-crypto-hashing", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "ss58-registry", "substrate-bip39", "thiserror", @@ -8643,7 +8605,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "sp-crypto-hashing", ] @@ -8651,7 +8613,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -8665,7 +8627,7 @@ 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=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] @@ -8691,7 +8653,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "blake2b_simd", "byteorder", @@ -8704,7 +8666,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "quote", "sp-crypto-hashing", @@ -8714,7 +8676,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "proc-macro2", "quote", @@ -8734,11 +8696,11 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] @@ -8754,7 +8716,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -8766,7 +8728,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8779,7 +8741,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bytes", "docify", @@ -8792,11 +8754,11 @@ dependencies = [ "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", "tracing", "tracing-core", @@ -8805,7 +8767,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "sp-core", "sp-runtime", @@ -8815,18 +8777,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "parking_lot", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8835,7 +8797,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -8845,7 +8807,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -8856,7 +8818,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "log", "parity-scale-codec", @@ -8865,7 +8827,7 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-runtime", "thiserror", ] @@ -8873,7 +8835,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -8886,7 +8848,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "sp-api", "sp-core", @@ -8896,7 +8858,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "backtrace", "regex", @@ -8905,7 +8867,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "binary-merkle-tree", "docify", @@ -8924,7 +8886,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-trie", "sp-weights", "tracing", @@ -8933,19 +8895,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.9.1", "primitive-types 0.12.2", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "static_assertions", ] @@ -8971,7 +8933,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "Inflector", "expander", @@ -8997,7 +8959,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "scale-info", @@ -9011,7 +8973,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9024,7 +8986,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "hash-db", "log", @@ -9033,7 +8995,7 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-panic-handler", "sp-trie", "thiserror", @@ -9044,7 +9006,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -9058,9 +9020,9 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "thiserror", "x25519-dalek", ] @@ -9068,7 +9030,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" [[package]] name = "sp-std" @@ -9078,13 +9040,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk#a5e40d0cd0a0d941d6fe58a [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] @@ -9102,7 +9064,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "async-trait", "parity-scale-codec", @@ -9114,7 +9076,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "tracing", @@ -9136,7 +9098,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "sp-api", "sp-runtime", @@ -9145,7 +9107,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "async-trait", "parity-scale-codec", @@ -9159,7 +9121,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "ahash 0.8.11", "hash-db", @@ -9171,7 +9133,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "thiserror", "tracing", "trie-db", @@ -9181,7 +9143,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9190,7 +9152,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "sp-version-proc-macro", "thiserror", ] @@ -9198,7 +9160,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -9210,7 +9172,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9233,7 +9195,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9241,7 +9203,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", ] [[package]] @@ -9320,7 +9282,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -9333,7 +9295,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "array-bytes", "bounded-collections", @@ -9352,7 +9314,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -9374,7 +9336,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "environmental", "frame-benchmarking", @@ -9458,7 +9420,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9470,7 +9432,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "build-helper", "cargo_metadata", @@ -9589,7 +9551,7 @@ dependencies = [ [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10381,7 +10343,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "polkadot-primitives", @@ -10695,7 +10657,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "Inflector", "proc-macro2", @@ -10706,7 +10668,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "parity-scale-codec", @@ -10720,7 +10682,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2#fe0bfb79f4c883abbc3214519d19e46617c20bd2" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a#5f55185eac6b4366484cf1bd7d374b2e652b076a" dependencies = [ "frame-support", "frame-system", @@ -10733,7 +10695,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=fe0bfb79f4c883abbc3214519d19e46617c20bd2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=5f55185eac6b4366484cf1bd7d374b2e652b076a)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", diff --git a/Cargo.toml b/Cargo.toml index c920d22..382352c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,10 +51,10 @@ path-slash = "0.2" rayon = "1.8" clap = { version = "4", default-features = false, features = ["derive"] } rand = "0.8" -polkavm-common = "0.10" -polkavm-linker = "0.10" -polkavm-disassembler = "0.10" -polkavm = "0.10" +polkavm-common = "0.12" +polkavm-linker = "0.12" +polkavm-disassembler = "0.12" +polkavm = "0.12" alloy-primitives = { version = "0.8", features = ["serde"] } alloy-sol-types = "0.8" alloy-genesis = "0.3" @@ -67,7 +67,7 @@ log = { version = "0.4" } # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.1", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "fe0bfb79f4c883abbc3214519d19e46617c20bd2" } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "5f55185eac6b4366484cf1bd7d374b2e652b076a" } # llvm [workspace.dependencies.inkwell] diff --git a/crates/runner/fixtures/Baseline.pvm b/crates/runner/fixtures/Baseline.pvm index f611fc1d8d72a2f5da51ab1a76394e65b204ed50..aa6ad58383acacb788dd0b5df8367b5d201a994a 100644 GIT binary patch delta 757 zcmYLFO;1xn6rGRTH}i%{r=_;l6s6|bsDa3i7-E7ACM~fIX;564)TezEOsUup1ve$w zNF*_VHf~HvB*BGl)WjcvD|fDB;|i9#c3bogXqe=l`8ap(z2~fpUD2Gpl_iu4_%aMT zWQ@Tu0D*BJxO^BI;~d6ZWuZ~8d2YE-_3DjkrRLQObMy0!x_hte6^d@%ee9MSUZGxf zE43M~TJ?&)AY1tX_uX=NW#1}#3+0DP*0Z9Yt^6vH_v8clMrP^rY5InKrZ?F(+h;#n zeyR7V1`$x#KoLSOuU(NZBwIZjda^eM~Gbl66+@UUBc0xj#J qFH@nRU3Dt|dRwPt0`uAqWZFeTPbE4|_Au|=dh2`ZLHboV#K>PmV~8UF literal 912 zcmZ9K&ubGw6vyY+?#ymy$ZptVH)fGm$3iT6(1L^TxD7jSc5iK4(*OTDEA2${6{Ubao^=&EmW0`rgJMa4*-}%g5zH$j+Y@)7yhsx|Y zMerCf9hmj`h2^Eic(yU!jF*<1^DDEB<#>9jIXl02D{eO9Im0EL&*ogb(73zSdCzXn zHX7#ogh4vruA>>Wj6ajFgt$A@3282%d5`3Vv+hoI1v6f2<@qop3M0liLWBfW?2por zkx?3?!Apaa2AKwt2F6I9BSyH%O@~;f!wz8LzN5|r&7G$Cagr-Tf09qzGYi@?(Po6! z!%~v<);MX+)LOV6a{dLW!VNfKTNSRV!jvjpR)veIa9$P8szRCgJK5F_y&aHy$`6$v zDBn}QqkO4+p?s!zmEb!8?l^cI_dNVK#7`uC%5W0kM?$`}0vo$7DHwgyTtuL9YJ%9=Is=iEdZU(0IW>_v5kPPZ3A7~1iH2ax^mc%7c6P23Bg}t^A ztCsEwA5hw&_y~JlOKfrtqbs})WR0}(F{8A{p_B~mwdQ>550@(5&*cpJKh^raD&_0` zQvqa!QU1l?Zxd%=!KP!M{Dq?apwi7(#7K8TME$7|9ren69ZmN2)<8$_b~Mtx$te3` rYO;S~FdmI`oeBtbB>MVOD%h$Fp6NPlz&N6h3@UbHecw1*(m&B}!&It~