From a85d83db44579e47e89b8ea7b3b3d7c20a4fc810 Mon Sep 17 00:00:00 2001 From: UnArbosFive Date: Thu, 6 Aug 2026 01:55:16 +0200 Subject: [PATCH 1/2] fix(testnet): restore GRANDPA finality after warp sync --- Cargo.lock | 764 +++++++++++++------------- Cargo.toml | 418 +++++++------- eco-tests/Cargo.toml | 22 +- node/src/service/grandpa_warp_sync.rs | 8 +- 4 files changed, 605 insertions(+), 607 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e1e1e611a..5cd24d9b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,7 +1114,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "assets-common" version = "0.22.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -1499,7 +1499,7 @@ checksum = "5a45f9771ced8a774de5e5ebffbe520f52e3943bf5a9a6baa3a5d14a5de1afe6" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "hash-db", "log", @@ -1870,7 +1870,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1887,7 +1887,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1903,7 +1903,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1920,7 +1920,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-messages", "bp-runtime", @@ -1936,7 +1936,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-messages", @@ -1954,7 +1954,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -1977,7 +1977,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1997,7 +1997,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-messages", "bp-runtime", @@ -2014,7 +2014,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.14.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2045,7 +2045,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.22.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-messages", @@ -2958,7 +2958,7 @@ dependencies = [ [[package]] name = "cumulus-client-bootnodes" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -2984,7 +2984,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "clap", "parity-scale-codec", @@ -3001,7 +3001,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -3024,7 +3024,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-client-collator", @@ -3071,7 +3071,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -3103,7 +3103,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "anyhow", "async-trait", @@ -3118,7 +3118,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -3141,7 +3141,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -3168,7 +3168,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3178,7 +3178,7 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-consensus-babe", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3217,7 +3217,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.25.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-channel 1.9.0", "cumulus-client-cli", @@ -3257,7 +3257,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3274,7 +3274,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -3291,7 +3291,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -3328,7 +3328,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -3339,7 +3339,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3352,7 +3352,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3367,7 +3367,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -3386,7 +3386,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3401,7 +3401,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "approx", "bounded-collections 0.2.4", @@ -3426,7 +3426,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -3441,7 +3441,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3450,7 +3450,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3467,7 +3467,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3481,7 +3481,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.13.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3491,7 +3491,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3508,7 +3508,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3525,7 +3525,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -3553,7 +3553,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3573,7 +3573,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -3609,7 +3609,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3650,7 +3650,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-streams" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-relay-chain-interface", "futures", @@ -3664,7 +3664,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -4471,7 +4471,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "alloy-core", ] @@ -4853,7 +4853,7 @@ dependencies = [ "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", ] [[package]] @@ -5036,7 +5036,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", ] @@ -5156,7 +5156,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "41.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-support-procedural", @@ -5180,7 +5180,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "49.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -5245,7 +5245,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5273,7 +5273,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "16.1.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -5284,7 +5284,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "41.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "aquamarine", "frame-support", @@ -5354,7 +5354,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.9.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "const-hex", @@ -5370,7 +5370,7 @@ dependencies = [ [[package]] name = "frame-storage-access-test-runtime" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-pallet-parachain-system", "parity-scale-codec", @@ -5384,7 +5384,7 @@ dependencies = [ [[package]] name = "frame-support" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -5425,7 +5425,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "34.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "Inflector", "cfg-expr", @@ -5439,14 +5439,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "syn 2.0.106", ] [[package]] name = "frame-support-procedural-core" version = "34.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cfg-expr", "frame-support-procedural-tools 13.0.1", @@ -5471,7 +5471,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.4.0", @@ -5494,7 +5494,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro2", "quote", @@ -5504,7 +5504,7 @@ dependencies = [ [[package]] name = "frame-system" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cfg-if", "docify", @@ -5523,7 +5523,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "parity-scale-codec", @@ -5547,7 +5547,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.47.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "parity-scale-codec", @@ -8287,7 +8287,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "log", @@ -8306,7 +8306,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9284,7 +9284,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "frame-benchmarking", @@ -9296,7 +9296,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-io", "sp-runtime", ] @@ -9320,7 +9320,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9338,7 +9338,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.9.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9356,7 +9356,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9371,7 +9371,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9385,7 +9385,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9403,7 +9403,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9419,7 +9419,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "ethereum-standards", "frame-benchmarking", @@ -9437,7 +9437,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.8.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "pallet-assets", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9464,7 +9464,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -9474,7 +9474,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -9490,7 +9490,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -9505,7 +9505,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -9518,7 +9518,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9541,7 +9541,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "aquamarine", "docify", @@ -9562,7 +9562,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -9610,7 +9610,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -9635,7 +9635,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9652,7 +9652,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-runtime", @@ -9671,7 +9671,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-messages", @@ -9690,7 +9690,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-parachains", @@ -9710,7 +9710,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-header-chain", "bp-messages", @@ -9733,7 +9733,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "frame-benchmarking", @@ -9751,7 +9751,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9769,7 +9769,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9788,7 +9788,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -9805,7 +9805,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9846,7 +9846,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "environmental", "frame-benchmarking", @@ -9877,7 +9877,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "18.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -9908,7 +9908,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "23.0.3" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro2", "quote", @@ -9918,7 +9918,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "14.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9929,7 +9929,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9945,7 +9945,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "25.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "8.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -9998,7 +9998,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10015,7 +10015,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -10064,7 +10064,7 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10082,7 +10082,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10103,7 +10103,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10124,7 +10124,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10137,7 +10137,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10256,7 +10256,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -10274,7 +10274,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -10292,7 +10292,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10328,7 +10328,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10344,7 +10344,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10363,7 +10363,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10378,7 +10378,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10411,7 +10411,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10424,7 +10424,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10440,7 +10440,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "44.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "environmental", "frame-benchmarking", @@ -10459,7 +10459,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -10477,7 +10477,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -10496,7 +10496,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "parity-scale-codec", @@ -10510,7 +10510,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "parity-scale-codec", @@ -10522,7 +10522,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "parity-scale-codec", @@ -10533,7 +10533,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "pallet-assets", @@ -10546,7 +10546,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "35.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10563,7 +10563,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10573,7 +10573,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "parity-scale-codec", @@ -10584,7 +10584,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -10602,7 +10602,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10622,7 +10622,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10632,7 +10632,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -10647,7 +10647,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10670,7 +10670,7 @@ dependencies = [ [[package]] name = "pallet-origin-restriction" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10688,7 +10688,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "parity-scale-codec", @@ -10699,7 +10699,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.12.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -10716,7 +10716,7 @@ dependencies = [ [[package]] name = "pallet-people" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10734,7 +10734,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10750,7 +10750,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -10762,7 +10762,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10780,7 +10780,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10790,7 +10790,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10808,7 +10808,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -10823,7 +10823,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "alloy-core", "derive_more 0.99.20", @@ -10869,7 +10869,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "anyhow", "cargo_metadata", @@ -10883,7 +10883,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro2", "quote", @@ -10893,7 +10893,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.5.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -10905,7 +10905,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "38.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -10921,7 +10921,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "17.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -10934,7 +10934,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "pallet-balances", @@ -10948,7 +10948,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "26.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "pallet-ranked-collective", @@ -10960,7 +10960,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -10977,7 +10977,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -10990,7 +10990,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -11011,7 +11011,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11057,7 +11057,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "16.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -11069,7 +11069,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11086,7 +11086,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11108,7 +11108,7 @@ dependencies = [ [[package]] name = "pallet-staking-async" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11131,7 +11131,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -11150,7 +11150,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -11167,7 +11167,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -11178,7 +11178,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "sp-arithmetic", @@ -11187,7 +11187,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "sp-api", @@ -11197,7 +11197,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11213,7 +11213,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", @@ -11377,7 +11377,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -11392,7 +11392,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -11410,7 +11410,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11428,7 +11428,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11443,7 +11443,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "44.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -11459,7 +11459,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11471,7 +11471,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "frame-benchmarking", @@ -11490,7 +11490,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -11509,7 +11509,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "parity-scale-codec", @@ -11520,7 +11520,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11534,7 +11534,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11549,7 +11549,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11564,7 +11564,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11578,7 +11578,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11588,7 +11588,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "20.1.3" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bounded-collections 0.2.4", "frame-benchmarking", @@ -11614,7 +11614,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -11631,7 +11631,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-messages", "bp-runtime", @@ -11653,7 +11653,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -11673,7 +11673,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -12035,7 +12035,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-approval-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "futures-timer", @@ -12053,7 +12053,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "futures-timer", @@ -12068,7 +12068,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "fatality", "futures", @@ -12091,7 +12091,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "fatality", @@ -12124,7 +12124,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "clap", "frame-benchmarking-cli", @@ -12148,7 +12148,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "fatality", @@ -12171,7 +12171,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "18.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -12182,7 +12182,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "fatality", "futures", @@ -12204,7 +12204,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -12218,7 +12218,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "24.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "futures-timer", @@ -12231,7 +12231,7 @@ dependencies = [ "sc-network", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-keystore", "tracing-gum", ] @@ -12239,7 +12239,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "always-assert", "async-trait", @@ -12262,7 +12262,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "parity-scale-codec", @@ -12280,7 +12280,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "bitvec", @@ -12312,7 +12312,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -12336,7 +12336,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "futures", @@ -12355,7 +12355,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "fatality", @@ -12376,7 +12376,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12391,7 +12391,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -12413,7 +12413,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "polkadot-node-metrics", @@ -12427,7 +12427,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "futures-timer", @@ -12443,7 +12443,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "fatality", "futures", @@ -12461,7 +12461,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -12478,7 +12478,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "fatality", "futures", @@ -12492,7 +12492,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "fatality", @@ -12509,7 +12509,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -12537,7 +12537,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12550,7 +12550,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cpu-time", "futures", @@ -12565,7 +12565,7 @@ dependencies = [ "sc-executor-wasmtime", "seccompiler", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-externalities", "sp-io", "sp-tracing", @@ -12576,7 +12576,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "polkadot-node-metrics", @@ -12591,7 +12591,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bs58", "futures", @@ -12608,7 +12608,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12633,7 +12633,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "bounded-vec", @@ -12657,7 +12657,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12666,7 +12666,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -12694,7 +12694,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "24.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "fatality", "futures", @@ -12725,7 +12725,7 @@ dependencies = [ [[package]] name = "polkadot-omni-node-lib" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "clap", @@ -12813,7 +12813,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -12833,7 +12833,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "17.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bounded-collections 0.2.4", "derive_more 0.99.20", @@ -12849,7 +12849,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "bounded-collections 0.2.4", @@ -12878,7 +12878,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -12911,7 +12911,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "frame-benchmarking", @@ -12961,7 +12961,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bs58", "frame-benchmarking", @@ -12973,7 +12973,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "20.0.2" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -13021,7 +13021,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "2506.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "assets-common", "bridge-hub-common", @@ -13179,7 +13179,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-benchmarking", @@ -13214,7 +13214,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "frame-benchmarking", @@ -13324,7 +13324,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitvec", "fatality", @@ -13344,7 +13344,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -13651,7 +13651,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "syn 2.0.106", ] @@ -13833,7 +13833,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "syn 2.0.106", ] @@ -14673,7 +14673,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "24.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "binary-merkle-tree", "bitvec", @@ -14771,7 +14771,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "polkadot-primitives", @@ -15201,7 +15201,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "sp-core", @@ -15212,7 +15212,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -15243,7 +15243,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "log", @@ -15265,7 +15265,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.45.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "sp-api", @@ -15280,7 +15280,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "44.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "clap", @@ -15296,7 +15296,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -15307,7 +15307,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -15318,7 +15318,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.53.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "chrono", @@ -15360,7 +15360,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "fnv", "futures", @@ -15386,7 +15386,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.47.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "hash-db", "kvdb", @@ -15414,7 +15414,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -15437,7 +15437,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -15466,7 +15466,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "fork-tree", @@ -15491,7 +15491,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -15502,7 +15502,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "jsonrpsee", @@ -15524,7 +15524,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15558,7 +15558,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "jsonrpsee", @@ -15578,7 +15578,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "fork-tree", "parity-scale-codec", @@ -15591,7 +15591,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "ahash 0.8.12", "array-bytes 6.2.3", @@ -15625,7 +15625,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -15635,7 +15635,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "finality-grandpa", "futures", @@ -15655,7 +15655,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.52.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "assert_matches", "async-trait", @@ -15690,7 +15690,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -15713,7 +15713,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -15736,7 +15736,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.39.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "polkavm 0.24.0", "sc-allocator", @@ -15749,7 +15749,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "polkavm 0.24.0", @@ -15760,7 +15760,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.39.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "anyhow", "log", @@ -15776,7 +15776,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "console", "futures", @@ -15792,7 +15792,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "36.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.5", @@ -15806,7 +15806,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "arrayvec 0.7.6", @@ -15834,7 +15834,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.51.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15884,7 +15884,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.49.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -15894,7 +15894,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "ahash 0.8.12", "futures", @@ -15913,7 +15913,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15934,7 +15934,7 @@ dependencies = [ [[package]] name = "sc-network-statement" version = "0.33.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15954,7 +15954,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15989,7 +15989,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "futures", @@ -16008,7 +16008,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bs58", "bytes", @@ -16029,7 +16029,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bytes", "fnv", @@ -16063,7 +16063,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -16072,7 +16072,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "jsonrpsee", @@ -16104,7 +16104,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16124,7 +16124,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -16148,7 +16148,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "futures", @@ -16181,13 +16181,13 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "sc-executor", "sc-executor-common", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-state-machine", "sp-wasm-interface", "thiserror 1.0.69", @@ -16196,7 +16196,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.52.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "directories", @@ -16260,7 +16260,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.39.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "parity-scale-codec", @@ -16271,7 +16271,7 @@ dependencies = [ [[package]] name = "sc-statement-store" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "parity-db", @@ -16290,7 +16290,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "clap", "fs4", @@ -16303,7 +16303,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16322,7 +16322,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "derive_more 0.99.20", "futures", @@ -16335,14 +16335,14 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-io", ] [[package]] name = "sc-telemetry" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "chrono", "futures", @@ -16361,7 +16361,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "chrono", "console", @@ -16389,7 +16389,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -16400,7 +16400,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "40.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -16417,7 +16417,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -16431,7 +16431,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -16448,7 +16448,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-channel 1.9.0", "futures", @@ -17204,7 +17204,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "18.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "enumn", "parity-scale-codec", @@ -17488,7 +17488,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.14.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bp-relayers", "frame-support", @@ -17583,7 +17583,7 @@ dependencies = [ [[package]] name = "sp-api" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "hash-db", @@ -17605,7 +17605,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "Inflector", "blake2 0.10.6", @@ -17619,7 +17619,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -17631,7 +17631,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "integer-sqrt", @@ -17645,7 +17645,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -17657,7 +17657,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "sp-api", "sp-inherents", @@ -17667,7 +17667,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "futures", "parity-scale-codec", @@ -17686,7 +17686,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "futures", @@ -17700,7 +17700,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "parity-scale-codec", @@ -17716,7 +17716,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "parity-scale-codec", @@ -17734,7 +17734,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -17742,7 +17742,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -17754,7 +17754,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "finality-grandpa", "log", @@ -17771,7 +17771,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -17782,7 +17782,7 @@ dependencies = [ [[package]] name = "sp-core" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "ark-vrf", "array-bytes 6.2.3", @@ -17813,7 +17813,7 @@ dependencies = [ "secrecy 0.8.0", "serde", "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -17830,7 +17830,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.16.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -17864,7 +17864,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "blake2b_simd", "byteorder", @@ -17877,17 +17877,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "syn 2.0.106", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "kvdb", "parking_lot 0.12.5", @@ -17896,7 +17896,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "proc-macro2", "quote", @@ -17906,7 +17906,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "environmental", "parity-scale-codec", @@ -17916,7 +17916,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -17928,7 +17928,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17941,7 +17941,7 @@ dependencies = [ [[package]] name = "sp-io" version = "41.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bytes", "docify", @@ -17953,7 +17953,7 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -17967,7 +17967,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "sp-core", "sp-runtime", @@ -17977,7 +17977,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -17988,7 +17988,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17997,7 +17997,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-metadata 23.0.0", "parity-scale-codec", @@ -18007,7 +18007,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.15.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -18018,7 +18018,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "log", "parity-scale-codec", @@ -18035,7 +18035,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -18048,7 +18048,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "sp-api", "sp-core", @@ -18058,7 +18058,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "backtrace", "regex", @@ -18067,7 +18067,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "35.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -18077,7 +18077,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "binary-merkle-tree", "docify", @@ -18106,7 +18106,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -18125,7 +18125,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "Inflector", "expander", @@ -18138,7 +18138,7 @@ dependencies = [ [[package]] name = "sp-session" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -18152,7 +18152,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -18165,7 +18165,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.46.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "hash-db", "log", @@ -18185,7 +18185,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -18198,7 +18198,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -18209,12 +18209,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -18226,7 +18226,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "parity-scale-codec", @@ -18238,7 +18238,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "tracing", @@ -18249,7 +18249,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "sp-api", "sp-runtime", @@ -18258,7 +18258,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "async-trait", "parity-scale-codec", @@ -18272,7 +18272,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "ahash 0.8.12", "foldhash 0.1.5", @@ -18297,7 +18297,7 @@ dependencies = [ [[package]] name = "sp-version" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -18314,7 +18314,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -18326,7 +18326,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -18338,7 +18338,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "bounded-collections 0.2.4", "parity-scale-codec", @@ -18512,7 +18512,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-chain-spec-builder" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "clap", "docify", @@ -18525,7 +18525,7 @@ dependencies = [ [[package]] name = "staging-node-inspect" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "clap", "parity-scale-codec", @@ -18543,7 +18543,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -18556,7 +18556,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "17.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "bounded-collections 0.2.4", @@ -18577,7 +18577,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "21.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "environmental", "frame-support", @@ -18601,7 +18601,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "20.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "environmental", "frame-benchmarking", @@ -18655,7 +18655,7 @@ dependencies = [ [[package]] name = "stc-shield" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "anyhow", "async-trait", @@ -18676,7 +18676,7 @@ dependencies = [ [[package]] name = "stp-shield" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "parity-scale-codec", "scale-info", @@ -18746,7 +18746,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -18771,7 +18771,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" [[package]] name = "substrate-fixed" @@ -18787,7 +18787,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "45.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -18807,7 +18807,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.6" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "http-body-util", "hyper 1.7.0", @@ -18821,7 +18821,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "44.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -18848,7 +18848,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "array-bytes 6.2.3", "build-helper", @@ -19957,7 +19957,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "coarsetime", "polkadot-primitives", @@ -19968,7 +19968,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "expander", "proc-macro-crate 3.4.0", @@ -20973,7 +20973,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" version = "24.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "binary-merkle-tree", "bitvec", @@ -21080,7 +21080,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "polkadot-primitives", @@ -21730,7 +21730,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "11.0.2" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "Inflector", "proc-macro2", @@ -21741,7 +21741,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.8.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "parity-scale-codec", @@ -21755,7 +21755,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=a08c7b0f0b6429910a953cbbaec4b4138294fa38#a08c7b0f0b6429910a953cbbaec4b4138294fa38" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index ecd5b0997e..3247664d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,8 +79,8 @@ subtensor-runtime-common = { default-features = false, path = "common" } subtensor-swap-interface = { default-features = false, path = "primitives/swap-interface" } subtensor-transaction-fee = { default-features = false, path = "pallets/transaction-fee" } subtensor-chain-extensions = { default-features = false, path = "chain-extensions" } -stp-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -stc-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +stp-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +stc-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } ed25519-dalek = { version = "2.1.0", default-features = false } async-trait = "0.1" @@ -138,122 +138,122 @@ num_enum = { version = "0.7.4", default-features = false } environmental = { version = "1.1.4", default-features = false } tokio = { version = "1.38", default-features = false } -frame = { package = "polkadot-sdk-frame", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-executive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-system-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-try-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +frame = { package = "polkadot-sdk-frame", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-executive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-system-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-try-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } frame-metadata = { version = "23.0.0", default-features = false } pallet-subtensor-proxy = { path = "pallets/proxy", default-features = false } pallet-subtensor-utility = { path = "pallets/utility", default-features = false } -pallet-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-multisig = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-safe-mode = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-sudo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-transaction-payment = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-root-testing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-contracts = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +pallet-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-multisig = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-safe-mode = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-sudo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-transaction-payment = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-root-testing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-contracts = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } # NPoS -frame-election-provider-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-bags-list = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-fast-unstake = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-nomination-pools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-staking-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -pallet-offences = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +frame-election-provider-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-bags-list = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-fast-unstake = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-nomination-pools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-staking-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-offences = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-basic-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus-babe-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus-grandpa-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-consensus-manual-seal = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +sc-basic-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus-babe-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus-grandpa-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-consensus-manual-seal = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-npos-elections = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-keyring = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-npos-elections = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-keyring = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -substrate-build-script-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +substrate-build-script-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", tag = "v0.6.0", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -substrate-wasm-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +substrate-wasm-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -polkadot-sdk = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +polkadot-sdk = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } # Frontier # Vendored via `git subtree` from RaoFoundation/frontier @@ -292,8 +292,8 @@ pallet-hotfix-sufficients = { path = "vendor/frontier/frame/hotfix-sufficients", #DRAND pallet-drand = { path = "pallets/drand", default-features = false } -sp-crypto-ec-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } -sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false } +sp-crypto-ec-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } w3f-bls = { path = "vendor/w3f-bls", default-features = false } ark-crypto-primitives = { version = "0.4.0", default-features = false } ark-scale = { version = "0.0.11", default-features = false } @@ -344,104 +344,104 @@ zstd-safe = { git = "https://github.com/gztensor/zstd-safe", rev = "42cc34ef6abe # build. Redirect the frontier-side polkadot-sdk crates to the RaoFoundation # remote at the same rev so the whole graph resolves to a single copy. [patch."https://github.com/opentensor/polkadot-sdk"] -binary-merkle-tree = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -cumulus-primitives-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -fork-tree = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -frame-support-procedural = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -frame-support-procedural-tools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -frame-support-procedural-tools-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -polkadot-core-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -polkadot-parachain-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -polkadot-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-allocator = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-client-db = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-executor-common = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-executor-polkavm = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-executor-wasmtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-informant = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-mixnet = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-network-common = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-network-light = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-network-transactions = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-network-types = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-rpc-server = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-rpc-spec-v2 = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-state-db = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-sysinfo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-tracing-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sc-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-api-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-crypto-hashing-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-database = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-maybe-compressed-blob = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-metadata-ir = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-mixnet = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-panic-handler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-runtime-interface-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-state-machine = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-statement-store = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-transaction-storage-proof = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-trie = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-version-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-wasm-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -staging-xcm = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -substrate-bip39 = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } -xcm-procedural = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38" } +binary-merkle-tree = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +cumulus-primitives-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +fork-tree = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +frame-support-procedural = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +frame-support-procedural-tools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +frame-support-procedural-tools-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +polkadot-core-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +polkadot-parachain-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +polkadot-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-allocator = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-client-db = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-executor-common = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-executor-polkavm = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-executor-wasmtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-informant = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-mixnet = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-network-common = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-network-light = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-network-transactions = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-network-types = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-rpc-server = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-rpc-spec-v2 = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-state-db = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-sysinfo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-tracing-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sc-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-api-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-crypto-hashing-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-database = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-maybe-compressed-blob = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-metadata-ir = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-mixnet = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-panic-handler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-runtime-interface-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-state-machine = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-statement-store = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-transaction-storage-proof = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-trie = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-version-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-wasm-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +staging-xcm = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +substrate-bip39 = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +xcm-procedural = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } diff --git a/eco-tests/Cargo.toml b/eco-tests/Cargo.toml index e8b88598d2..6beea8484c 100644 --- a/eco-tests/Cargo.toml +++ b/eco-tests/Cargo.toml @@ -23,22 +23,22 @@ useless_conversion = "allow" time = { version = "0.3.47", default-features = false } pallet-subtensor = { path = "../pallets/subtensor", default-features = false, features = ["std"] } pallet-alpha-assets = { path = "../pallets/alpha-assets", default-features = false, features = ["std"] } -frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } -frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } -sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } -sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } -sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } -sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } codec = { package = "parity-scale-codec", version = "3.7.5", default-features = false, features = ["derive", "std"] } scale-info = { version = "2.11.2", default-features = false, features = ["derive", "std"] } -pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } -pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } -pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } +pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } pallet-drand = { path = "../pallets/drand", default-features = false, features = ["std"] } pallet-subtensor-swap = { path = "../pallets/swap", default-features = false, features = ["std"] } pallet-subtensor-swap-runtime-api = { path = "../pallets/swap/runtime-api", default-features = false, features = ["std"] } subtensor-custom-rpc-runtime-api = { path = "../pallets/subtensor/runtime-api", default-features = false, features = ["std"] } -sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } pallet-crowdloan = { path = "../pallets/crowdloan", default-features = false, features = ["std"] } pallet-subtensor-proxy = { path = "../pallets/proxy", default-features = false, features = ["std"] } pallet-subtensor-utility = { path = "../pallets/utility", default-features = false, features = ["std"] } @@ -50,7 +50,7 @@ substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", ta safe-math = { path = "../primitives/safe-math", default-features = false, features = ["std"] } log = { version = "0.4.21", default-features = false, features = ["std"] } approx = "0.5" -sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "a08c7b0f0b6429910a953cbbaec4b4138294fa38", default-features = false, features = ["std"] } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } tracing = "0.1" tracing-log = "0.2" tracing-subscriber = { version = "0.3.20", features = ["fmt", "env-filter"] } diff --git a/node/src/service/grandpa_warp_sync.rs b/node/src/service/grandpa_warp_sync.rs index 79b5cc05a1..16507168f5 100644 --- a/node/src/service/grandpa_warp_sync.rs +++ b/node/src/service/grandpa_warp_sync.rs @@ -54,7 +54,6 @@ fn testnet_authorities() -> AuthorityList { hex_literal::hex!("ee70f7b52998c2b4f3d42e509e8360cda92b0cd4ca100cd4d32be5a1ac297909"), hex_literal::hex!("b57a038c9139a060358f3b654df74a1cb6d15bcdb8438bcebd64ce67ec4301eb"), hex_literal::hex!("755f75dfc66aaa3b1e761a8845249509b8bd2fdf0d94cb74e1e12e1e0f4d3519"), - hex_literal::hex!("d97a64267f177505b0565a18677c9f5d4284d7f2eb96d515556e7e52217f82e9"), ] .into_iter() .map(|bytes| { @@ -76,7 +75,7 @@ fn testnet_checkpoints() -> Vec> { hex_literal::hex!("2b001bfdec34d007ab2ac07f712e64d0cb1a6fb4b51f7d47bfb3c7d7336a689b"), ), ( - 3, + 2, 5_534_451, hex_literal::hex!("4d643da5fd7cd2b9ceb795091643e7223819e2a01f942ac049c5b928f7e30dc4"), ), @@ -129,14 +128,14 @@ mod tests { "2b001bfdec34d007ab2ac07f712e64d0cb1a6fb4b51f7d47bfb3c7d7336a689b" )) ); - assert_eq!((second.set_id, second.block.1), (3, 5_534_451)); + assert_eq!((second.set_id, second.block.1), (2, 5_534_451)); assert_eq!( second.block.0, H256::from(hex_literal::hex!( "4d643da5fd7cd2b9ceb795091643e7223819e2a01f942ac049c5b928f7e30dc4" )) ); - assert_eq!(first.authorities.len(), 6); + assert_eq!(first.authorities.len(), 5); assert_eq!(first.authorities, second.authorities); let authority_ids: Vec<&[u8]> = first .authorities @@ -149,7 +148,6 @@ mod tests { hex_literal::hex!("ee70f7b52998c2b4f3d42e509e8360cda92b0cd4ca100cd4d32be5a1ac297909"), hex_literal::hex!("b57a038c9139a060358f3b654df74a1cb6d15bcdb8438bcebd64ce67ec4301eb"), hex_literal::hex!("755f75dfc66aaa3b1e761a8845249509b8bd2fdf0d94cb74e1e12e1e0f4d3519"), - hex_literal::hex!("d97a64267f177505b0565a18677c9f5d4284d7f2eb96d515556e7e52217f82e9"), ]; let expected_authority_ids = expected_authority_ids .iter() From 2da90f547474a8c5dc73a126c1664ce02bcc5142 Mon Sep 17 00:00:00 2001 From: UnArbosFive Date: Thu, 6 Aug 2026 03:05:40 +0200 Subject: [PATCH 2/2] chore: pin merged SDK GRANDPA fixes --- Cargo.lock | 764 +++++++++++++++++++++---------------------- Cargo.toml | 418 +++++++++++------------ eco-tests/Cargo.toml | 22 +- 3 files changed, 602 insertions(+), 602 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cd24d9b79..80d546694e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,7 +1114,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "assets-common" version = "0.22.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -1499,7 +1499,7 @@ checksum = "5a45f9771ced8a774de5e5ebffbe520f52e3943bf5a9a6baa3a5d14a5de1afe6" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "hash-db", "log", @@ -1870,7 +1870,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1887,7 +1887,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1903,7 +1903,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1920,7 +1920,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-messages", "bp-runtime", @@ -1936,7 +1936,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-messages", @@ -1954,7 +1954,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -1977,7 +1977,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1997,7 +1997,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-messages", "bp-runtime", @@ -2014,7 +2014,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.14.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2045,7 +2045,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.22.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-messages", @@ -2958,7 +2958,7 @@ dependencies = [ [[package]] name = "cumulus-client-bootnodes" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -2984,7 +2984,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "clap", "parity-scale-codec", @@ -3001,7 +3001,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -3024,7 +3024,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-client-collator", @@ -3071,7 +3071,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -3103,7 +3103,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "anyhow", "async-trait", @@ -3118,7 +3118,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -3141,7 +3141,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -3168,7 +3168,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3178,7 +3178,7 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-consensus-babe", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3217,7 +3217,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.25.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-channel 1.9.0", "cumulus-client-cli", @@ -3257,7 +3257,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3274,7 +3274,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -3291,7 +3291,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -3328,7 +3328,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -3339,7 +3339,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3352,7 +3352,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3367,7 +3367,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -3386,7 +3386,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3401,7 +3401,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "approx", "bounded-collections 0.2.4", @@ -3426,7 +3426,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -3441,7 +3441,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3450,7 +3450,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3467,7 +3467,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3481,7 +3481,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.13.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3491,7 +3491,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3508,7 +3508,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3525,7 +3525,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -3553,7 +3553,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3573,7 +3573,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -3609,7 +3609,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3650,7 +3650,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-streams" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-relay-chain-interface", "futures", @@ -3664,7 +3664,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -4471,7 +4471,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "alloy-core", ] @@ -4853,7 +4853,7 @@ dependencies = [ "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", ] [[package]] @@ -5036,7 +5036,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", ] @@ -5156,7 +5156,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "41.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-support-procedural", @@ -5180,7 +5180,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "49.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -5245,7 +5245,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5273,7 +5273,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "16.1.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -5284,7 +5284,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "41.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "aquamarine", "frame-support", @@ -5354,7 +5354,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.9.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "const-hex", @@ -5370,7 +5370,7 @@ dependencies = [ [[package]] name = "frame-storage-access-test-runtime" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-pallet-parachain-system", "parity-scale-codec", @@ -5384,7 +5384,7 @@ dependencies = [ [[package]] name = "frame-support" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -5425,7 +5425,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "34.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "Inflector", "cfg-expr", @@ -5439,14 +5439,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "syn 2.0.106", ] [[package]] name = "frame-support-procedural-core" version = "34.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cfg-expr", "frame-support-procedural-tools 13.0.1", @@ -5471,7 +5471,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.4.0", @@ -5494,7 +5494,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro2", "quote", @@ -5504,7 +5504,7 @@ dependencies = [ [[package]] name = "frame-system" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cfg-if", "docify", @@ -5523,7 +5523,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "parity-scale-codec", @@ -5547,7 +5547,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.47.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "parity-scale-codec", @@ -8287,7 +8287,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "log", @@ -8306,7 +8306,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9284,7 +9284,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "frame-benchmarking", @@ -9296,7 +9296,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-io", "sp-runtime", ] @@ -9320,7 +9320,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9338,7 +9338,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.9.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9356,7 +9356,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9371,7 +9371,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9385,7 +9385,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9403,7 +9403,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9419,7 +9419,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "ethereum-standards", "frame-benchmarking", @@ -9437,7 +9437,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.8.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "pallet-assets", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9464,7 +9464,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -9474,7 +9474,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -9490,7 +9490,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -9505,7 +9505,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -9518,7 +9518,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9541,7 +9541,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "aquamarine", "docify", @@ -9562,7 +9562,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -9610,7 +9610,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -9635,7 +9635,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9652,7 +9652,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-runtime", @@ -9671,7 +9671,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-messages", @@ -9690,7 +9690,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-parachains", @@ -9710,7 +9710,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-header-chain", "bp-messages", @@ -9733,7 +9733,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "frame-benchmarking", @@ -9751,7 +9751,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9769,7 +9769,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9788,7 +9788,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -9805,7 +9805,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9846,7 +9846,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "environmental", "frame-benchmarking", @@ -9877,7 +9877,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "18.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -9908,7 +9908,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "23.0.3" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro2", "quote", @@ -9918,7 +9918,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "14.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9929,7 +9929,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9945,7 +9945,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "25.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "8.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -9998,7 +9998,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10015,7 +10015,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -10064,7 +10064,7 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10082,7 +10082,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10103,7 +10103,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10124,7 +10124,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10137,7 +10137,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10256,7 +10256,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -10274,7 +10274,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -10292,7 +10292,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10328,7 +10328,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10344,7 +10344,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10363,7 +10363,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10378,7 +10378,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10411,7 +10411,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10424,7 +10424,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10440,7 +10440,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "44.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "environmental", "frame-benchmarking", @@ -10459,7 +10459,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -10477,7 +10477,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -10496,7 +10496,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "parity-scale-codec", @@ -10510,7 +10510,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "parity-scale-codec", @@ -10522,7 +10522,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "parity-scale-codec", @@ -10533,7 +10533,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "pallet-assets", @@ -10546,7 +10546,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "35.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10563,7 +10563,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10573,7 +10573,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "parity-scale-codec", @@ -10584,7 +10584,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -10602,7 +10602,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10622,7 +10622,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10632,7 +10632,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -10647,7 +10647,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10670,7 +10670,7 @@ dependencies = [ [[package]] name = "pallet-origin-restriction" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10688,7 +10688,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "parity-scale-codec", @@ -10699,7 +10699,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.12.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -10716,7 +10716,7 @@ dependencies = [ [[package]] name = "pallet-people" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10734,7 +10734,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10750,7 +10750,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -10762,7 +10762,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10780,7 +10780,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10790,7 +10790,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10808,7 +10808,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10823,7 +10823,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "alloy-core", "derive_more 0.99.20", @@ -10869,7 +10869,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "anyhow", "cargo_metadata", @@ -10883,7 +10883,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro2", "quote", @@ -10893,7 +10893,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.5.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -10905,7 +10905,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "38.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -10921,7 +10921,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "17.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -10934,7 +10934,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "pallet-balances", @@ -10948,7 +10948,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "26.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "pallet-ranked-collective", @@ -10960,7 +10960,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -10977,7 +10977,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -10990,7 +10990,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -11011,7 +11011,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11057,7 +11057,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "16.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -11069,7 +11069,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11086,7 +11086,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11108,7 +11108,7 @@ dependencies = [ [[package]] name = "pallet-staking-async" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11131,7 +11131,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -11150,7 +11150,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -11167,7 +11167,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -11178,7 +11178,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "sp-arithmetic", @@ -11187,7 +11187,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "sp-api", @@ -11197,7 +11197,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11213,7 +11213,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", @@ -11377,7 +11377,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -11392,7 +11392,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -11410,7 +11410,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11428,7 +11428,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11443,7 +11443,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "44.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -11459,7 +11459,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11471,7 +11471,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "frame-benchmarking", @@ -11490,7 +11490,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -11509,7 +11509,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "parity-scale-codec", @@ -11520,7 +11520,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11534,7 +11534,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11549,7 +11549,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11564,7 +11564,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11578,7 +11578,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11588,7 +11588,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "20.1.3" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bounded-collections 0.2.4", "frame-benchmarking", @@ -11614,7 +11614,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11631,7 +11631,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-messages", "bp-runtime", @@ -11653,7 +11653,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -11673,7 +11673,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -12035,7 +12035,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-approval-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "futures-timer", @@ -12053,7 +12053,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "futures-timer", @@ -12068,7 +12068,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "fatality", "futures", @@ -12091,7 +12091,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "fatality", @@ -12124,7 +12124,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "clap", "frame-benchmarking-cli", @@ -12148,7 +12148,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "fatality", @@ -12171,7 +12171,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "18.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -12182,7 +12182,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "fatality", "futures", @@ -12204,7 +12204,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -12218,7 +12218,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "24.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "futures-timer", @@ -12231,7 +12231,7 @@ dependencies = [ "sc-network", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-keystore", "tracing-gum", ] @@ -12239,7 +12239,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "always-assert", "async-trait", @@ -12262,7 +12262,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "parity-scale-codec", @@ -12280,7 +12280,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "bitvec", @@ -12312,7 +12312,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -12336,7 +12336,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "futures", @@ -12355,7 +12355,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "fatality", @@ -12376,7 +12376,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12391,7 +12391,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -12413,7 +12413,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "polkadot-node-metrics", @@ -12427,7 +12427,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "futures-timer", @@ -12443,7 +12443,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "fatality", "futures", @@ -12461,7 +12461,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -12478,7 +12478,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "fatality", "futures", @@ -12492,7 +12492,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "fatality", @@ -12509,7 +12509,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -12537,7 +12537,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12550,7 +12550,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cpu-time", "futures", @@ -12565,7 +12565,7 @@ dependencies = [ "sc-executor-wasmtime", "seccompiler", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-externalities", "sp-io", "sp-tracing", @@ -12576,7 +12576,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "polkadot-node-metrics", @@ -12591,7 +12591,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bs58", "futures", @@ -12608,7 +12608,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12633,7 +12633,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "bounded-vec", @@ -12657,7 +12657,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12666,7 +12666,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -12694,7 +12694,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "24.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "fatality", "futures", @@ -12725,7 +12725,7 @@ dependencies = [ [[package]] name = "polkadot-omni-node-lib" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "clap", @@ -12813,7 +12813,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -12833,7 +12833,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "17.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bounded-collections 0.2.4", "derive_more 0.99.20", @@ -12849,7 +12849,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "bounded-collections 0.2.4", @@ -12878,7 +12878,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -12911,7 +12911,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "frame-benchmarking", @@ -12961,7 +12961,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bs58", "frame-benchmarking", @@ -12973,7 +12973,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "20.0.2" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -13021,7 +13021,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "2506.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "assets-common", "bridge-hub-common", @@ -13179,7 +13179,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-benchmarking", @@ -13214,7 +13214,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "frame-benchmarking", @@ -13324,7 +13324,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitvec", "fatality", @@ -13344,7 +13344,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -13651,7 +13651,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "syn 2.0.106", ] @@ -13833,7 +13833,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "syn 2.0.106", ] @@ -14673,7 +14673,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "24.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "binary-merkle-tree", "bitvec", @@ -14771,7 +14771,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "polkadot-primitives", @@ -15201,7 +15201,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "sp-core", @@ -15212,7 +15212,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -15243,7 +15243,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "log", @@ -15265,7 +15265,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.45.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "sp-api", @@ -15280,7 +15280,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "44.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "clap", @@ -15296,7 +15296,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -15307,7 +15307,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -15318,7 +15318,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.53.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "chrono", @@ -15360,7 +15360,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "fnv", "futures", @@ -15386,7 +15386,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.47.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "hash-db", "kvdb", @@ -15414,7 +15414,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -15437,7 +15437,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -15466,7 +15466,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "fork-tree", @@ -15491,7 +15491,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -15502,7 +15502,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "jsonrpsee", @@ -15524,7 +15524,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15558,7 +15558,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "jsonrpsee", @@ -15578,7 +15578,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "fork-tree", "parity-scale-codec", @@ -15591,7 +15591,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "ahash 0.8.12", "array-bytes 6.2.3", @@ -15625,7 +15625,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -15635,7 +15635,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "finality-grandpa", "futures", @@ -15655,7 +15655,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.52.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "assert_matches", "async-trait", @@ -15690,7 +15690,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -15713,7 +15713,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -15736,7 +15736,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.39.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "polkavm 0.24.0", "sc-allocator", @@ -15749,7 +15749,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "polkavm 0.24.0", @@ -15760,7 +15760,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.39.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "anyhow", "log", @@ -15776,7 +15776,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "console", "futures", @@ -15792,7 +15792,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "36.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.5", @@ -15806,7 +15806,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "arrayvec 0.7.6", @@ -15834,7 +15834,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.51.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15884,7 +15884,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.49.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -15894,7 +15894,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "ahash 0.8.12", "futures", @@ -15913,7 +15913,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15934,7 +15934,7 @@ dependencies = [ [[package]] name = "sc-network-statement" version = "0.33.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15954,7 +15954,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15989,7 +15989,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "futures", @@ -16008,7 +16008,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bs58", "bytes", @@ -16029,7 +16029,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bytes", "fnv", @@ -16063,7 +16063,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -16072,7 +16072,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "jsonrpsee", @@ -16104,7 +16104,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16124,7 +16124,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -16148,7 +16148,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "futures", @@ -16181,13 +16181,13 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "sc-executor", "sc-executor-common", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-state-machine", "sp-wasm-interface", "thiserror 1.0.69", @@ -16196,7 +16196,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.52.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "directories", @@ -16260,7 +16260,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.39.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "parity-scale-codec", @@ -16271,7 +16271,7 @@ dependencies = [ [[package]] name = "sc-statement-store" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "parity-db", @@ -16290,7 +16290,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "clap", "fs4", @@ -16303,7 +16303,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16322,7 +16322,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "derive_more 0.99.20", "futures", @@ -16335,14 +16335,14 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-io", ] [[package]] name = "sc-telemetry" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "chrono", "futures", @@ -16361,7 +16361,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "chrono", "console", @@ -16389,7 +16389,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", @@ -16400,7 +16400,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "40.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -16417,7 +16417,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -16431,7 +16431,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -16448,7 +16448,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-channel 1.9.0", "futures", @@ -17204,7 +17204,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "18.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "enumn", "parity-scale-codec", @@ -17488,7 +17488,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.14.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bp-relayers", "frame-support", @@ -17583,7 +17583,7 @@ dependencies = [ [[package]] name = "sp-api" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "hash-db", @@ -17605,7 +17605,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -17619,7 +17619,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17631,7 +17631,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "integer-sqrt", @@ -17645,7 +17645,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17657,7 +17657,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "sp-api", "sp-inherents", @@ -17667,7 +17667,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "futures", "parity-scale-codec", @@ -17686,7 +17686,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "futures", @@ -17700,7 +17700,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "parity-scale-codec", @@ -17716,7 +17716,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "parity-scale-codec", @@ -17734,7 +17734,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17742,7 +17742,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -17754,7 +17754,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "finality-grandpa", "log", @@ -17771,7 +17771,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17782,7 +17782,7 @@ dependencies = [ [[package]] name = "sp-core" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "ark-vrf", "array-bytes 6.2.3", @@ -17813,7 +17813,7 @@ dependencies = [ "secrecy 0.8.0", "serde", "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -17830,7 +17830,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.16.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -17864,7 +17864,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "blake2b_simd", "byteorder", @@ -17877,17 +17877,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "syn 2.0.106", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "kvdb", "parking_lot 0.12.5", @@ -17896,7 +17896,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "proc-macro2", "quote", @@ -17906,7 +17906,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "environmental", "parity-scale-codec", @@ -17916,7 +17916,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17928,7 +17928,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17941,7 +17941,7 @@ dependencies = [ [[package]] name = "sp-io" version = "41.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bytes", "docify", @@ -17953,7 +17953,7 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -17967,7 +17967,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "sp-core", "sp-runtime", @@ -17977,7 +17977,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -17988,7 +17988,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17997,7 +17997,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-metadata 23.0.0", "parity-scale-codec", @@ -18007,7 +18007,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.15.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -18018,7 +18018,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "log", "parity-scale-codec", @@ -18035,7 +18035,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -18048,7 +18048,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "sp-api", "sp-core", @@ -18058,7 +18058,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "backtrace", "regex", @@ -18067,7 +18067,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "35.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -18077,7 +18077,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "binary-merkle-tree", "docify", @@ -18106,7 +18106,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -18125,7 +18125,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "Inflector", "expander", @@ -18138,7 +18138,7 @@ dependencies = [ [[package]] name = "sp-session" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -18152,7 +18152,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -18165,7 +18165,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.46.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "hash-db", "log", @@ -18185,7 +18185,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -18198,7 +18198,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -18209,12 +18209,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -18226,7 +18226,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "parity-scale-codec", @@ -18238,7 +18238,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "tracing", @@ -18249,7 +18249,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "sp-api", "sp-runtime", @@ -18258,7 +18258,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "async-trait", "parity-scale-codec", @@ -18272,7 +18272,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "ahash 0.8.12", "foldhash 0.1.5", @@ -18297,7 +18297,7 @@ dependencies = [ [[package]] name = "sp-version" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -18314,7 +18314,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -18326,7 +18326,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "22.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -18338,7 +18338,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "bounded-collections 0.2.4", "parity-scale-codec", @@ -18512,7 +18512,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-chain-spec-builder" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "clap", "docify", @@ -18525,7 +18525,7 @@ dependencies = [ [[package]] name = "staging-node-inspect" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "clap", "parity-scale-codec", @@ -18543,7 +18543,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -18556,7 +18556,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "17.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "bounded-collections 0.2.4", @@ -18577,7 +18577,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "21.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "environmental", "frame-support", @@ -18601,7 +18601,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "20.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "environmental", "frame-benchmarking", @@ -18655,7 +18655,7 @@ dependencies = [ [[package]] name = "stc-shield" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "anyhow", "async-trait", @@ -18676,7 +18676,7 @@ dependencies = [ [[package]] name = "stp-shield" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "parity-scale-codec", "scale-info", @@ -18746,7 +18746,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -18771,7 +18771,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" [[package]] name = "substrate-fixed" @@ -18787,7 +18787,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "45.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -18807,7 +18807,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.6" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "http-body-util", "hyper 1.7.0", @@ -18821,7 +18821,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "44.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -18848,7 +18848,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "array-bytes 6.2.3", "build-helper", @@ -19957,7 +19957,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "coarsetime", "polkadot-primitives", @@ -19968,7 +19968,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "expander", "proc-macro-crate 3.4.0", @@ -20973,7 +20973,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" version = "24.0.1" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "binary-merkle-tree", "bitvec", @@ -21080,7 +21080,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "polkadot-primitives", @@ -21730,7 +21730,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "11.0.2" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "Inflector", "proc-macro2", @@ -21741,7 +21741,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.8.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "parity-scale-codec", @@ -21755,7 +21755,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "21.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd#be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a#cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 3247664d7a..c65e70952e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,8 +79,8 @@ subtensor-runtime-common = { default-features = false, path = "common" } subtensor-swap-interface = { default-features = false, path = "primitives/swap-interface" } subtensor-transaction-fee = { default-features = false, path = "pallets/transaction-fee" } subtensor-chain-extensions = { default-features = false, path = "chain-extensions" } -stp-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -stc-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +stp-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +stc-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } ed25519-dalek = { version = "2.1.0", default-features = false } async-trait = "0.1" @@ -138,122 +138,122 @@ num_enum = { version = "0.7.4", default-features = false } environmental = { version = "1.1.4", default-features = false } tokio = { version = "1.38", default-features = false } -frame = { package = "polkadot-sdk-frame", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-executive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-system-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-try-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame = { package = "polkadot-sdk-frame", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-executive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-system-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-try-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } frame-metadata = { version = "23.0.0", default-features = false } pallet-subtensor-proxy = { path = "pallets/proxy", default-features = false } pallet-subtensor-utility = { path = "pallets/utility", default-features = false } -pallet-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-multisig = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-safe-mode = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-sudo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-transaction-payment = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-root-testing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-contracts = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +pallet-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-multisig = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-safe-mode = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-sudo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-transaction-payment = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-root-testing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-contracts = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } # NPoS -frame-election-provider-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-bags-list = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-fast-unstake = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-nomination-pools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-staking-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -pallet-offences = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +frame-election-provider-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-bags-list = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-fast-unstake = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-nomination-pools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-staking-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +pallet-offences = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } -sc-basic-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus-babe-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus-grandpa-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-consensus-manual-seal = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sc-basic-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus-babe-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus-grandpa-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-consensus-manual-seal = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } -sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-npos-elections = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-keyring = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-npos-elections = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-keyring = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } -substrate-build-script-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +substrate-build-script-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", tag = "v0.6.0", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -substrate-wasm-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +substrate-wasm-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } -polkadot-sdk = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +polkadot-sdk = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } -runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } # Frontier # Vendored via `git subtree` from RaoFoundation/frontier @@ -292,8 +292,8 @@ pallet-hotfix-sufficients = { path = "vendor/frontier/frame/hotfix-sufficients", #DRAND pallet-drand = { path = "pallets/drand", default-features = false } -sp-crypto-ec-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } -sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false } +sp-crypto-ec-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } +sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false } w3f-bls = { path = "vendor/w3f-bls", default-features = false } ark-crypto-primitives = { version = "0.4.0", default-features = false } ark-scale = { version = "0.0.11", default-features = false } @@ -344,104 +344,104 @@ zstd-safe = { git = "https://github.com/gztensor/zstd-safe", rev = "42cc34ef6abe # build. Redirect the frontier-side polkadot-sdk crates to the RaoFoundation # remote at the same rev so the whole graph resolves to a single copy. [patch."https://github.com/opentensor/polkadot-sdk"] -binary-merkle-tree = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -cumulus-primitives-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -fork-tree = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -frame-support-procedural = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -frame-support-procedural-tools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -frame-support-procedural-tools-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -polkadot-core-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -polkadot-parachain-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -polkadot-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-allocator = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-client-db = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-executor-common = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-executor-polkavm = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-executor-wasmtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-informant = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-mixnet = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-network-common = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-network-light = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-network-transactions = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-network-types = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-rpc-server = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-rpc-spec-v2 = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-state-db = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-sysinfo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-tracing-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sc-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-api-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-crypto-hashing-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-database = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-maybe-compressed-blob = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-metadata-ir = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-mixnet = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-panic-handler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-runtime-interface-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-state-machine = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-statement-store = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-transaction-storage-proof = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-trie = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-version-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-wasm-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -staging-xcm = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -substrate-bip39 = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } -xcm-procedural = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd" } +binary-merkle-tree = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +cumulus-primitives-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +fork-tree = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +frame-support-procedural = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +frame-support-procedural-tools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +frame-support-procedural-tools-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +polkadot-core-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +polkadot-parachain-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +polkadot-primitives = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-allocator = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-client-db = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-executor-common = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-executor-polkavm = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-executor-wasmtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-informant = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-mixnet = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-network-common = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-network-light = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-network-transactions = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-network-types = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-rpc-server = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-rpc-spec-v2 = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-state-db = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-sysinfo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-tracing-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sc-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-api-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-crypto-hashing-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-database = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-maybe-compressed-blob = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-metadata-ir = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-mixnet = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-panic-handler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-runtime-interface-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-state-machine = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-statement-store = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-transaction-storage-proof = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-trie = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-version-proc-macro = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-wasm-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +staging-xcm = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +substrate-bip39 = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } +xcm-procedural = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a" } diff --git a/eco-tests/Cargo.toml b/eco-tests/Cargo.toml index 6beea8484c..d485228e5a 100644 --- a/eco-tests/Cargo.toml +++ b/eco-tests/Cargo.toml @@ -23,22 +23,22 @@ useless_conversion = "allow" time = { version = "0.3.47", default-features = false } pallet-subtensor = { path = "../pallets/subtensor", default-features = false, features = ["std"] } pallet-alpha-assets = { path = "../pallets/alpha-assets", default-features = false, features = ["std"] } -frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } -frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } -sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } -sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } -sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } -sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } codec = { package = "parity-scale-codec", version = "3.7.5", default-features = false, features = ["derive", "std"] } scale-info = { version = "2.11.2", default-features = false, features = ["derive", "std"] } -pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } -pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } -pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } +pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } +pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } pallet-drand = { path = "../pallets/drand", default-features = false, features = ["std"] } pallet-subtensor-swap = { path = "../pallets/swap", default-features = false, features = ["std"] } pallet-subtensor-swap-runtime-api = { path = "../pallets/swap/runtime-api", default-features = false, features = ["std"] } subtensor-custom-rpc-runtime-api = { path = "../pallets/subtensor/runtime-api", default-features = false, features = ["std"] } -sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } pallet-crowdloan = { path = "../pallets/crowdloan", default-features = false, features = ["std"] } pallet-subtensor-proxy = { path = "../pallets/proxy", default-features = false, features = ["std"] } pallet-subtensor-utility = { path = "../pallets/utility", default-features = false, features = ["std"] } @@ -50,7 +50,7 @@ substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", ta safe-math = { path = "../primitives/safe-math", default-features = false, features = ["std"] } log = { version = "0.4.21", default-features = false, features = ["std"] } approx = "0.5" -sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "be7cc3b1e89a909c0e2dc34fac9cc3488f39e2bd", default-features = false, features = ["std"] } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "cacb4310f20c7cac83eb3ccd8ed5a5ad4212608a", default-features = false, features = ["std"] } tracing = "0.1" tracing-log = "0.2" tracing-subscriber = { version = "0.3.20", features = ["fmt", "env-filter"] }