From 9889a3e7a78b8ab9f9d6571bd238a6d34b1c6c5a Mon Sep 17 00:00:00 2001 From: xermicus Date: Wed, 26 Feb 2025 17:05:56 +0100 Subject: [PATCH 1/2] integration: add delegate call corner case test Signed-off-by: xermicus --- Cargo.lock | 740 +++++++++--------- Cargo.toml | 2 +- .../integration/contracts/DelegateCaller.sol | 38 + crates/integration/src/tests.rs | 1 + 4 files changed, 410 insertions(+), 371 deletions(-) create mode 100644 crates/integration/contracts/DelegateCaller.sol diff --git a/Cargo.lock b/Cargo.lock index 876fa971..b69d8175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,7 +857,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1011,7 +1011,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "hash-db", "log", @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1216,13 +1216,13 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1232,13 +1232,13 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1249,26 +1249,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" 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=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-messages", "bp-runtime", @@ -1279,13 +1279,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-messages", @@ -1297,13 +1297,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -1318,7 +1318,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", "trie-db", ] @@ -1326,7 +1326,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1339,14 +1339,14 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-messages", "bp-runtime", @@ -1356,14 +1356,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -1375,7 +1375,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1385,7 +1385,7 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1394,7 +1394,7 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1426,8 +1426,8 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1436,7 +1436,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-messages", @@ -1457,7 +1457,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", "sp-weights", "staging-xcm", @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2127,7 +2127,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2146,12 +2146,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", "sp-version", "staging-xcm", @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -2186,7 +2186,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -2220,7 +2220,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2234,8 +2234,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +version = "0.7.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2260,7 +2260,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -2275,7 +2275,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2284,7 +2284,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2300,7 +2300,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2314,17 +2314,17 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2341,7 +2341,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2351,7 +2351,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2368,7 +2368,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-support-procedural", @@ -3193,15 +3193,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "static_assertions", ] [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -3229,7 +3229,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3240,7 +3240,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3251,13 +3251,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "aquamarine", "frame-support", @@ -3269,7 +3269,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] @@ -3285,9 +3285,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "835a2e736d544b98dab966b4b9541f15af416288a86c3738fdd67bd9fbc4696e" +checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" dependencies = [ "cfg-if", "parity-scale-codec", @@ -3298,7 +3298,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "array-bytes", "const-hex", @@ -3314,7 +3314,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "aquamarine", "array-bytes", @@ -3322,7 +3322,7 @@ dependencies = [ "bitflags 1.3.2", "docify", "environmental", - "frame-metadata 19.0.0", + "frame-metadata 20.0.0", "frame-support-procedural", "impl-trait-for-tuples", "k256", @@ -3338,7 +3338,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=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3346,8 +3346,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", "sp-weights", "static_assertions", @@ -3357,7 +3357,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "Inflector", "cfg-expr", @@ -3370,14 +3370,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "syn 2.0.98", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3389,7 +3389,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "proc-macro2", "quote", @@ -3399,7 +3399,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cfg-if", "docify", @@ -3418,7 +3418,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -3432,7 +3432,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "parity-scale-codec", @@ -3442,7 +3442,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "parity-scale-codec", @@ -5022,7 +5022,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5033,7 +5033,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-io", "sp-runtime", ] @@ -5041,7 +5041,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5059,7 +5059,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5092,7 +5092,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5106,7 +5106,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5118,13 +5118,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5141,7 +5141,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5157,7 +5157,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "pallet-assets", @@ -5169,7 +5169,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5184,7 +5184,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5194,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -5210,7 +5210,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -5225,7 +5225,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -5238,7 +5238,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5261,7 +5261,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "aquamarine", "docify", @@ -5276,13 +5276,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -5298,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5342,7 +5342,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5359,7 +5359,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5372,13 +5372,13 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-messages", @@ -5390,14 +5390,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5411,13 +5411,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-header-chain", "bp-messages", @@ -5440,7 +5440,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bitvec", "frame-benchmarking", @@ -5458,7 +5458,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5476,7 +5476,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5495,7 +5495,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -5512,7 +5512,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5526,7 +5526,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bitflags 1.3.2", "environmental", @@ -5557,7 +5557,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -5579,7 +5579,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -5589,7 +5589,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "proc-macro2", "quote", @@ -5599,7 +5599,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -5610,7 +5610,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5626,7 +5626,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5644,7 +5644,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -5659,7 +5659,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5676,7 +5676,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5706,13 +5706,13 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5734,7 +5734,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5747,7 +5747,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5765,7 +5765,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -5783,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "blake2", "frame-benchmarking", @@ -5801,7 +5801,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5823,7 +5823,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5839,7 +5839,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5858,7 +5858,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5873,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5897,7 +5897,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -5913,7 +5913,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "environmental", "frame-benchmarking", @@ -5932,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cfg-if", "docify", @@ -5952,7 +5952,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "parity-scale-codec", @@ -5966,7 +5966,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "parity-scale-codec", @@ -5978,7 +5978,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "parity-scale-codec", @@ -5989,7 +5989,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6005,7 +6005,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6022,7 +6022,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "sp-api", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6046,7 +6046,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "parity-scale-codec", @@ -6057,7 +6057,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6069,13 +6069,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6088,14 +6088,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6105,7 +6105,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6120,7 +6120,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6143,7 +6143,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-support", @@ -6159,7 +6159,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -6176,7 +6176,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6192,7 +6192,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -6202,7 +6202,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6220,7 +6220,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6234,7 +6234,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6251,7 +6251,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6267,7 +6267,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "alloy-core", "derive_more 0.99.19", @@ -6307,7 +6307,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "anyhow", "polkavm-linker 0.21.0", @@ -6319,7 +6319,7 @@ dependencies = [ [[package]] name = "pallet-revive-mock-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6338,7 +6338,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6348,7 +6348,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "proc-macro2", "quote", @@ -6358,7 +6358,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -6371,7 +6371,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6386,7 +6386,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6400,7 +6400,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -6418,7 +6418,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "pallet-ranked-collective", @@ -6430,7 +6430,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -6447,7 +6447,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6460,7 +6460,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6481,7 +6481,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6497,7 +6497,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6509,7 +6509,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6526,7 +6526,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6550,7 +6550,7 @@ dependencies = [ [[package]] name = "pallet-staking-ah-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6572,7 +6572,7 @@ dependencies = [ [[package]] name = "pallet-staking-rc-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6588,7 +6588,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "sp-arithmetic", @@ -6597,7 +6597,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "sp-api", @@ -6607,7 +6607,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6623,7 +6623,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -6640,7 +6640,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -6655,7 +6655,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -6667,14 +6667,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6692,7 +6692,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6708,7 +6708,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6720,7 +6720,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6739,7 +6739,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -6758,7 +6758,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -6775,7 +6775,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6789,7 +6789,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6804,7 +6804,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6820,7 +6820,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6834,7 +6834,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6848,7 +6848,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -6871,7 +6871,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -6889,7 +6889,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-messages", "bp-runtime", @@ -6902,7 +6902,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6911,7 +6911,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -6922,7 +6922,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", ] @@ -6930,7 +6930,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -6960,7 +6960,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -6981,7 +6981,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -7186,7 +7186,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -7197,7 +7197,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bounded-collections", "derive_more 0.99.19", @@ -7213,7 +7213,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bitvec", "hex-literal", @@ -7234,14 +7234,14 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "thiserror 1.0.69", ] [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bitvec", "frame-benchmarking", @@ -7291,19 +7291,19 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bs58", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -7342,7 +7342,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-executor", ] @@ -7350,7 +7350,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "asset-test-utils", "assets-common", @@ -7547,11 +7547,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=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -7563,22 +7563,22 @@ dependencies = [ "sp-npos-elections", "sp-offchain", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-session", "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "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=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-weights", "staging-parachain-info", "staging-xcm", @@ -7601,7 +7601,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "frame-benchmarking", @@ -7627,7 +7627,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-transaction-pool", "sp-version", ] @@ -8497,7 +8497,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "polkadot-primitives", @@ -8698,18 +8698,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "thiserror 1.0.69", ] [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "parking_lot", @@ -8719,25 +8719,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "polkavm 0.18.0", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "thiserror 1.0.69", "wasm-instrument", ] @@ -8745,18 +8745,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "polkavm 0.18.0", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "anyhow", "cfg-if", @@ -8766,8 +8766,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=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "wasmtime", ] @@ -9324,7 +9324,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "enumn", "parity-scale-codec", @@ -9351,7 +9351,7 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "byte-slice-cast", "frame-support", @@ -9365,7 +9365,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "ssz_rs", "ssz_rs_derive", ] @@ -9373,7 +9373,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "ethabi-decode", "frame-support", @@ -9388,7 +9388,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", ] @@ -9396,7 +9396,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "ethabi-decode", "ethbloom", @@ -9410,7 +9410,7 @@ dependencies = [ "serde-big-array", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] @@ -9431,7 +9431,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -9442,20 +9442,20 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" 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=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "snowbridge-pallet-ethereum-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -9472,26 +9472,26 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "static_assertions", ] [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "snowbridge-pallet-inbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "alloy-core", "frame-benchmarking", @@ -9509,7 +9509,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-executor", ] @@ -9517,19 +9517,19 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "snowbridge-pallet-outbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -9545,13 +9545,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "snowbridge-pallet-system" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-benchmarking", "frame-support", @@ -9563,7 +9563,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-executor", ] @@ -9571,7 +9571,7 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "hex-literal", @@ -9582,7 +9582,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-executor", ] @@ -9590,14 +9590,14 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "log", "parity-scale-codec", "snowbridge-core", "sp-arithmetic", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -9606,7 +9606,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -9637,12 +9637,12 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "snowbridge-core", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", ] @@ -9659,7 +9659,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "hash-db", @@ -9668,10 +9668,10 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-state-machine", "sp-trie", "sp-version", @@ -9681,7 +9681,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "Inflector", "blake2", @@ -9695,7 +9695,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -9707,7 +9707,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "docify", "integer-sqrt", @@ -9739,7 +9739,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -9751,7 +9751,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "sp-api", "sp-inherents", @@ -9761,7 +9761,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "async-trait", "parity-scale-codec", @@ -9777,7 +9777,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "async-trait", "parity-scale-codec", @@ -9795,7 +9795,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -9803,7 +9803,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -9815,7 +9815,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "finality-grandpa", "log", @@ -9832,7 +9832,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "sp-api", @@ -9843,7 +9843,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -9854,7 +9854,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -9884,12 +9884,12 @@ dependencies = [ "secp256k1 0.28.2", "secrecy 0.8.0", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "ss58-registry", "substrate-bip39", "thiserror 1.0.69", @@ -9901,15 +9901,15 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -9923,7 +9923,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=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] @@ -9963,7 +9963,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "blake2b_simd", "byteorder", @@ -9976,17 +9976,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "syn 2.0.98", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "proc-macro2", "quote", @@ -10006,11 +10006,11 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] @@ -10026,7 +10026,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -10038,7 +10038,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10051,7 +10051,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bytes", "docify", @@ -10063,12 +10063,12 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", "tracing", "tracing-core", @@ -10077,7 +10077,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "sp-core", "sp-runtime", @@ -10087,18 +10087,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "parking_lot", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -10107,9 +10107,9 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ - "frame-metadata 19.0.0", + "frame-metadata 20.0.0", "parity-scale-codec", "scale-info", ] @@ -10117,7 +10117,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -10128,7 +10128,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "log", "parity-scale-codec", @@ -10137,7 +10137,7 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-runtime", "thiserror 1.0.69", ] @@ -10145,7 +10145,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -10158,7 +10158,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "sp-api", "sp-core", @@ -10168,7 +10168,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "backtrace", "regex", @@ -10177,7 +10177,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "binary-merkle-tree", "docify", @@ -10196,7 +10196,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-trie", "sp-weights", "tracing", @@ -10206,19 +10206,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.18.0", "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "static_assertions", ] @@ -10244,7 +10244,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "Inflector", "expander", @@ -10270,7 +10270,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "scale-info", @@ -10284,7 +10284,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10297,7 +10297,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "hash-db", "log", @@ -10306,7 +10306,7 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-panic-handler", "sp-trie", "thiserror 1.0.69", @@ -10317,7 +10317,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -10330,10 +10330,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "thiserror 1.0.69", "x25519-dalek", ] @@ -10341,7 +10341,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" [[package]] name = "sp-std" @@ -10351,13 +10351,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0b [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] @@ -10375,7 +10375,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "async-trait", "parity-scale-codec", @@ -10387,7 +10387,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "tracing", @@ -10409,7 +10409,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "sp-api", "sp-runtime", @@ -10418,7 +10418,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "async-trait", "parity-scale-codec", @@ -10432,7 +10432,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "ahash", "hash-db", @@ -10444,7 +10444,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "thiserror 1.0.69", "tracing", "trie-db", @@ -10454,7 +10454,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10463,7 +10463,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "sp-version-proc-macro", "thiserror 1.0.69", ] @@ -10471,7 +10471,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -10483,7 +10483,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10506,7 +10506,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10514,7 +10514,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", ] [[package]] @@ -10593,7 +10593,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10605,8 +10605,8 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +version = "7.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "array-bytes", "bounded-collections", @@ -10627,7 +10627,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "environmental", "frame-support", @@ -10651,7 +10651,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "environmental", "frame-benchmarking", @@ -10735,7 +10735,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -10747,7 +10747,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "build-helper", "cargo_metadata", @@ -10952,7 +10952,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -11893,7 +11893,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "polkadot-primitives", @@ -12274,7 +12274,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "Inflector", "proc-macro2", @@ -12284,8 +12284,8 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +version = "0.1.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "parity-scale-codec", @@ -12299,7 +12299,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9#21f6f0705e53c15aa2b8a5706b208200447774a9" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" dependencies = [ "frame-support", "frame-system", @@ -12312,7 +12312,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=21f6f0705e53c15aa2b8a5706b208200447774a9)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", diff --git a/Cargo.toml b/Cargo.toml index 9122283a..317bb7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ assert_fs = "1.1" # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.6", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "21f6f0705e53c15aa2b8a5706b208200447774a9" } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", branch = "cl/delegate-call-nonexistant" } # llvm [workspace.dependencies.inkwell] diff --git a/crates/integration/contracts/DelegateCaller.sol b/crates/integration/contracts/DelegateCaller.sol new file mode 100644 index 00000000..08e8641a --- /dev/null +++ b/crates/integration/contracts/DelegateCaller.sol @@ -0,0 +1,38 @@ +// SPDX-License-Identifier: MIT + +pragma solidity ^0.8.28; + +/* runner.json +{ + "differential": true, + "actions": [ + { + "Instantiate": { + "code": { + "Solidity": { + "contract": "DelegateCaller" + } + } + } + }, + { + "Call": { + "dest": { + "Instantiated": 0 + }, + "data": "e466c6c9" + } + } + ] +} +*/ + +contract DelegateCaller { + function delegateNoContract() external returns (bool) { + address testAddress = 0x0000000000000000000000000000000000000000; + (bool success, ) = testAddress.delegatecall( + abi.encodeWithSignature("test()") + ); + return success; + } +} diff --git a/crates/integration/src/tests.rs b/crates/integration/src/tests.rs index 3b1cac96..ff13a781 100644 --- a/crates/integration/src/tests.rs +++ b/crates/integration/src/tests.rs @@ -56,6 +56,7 @@ test_spec!(transfer, "Transfer", "Transfer.sol"); test_spec!(send, "Send", "Send.sol"); test_spec!(function_pointer, "FunctionPointer", "FunctionPointer.sol"); test_spec!(mload, "MLoad", "MLoad.sol"); +test_spec!(delegate_no_contract, "DelegateCaller", "DelegateCaller.sol"); fn instantiate(path: &str, contract: &str) -> Vec { vec![Instantiate { From fe60b4c18c8b1f78cd722718269835a61bfccbab Mon Sep 17 00:00:00 2001 From: xermicus Date: Wed, 26 Feb 2025 18:38:31 +0100 Subject: [PATCH 2/2] update polkadot-sdk rev Signed-off-by: xermicus --- CHANGELOG.md | 4 + Cargo.lock | 727 ++++++++++++++++++++++++++------------------------- Cargo.toml | 2 +- 3 files changed, 369 insertions(+), 364 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd3dc9b..89204a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +This is a development pre-release. + +Supported `polkadot-sdk` rev:`c29e72a8628835e34deb6aa7db9a78a2e4eabcee` + ## v0.1.0-dev.12 This is a development pre-release. diff --git a/Cargo.lock b/Cargo.lock index b69d8175..c99c872c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,7 +857,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1011,7 +1011,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "hash-db", "log", @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1216,13 +1216,13 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1232,13 +1232,13 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1249,26 +1249,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" 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?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-messages", "bp-runtime", @@ -1279,13 +1279,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-messages", @@ -1297,13 +1297,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -1318,7 +1318,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", "trie-db", ] @@ -1326,7 +1326,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1339,14 +1339,14 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-messages", "bp-runtime", @@ -1356,14 +1356,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -1375,7 +1375,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1385,7 +1385,7 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1394,7 +1394,7 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1426,8 +1426,8 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1436,7 +1436,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-messages", @@ -1457,7 +1457,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", "sp-weights", "staging-xcm", @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2127,7 +2127,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2146,12 +2146,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", "sp-version", "staging-xcm", @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -2186,7 +2186,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -2220,7 +2220,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2235,7 +2235,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2260,7 +2260,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -2275,7 +2275,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2284,7 +2284,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2300,7 +2300,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2314,17 +2314,17 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2341,7 +2341,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2351,7 +2351,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2368,7 +2368,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-support-procedural", @@ -3193,15 +3193,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "static_assertions", ] [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -3229,7 +3229,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3240,7 +3240,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3251,13 +3251,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "aquamarine", "frame-support", @@ -3269,7 +3269,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] @@ -3298,7 +3298,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "array-bytes", "const-hex", @@ -3314,7 +3314,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "aquamarine", "array-bytes", @@ -3338,7 +3338,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3346,8 +3346,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", "sp-weights", "static_assertions", @@ -3357,7 +3357,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "Inflector", "cfg-expr", @@ -3370,14 +3370,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "syn 2.0.98", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3389,7 +3389,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "proc-macro2", "quote", @@ -3399,7 +3399,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cfg-if", "docify", @@ -3418,7 +3418,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -3432,7 +3432,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "parity-scale-codec", @@ -3442,7 +3442,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "parity-scale-codec", @@ -5022,7 +5022,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5033,7 +5033,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-io", "sp-runtime", ] @@ -5041,7 +5041,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5059,7 +5059,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5092,7 +5092,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5106,7 +5106,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5118,13 +5118,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5141,7 +5141,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5157,7 +5157,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "pallet-assets", @@ -5169,7 +5169,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5184,7 +5184,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5194,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -5210,7 +5210,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -5225,7 +5225,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -5238,7 +5238,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5261,7 +5261,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "aquamarine", "docify", @@ -5276,13 +5276,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -5298,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5342,7 +5342,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5359,7 +5359,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5372,13 +5372,13 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-messages", @@ -5390,14 +5390,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5411,13 +5411,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-header-chain", "bp-messages", @@ -5440,7 +5440,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bitvec", "frame-benchmarking", @@ -5458,7 +5458,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5476,7 +5476,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5495,7 +5495,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -5512,7 +5512,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5526,7 +5526,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bitflags 1.3.2", "environmental", @@ -5557,7 +5557,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -5579,7 +5579,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -5589,7 +5589,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "proc-macro2", "quote", @@ -5599,7 +5599,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -5610,7 +5610,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5626,7 +5626,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5644,7 +5644,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -5659,7 +5659,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5676,7 +5676,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5706,13 +5706,13 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5734,7 +5734,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5747,7 +5747,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5765,7 +5765,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -5783,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "blake2", "frame-benchmarking", @@ -5801,7 +5801,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5823,7 +5823,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5839,7 +5839,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5858,7 +5858,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5873,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5897,7 +5897,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -5913,7 +5913,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "environmental", "frame-benchmarking", @@ -5932,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cfg-if", "docify", @@ -5952,7 +5952,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "parity-scale-codec", @@ -5966,7 +5966,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "parity-scale-codec", @@ -5978,7 +5978,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "parity-scale-codec", @@ -5989,7 +5989,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6005,7 +6005,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6022,7 +6022,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "sp-api", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6046,7 +6046,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "parity-scale-codec", @@ -6057,7 +6057,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6069,13 +6069,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6088,14 +6088,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6105,7 +6105,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6120,7 +6120,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6143,7 +6143,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-support", @@ -6159,7 +6159,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -6176,7 +6176,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6192,7 +6192,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -6202,7 +6202,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6220,7 +6220,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6234,7 +6234,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6251,7 +6251,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6267,7 +6267,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "alloy-core", "derive_more 0.99.19", @@ -6278,6 +6278,7 @@ dependencies = [ "frame-support", "frame-system", "hex", + "hex-literal", "impl-trait-for-tuples", "log", "pallet-revive-fixtures", @@ -6307,7 +6308,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "anyhow", "polkavm-linker 0.21.0", @@ -6319,7 +6320,7 @@ dependencies = [ [[package]] name = "pallet-revive-mock-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6338,7 +6339,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6348,7 +6349,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "proc-macro2", "quote", @@ -6358,7 +6359,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -6371,7 +6372,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6386,7 +6387,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6400,7 +6401,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -6418,7 +6419,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "pallet-ranked-collective", @@ -6430,7 +6431,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -6447,7 +6448,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6460,7 +6461,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6481,7 +6482,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6497,7 +6498,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6509,7 +6510,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6526,7 +6527,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6550,7 +6551,7 @@ dependencies = [ [[package]] name = "pallet-staking-ah-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6572,7 +6573,7 @@ dependencies = [ [[package]] name = "pallet-staking-rc-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6588,7 +6589,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "sp-arithmetic", @@ -6597,7 +6598,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "sp-api", @@ -6607,7 +6608,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6623,7 +6624,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -6640,7 +6641,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -6655,7 +6656,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -6667,14 +6668,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6692,7 +6693,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6708,7 +6709,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6720,7 +6721,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6739,7 +6740,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -6758,7 +6759,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -6775,7 +6776,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6789,7 +6790,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6804,7 +6805,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6820,7 +6821,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6834,7 +6835,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6848,7 +6849,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -6871,7 +6872,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6889,7 +6890,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-messages", "bp-runtime", @@ -6902,7 +6903,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6911,7 +6912,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -6922,7 +6923,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", ] @@ -6930,7 +6931,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -6960,7 +6961,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -6981,7 +6982,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -7186,7 +7187,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -7197,7 +7198,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bounded-collections", "derive_more 0.99.19", @@ -7213,7 +7214,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bitvec", "hex-literal", @@ -7234,14 +7235,14 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "thiserror 1.0.69", ] [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bitvec", "frame-benchmarking", @@ -7291,19 +7292,19 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bs58", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -7342,7 +7343,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-executor", ] @@ -7350,7 +7351,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "asset-test-utils", "assets-common", @@ -7547,11 +7548,11 @@ dependencies = [ "sp-consensus-slots", "sp-core", "sp-core-hashing", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -7563,22 +7564,22 @@ dependencies = [ "sp-npos-elections", "sp-offchain", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-session", "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "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?branch=cl%2Fdelegate-call-nonexistant)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-weights", "staging-parachain-info", "staging-xcm", @@ -7601,7 +7602,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "frame-benchmarking", @@ -7627,7 +7628,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-transaction-pool", "sp-version", ] @@ -8497,7 +8498,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "polkadot-primitives", @@ -8698,18 +8699,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "thiserror 1.0.69", ] [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "parking_lot", @@ -8719,25 +8720,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "polkavm 0.18.0", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "thiserror 1.0.69", "wasm-instrument", ] @@ -8745,18 +8746,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "polkavm 0.18.0", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "anyhow", "cfg-if", @@ -8766,8 +8767,8 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "wasmtime", ] @@ -9324,7 +9325,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "enumn", "parity-scale-codec", @@ -9351,7 +9352,7 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "byte-slice-cast", "frame-support", @@ -9365,7 +9366,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "ssz_rs", "ssz_rs_derive", ] @@ -9373,7 +9374,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "ethabi-decode", "frame-support", @@ -9388,7 +9389,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", ] @@ -9396,7 +9397,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "ethabi-decode", "ethbloom", @@ -9410,7 +9411,7 @@ dependencies = [ "serde-big-array", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] @@ -9431,7 +9432,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -9442,20 +9443,20 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" 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?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "snowbridge-pallet-ethereum-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -9472,26 +9473,26 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "static_assertions", ] [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "snowbridge-pallet-inbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "alloy-core", "frame-benchmarking", @@ -9509,7 +9510,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-executor", ] @@ -9517,19 +9518,19 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "snowbridge-pallet-outbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -9545,13 +9546,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "snowbridge-pallet-system" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-benchmarking", "frame-support", @@ -9563,7 +9564,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-executor", ] @@ -9571,7 +9572,7 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "hex-literal", @@ -9582,7 +9583,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-executor", ] @@ -9590,14 +9591,14 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "log", "parity-scale-codec", "snowbridge-core", "sp-arithmetic", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -9606,7 +9607,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -9637,12 +9638,12 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "snowbridge-core", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", ] @@ -9659,7 +9660,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "hash-db", @@ -9668,10 +9669,10 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-state-machine", "sp-trie", "sp-version", @@ -9681,7 +9682,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "Inflector", "blake2", @@ -9695,7 +9696,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -9707,7 +9708,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "docify", "integer-sqrt", @@ -9739,7 +9740,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -9751,7 +9752,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "sp-api", "sp-inherents", @@ -9761,7 +9762,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "async-trait", "parity-scale-codec", @@ -9777,7 +9778,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "async-trait", "parity-scale-codec", @@ -9795,7 +9796,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -9803,7 +9804,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -9815,7 +9816,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "finality-grandpa", "log", @@ -9832,7 +9833,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "sp-api", @@ -9843,7 +9844,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -9854,7 +9855,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -9884,12 +9885,12 @@ dependencies = [ "secp256k1 0.28.2", "secrecy 0.8.0", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "ss58-registry", "substrate-bip39", "thiserror 1.0.69", @@ -9901,15 +9902,15 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -9923,7 +9924,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?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] @@ -9963,7 +9964,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "blake2b_simd", "byteorder", @@ -9976,17 +9977,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "syn 2.0.98", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "proc-macro2", "quote", @@ -10006,11 +10007,11 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] @@ -10026,7 +10027,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -10038,7 +10039,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10051,7 +10052,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bytes", "docify", @@ -10063,12 +10064,12 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", "tracing", "tracing-core", @@ -10077,7 +10078,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "sp-core", "sp-runtime", @@ -10087,18 +10088,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "parking_lot", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -10107,7 +10108,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-metadata 20.0.0", "parity-scale-codec", @@ -10117,7 +10118,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -10128,7 +10129,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "log", "parity-scale-codec", @@ -10137,7 +10138,7 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-runtime", "thiserror 1.0.69", ] @@ -10145,7 +10146,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -10158,7 +10159,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "sp-api", "sp-core", @@ -10168,7 +10169,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "backtrace", "regex", @@ -10177,7 +10178,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "binary-merkle-tree", "docify", @@ -10196,7 +10197,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-trie", "sp-weights", "tracing", @@ -10206,19 +10207,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.18.0", "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "static_assertions", ] @@ -10244,7 +10245,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "Inflector", "expander", @@ -10270,7 +10271,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "scale-info", @@ -10284,7 +10285,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10297,7 +10298,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "hash-db", "log", @@ -10306,7 +10307,7 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-panic-handler", "sp-trie", "thiserror 1.0.69", @@ -10317,7 +10318,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -10330,10 +10331,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "thiserror 1.0.69", "x25519-dalek", ] @@ -10341,7 +10342,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" [[package]] name = "sp-std" @@ -10351,13 +10352,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0b [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] @@ -10375,7 +10376,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "async-trait", "parity-scale-codec", @@ -10387,7 +10388,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "tracing", @@ -10409,7 +10410,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "sp-api", "sp-runtime", @@ -10418,7 +10419,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "async-trait", "parity-scale-codec", @@ -10432,7 +10433,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "ahash", "hash-db", @@ -10444,7 +10445,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "thiserror 1.0.69", "tracing", "trie-db", @@ -10454,7 +10455,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10463,7 +10464,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "sp-version-proc-macro", "thiserror 1.0.69", ] @@ -10471,7 +10472,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -10483,7 +10484,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10506,7 +10507,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10514,7 +10515,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] @@ -10593,7 +10594,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10606,7 +10607,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "array-bytes", "bounded-collections", @@ -10627,7 +10628,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "environmental", "frame-support", @@ -10651,7 +10652,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "environmental", "frame-benchmarking", @@ -10735,7 +10736,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -10747,7 +10748,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "build-helper", "cargo_metadata", @@ -10952,7 +10953,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -11893,7 +11894,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "polkadot-primitives", @@ -12274,7 +12275,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "Inflector", "proc-macro2", @@ -12285,7 +12286,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "parity-scale-codec", @@ -12299,7 +12300,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant#6433925d80b774a99a2a40310f20cc2f06e8a5ac" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" dependencies = [ "frame-support", "frame-system", @@ -12312,7 +12313,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=cl%2Fdelegate-call-nonexistant)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", diff --git a/Cargo.toml b/Cargo.toml index 317bb7bc..caff500d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ assert_fs = "1.1" # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.6", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", branch = "cl/delegate-call-nonexistant" } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "c29e72a8628835e34deb6aa7db9a78a2e4eabcee" } # llvm [workspace.dependencies.inkwell]