From c844ce8b182760650f87e1cf964f4228b0899125 Mon Sep 17 00:00:00 2001 From: Ozgun Ozerk Date: Thu, 19 Sep 2024 15:06:22 +0300 Subject: [PATCH] fix xcm-weight-trader pallet --- Cargo.lock | 3383 +++++++++++++++++++++++++++++++--------------------- Cargo.toml | 2 + 2 files changed, 2018 insertions(+), 1367 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38ba65b1f0..f26d36a75b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,10 +25,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-runtime-interface 28.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -1247,8 +1247,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2021,8 +2021,8 @@ dependencies = [ "sc-client-api 37.0.0", "sc-service 0.45.0", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "url", ] @@ -2065,10 +2065,10 @@ dependencies = [ "polkadot-overseer 17.0.0", "polkadot-primitives 15.0.0", "sc-client-api 37.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing", ] @@ -2122,11 +2122,11 @@ dependencies = [ "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", - "sp-trie 37.0.0", - "sp-version 37.0.0", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing", ] @@ -2155,9 +2155,9 @@ dependencies = [ "async-trait", "cumulus-primitives-parachain-inherent 0.15.0", "sp-consensus 0.40.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -2173,13 +2173,13 @@ dependencies = [ "futures 0.3.30", "parking_lot 0.12.3", "sc-consensus 0.43.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing", ] @@ -2223,13 +2223,13 @@ dependencies = [ "polkadot-parachain-primitives 14.0.0", "polkadot-primitives 15.0.0", "sc-client-api 37.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-version 37.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing", ] @@ -2269,13 +2269,13 @@ dependencies = [ "cumulus-test-relay-sproof-builder 0.15.0", "parity-scale-codec", "sc-client-api 37.0.0", - "sp-api 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", - "sp-trie 37.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing", ] @@ -2321,11 +2321,11 @@ dependencies = [ "rand 0.8.5", "sc-client-api 37.0.0", "sc-consensus 0.43.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus 0.40.0", "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-runtime 39.0.0", - "sp-version 37.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing", ] @@ -2357,12 +2357,12 @@ dependencies = [ "sc-telemetry 24.0.0", "sc-transaction-pool 37.0.0", "sc-utils 17.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-transaction-pool 34.0.0", ] @@ -2372,15 +2372,15 @@ version = "0.16.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "cumulus-primitives-core 0.15.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "staging-xcm 14.1.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2434,13 +2434,13 @@ version = "0.16.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "cumulus-primitives-core 0.15.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "staging-xcm 14.1.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2451,21 +2451,21 @@ dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", "cumulus-primitives-core 0.15.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-message-queue 40.0.0", "parity-scale-codec", "polkadot-runtime-common", "polkadot-runtime-parachains 16.0.1", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "staging-xcm 14.1.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2495,10 +2495,10 @@ dependencies = [ "polkadot-parachain-primitives 14.0.0", "polkadot-primitives 15.0.0", "scale-info", - "sp-api 34.0.0", - "sp-runtime 39.0.0", - "sp-trie 37.0.0", - "staging-xcm 14.1.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2525,11 +2525,11 @@ dependencies = [ "cumulus-primitives-core 0.15.0", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2547,9 +2547,9 @@ name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", - "sp-trie 37.0.0", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2558,7 +2558,7 @@ version = "0.15.1" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "cumulus-primitives-core 0.15.0", - "sp-inherents 34.0.0", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", ] @@ -2568,17 +2568,17 @@ version = "0.16.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "cumulus-primitives-core 0.15.0", - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-asset-conversion", "parity-scale-codec", "polkadot-runtime-common", "polkadot-runtime-parachains 16.0.1", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "staging-xcm 14.1.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2598,11 +2598,11 @@ dependencies = [ "sc-sysinfo 37.0.0", "sc-telemetry 24.0.0", "sc-tracing 37.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -2635,10 +2635,10 @@ dependencies = [ "parity-scale-codec", "polkadot-overseer 17.0.0", "sc-client-api 37.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-state-machine 0.43.0", - "sp-version 37.0.0", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -2667,11 +2667,11 @@ dependencies = [ "sc-service 0.45.0", "sc-tracing 37.0.0", "sc-utils 17.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-babe 0.40.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tokio", "tracing", @@ -2701,14 +2701,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-authority-discovery 34.0.0", "sp-consensus-babe 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", - "sp-version 37.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio", "tokio-util", @@ -2738,9 +2738,9 @@ dependencies = [ "cumulus-primitives-core 0.15.0", "parity-scale-codec", "polkadot-primitives 15.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -3513,7 +3513,7 @@ dependencies = [ "evm-gasometer", "evm-runtime", "parity-scale-codec", - "sp-runtime-interface 28.0.0", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -4143,22 +4143,46 @@ name = "frame-benchmarking" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-support-procedural 30.0.2", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support-procedural 30.0.2 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-runtime-interface 28.0.0", - "sp-storage 21.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "static_assertions", +] + +[[package]] +name = "frame-benchmarking" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "frame-support 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "frame-support-procedural 30.0.2 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "static_assertions", ] @@ -4172,9 +4196,9 @@ dependencies = [ "chrono", "clap", "comfy-table", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "gethostname", "handlebars", "itertools 0.11.0", @@ -4194,20 +4218,20 @@ dependencies = [ "sc-sysinfo 37.0.0", "serde", "serde_json", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-externalities 0.29.0", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", - "sp-trie 37.0.0", - "sp-wasm-interface 21.0.0", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-wasm-interface 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "thousands", ] @@ -4257,14 +4281,14 @@ version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "frame-election-provider-solution-type 14.0.1", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-npos-elections 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -4273,16 +4297,16 @@ version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "aquamarine", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-tracing 17.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -4304,12 +4328,12 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "array-bytes 6.2.3", "docify", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -4364,7 +4388,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 30.0.2", + "frame-support-procedural 30.0.2 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "k256", "log", @@ -4375,21 +4399,62 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 34.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing-proc-macro 0.1.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", - "sp-state-machine 0.43.0", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-metadata-ir 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-tracing 17.0.0", - "sp-weights 31.0.0", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "static_assertions", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "aquamarine", + "array-bytes 6.2.3", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 30.0.2 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-genesis-builder 0.15.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-metadata-ir 0.7.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "static_assertions", "tt-call", ] @@ -4422,13 +4487,32 @@ dependencies = [ "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.2.1", - "frame-support-procedural-tools 13.0.0", + "frame-support-procedural-tools 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "itertools 0.11.0", + "macro_magic", + "proc-macro-warning 1.0.2", + "proc-macro2", + "quote", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "syn 2.0.75", +] + +[[package]] +name = "frame-support-procedural" +version = "30.0.2" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.2.0", + "expander 2.2.1", + "frame-support-procedural-tools 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "itertools 0.11.0", "macro_magic", "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "syn 2.0.75", ] @@ -4449,7 +4533,19 @@ name = "frame-support-procedural-tools" version = "13.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support-procedural-tools-derive 12.0.0", + "frame-support-procedural-tools-derive 12.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.75", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "frame-support-procedural-tools-derive 12.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "proc-macro-crate 3.1.0", "proc-macro2", "quote", @@ -4476,6 +4572,16 @@ dependencies = [ "syn 2.0.75", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "12.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.75", +] + [[package]] name = "frame-system" version = "28.0.0" @@ -4503,17 +4609,37 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "cfg-if", "docify", - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", +] + +[[package]] +name = "frame-system" +version = "37.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "cfg-if", + "docify", + "frame-support 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", ] [[package]] @@ -4521,13 +4647,13 @@ name = "frame-system-benchmarking" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -4537,7 +4663,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "docify", "parity-scale-codec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -4545,10 +4671,10 @@ name = "frame-try-runtime" version = "0.43.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", - "sp-api 34.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -7182,7 +7308,7 @@ dependencies = [ "hex-literal 0.3.4", "jsonrpsee 0.20.3", "parity-scale-codec", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tokio", "xcm-primitives 0.1.1", ] @@ -7401,13 +7527,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api 37.0.0", "sc-offchain", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-beefy", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-mmr-primitives", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -7418,11 +7544,11 @@ dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", "serde", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-mmr-primitives", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -7499,11 +7625,11 @@ dependencies = [ "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-executive", "frame-metadata", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -7608,26 +7734,26 @@ dependencies = [ "session-keys-primitives", "sha3", "smallvec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", "sp-transaction-pool 34.0.0", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-parachain-info", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "strum 0.24.1", "strum_macros 0.24.3", "substrate-wasm-builder", @@ -7681,10 +7807,10 @@ dependencies = [ "sc-sysinfo 37.0.0", "sc-telemetry 24.0.0", "sc-tracing 37.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-wasm-interface 21.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-wasm-interface 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-build-script-utils", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -7699,7 +7825,7 @@ dependencies = [ "libsecp256k1", "primitive-types", "sha3", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tiny-bip39", "url", ] @@ -7715,7 +7841,7 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -7726,8 +7852,8 @@ dependencies = [ "account", "fp-self-contained", "hex-literal 0.3.4", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -7743,9 +7869,9 @@ dependencies = [ "moonbeam-primitives-ext", "pallet-evm", "parity-scale-codec", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -7759,10 +7885,10 @@ dependencies = [ "fc-rpc", "jsonrpsee 0.20.3", "parity-scale-codec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tokio", ] @@ -7773,8 +7899,8 @@ dependencies = [ "ethereum-types", "evm-tracing-events", "parity-scale-codec", - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -7783,8 +7909,8 @@ name = "moonbeam-relay-encoder" version = "0.1.0" dependencies = [ "cumulus-primitives-core 0.15.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "moonbase-runtime", "moonbeam-runtime", "moonriver-runtime", @@ -7796,10 +7922,10 @@ dependencies = [ "parity-scale-codec", "polkadot-runtime-parachains 16.0.1", "rococo-runtime", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "westend-runtime", "xcm-primitives 0.1.1", ] @@ -7817,7 +7943,7 @@ dependencies = [ "moonbeam-rpc-core-types", "serde", "serde_json", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -7876,12 +8002,12 @@ dependencies = [ "moonbeam-rpc-primitives-debug", "sc-client-api 37.0.0", "sc-utils 17.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tokio", ] @@ -7895,10 +8021,10 @@ dependencies = [ "hex", "parity-scale-codec", "serde", - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -7909,9 +8035,9 @@ dependencies = [ "ethereum", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -7938,11 +8064,11 @@ dependencies = [ "sc-utils 17.0.0", "serde", "sha3", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-transaction-pool 34.0.0", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", @@ -7956,7 +8082,7 @@ version = "0.6.0" dependencies = [ "ethereum-types", "fc-rpc", - "frame-system 37.1.0", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "jsonrpsee 0.20.3", "moonbeam-rpc-core-txpool", "moonbeam-rpc-primitives-txpool", @@ -7965,10 +8091,10 @@ dependencies = [ "sc-transaction-pool-api 37.0.0", "serde", "sha3", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -7992,11 +8118,11 @@ dependencies = [ "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-executive", "frame-metadata", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8097,25 +8223,25 @@ dependencies = [ "session-keys-primitives", "sha3", "smallvec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", "sp-transaction-pool 34.0.0", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-parachain-info", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "strum 0.24.1", "strum_macros 0.24.3", "substrate-wasm-builder", @@ -8133,9 +8259,9 @@ dependencies = [ "cumulus-pallet-xcmp-queue", "fp-ethereum", "fp-evm", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-try-runtime", "hex-literal 0.3.4", "impl-trait-for-tuples", @@ -8178,15 +8304,15 @@ dependencies = [ "pallet-xcm-transactor", "parity-scale-codec", "precompile-utils 0.1.1", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-genesis-builder 0.15.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -8225,7 +8351,7 @@ dependencies = [ "fp-consensus", "fp-rpc", "fp-storage", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-benchmarking-cli", "frame-system-rpc-runtime-api", "futures 0.3.30", @@ -8297,22 +8423,22 @@ dependencies = [ "serde_json", "session-keys-primitives", "sha3", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-keystore 0.40.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-storage 21.0.0", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", "sp-transaction-pool 34.0.0", - "sp-trie 37.0.0", - "staging-xcm 14.1.0", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", @@ -8334,20 +8460,20 @@ dependencies = [ "polkadot-primitives 15.0.0", "schnorrkel 0.11.4", "session-keys-primitives", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] name = "moonbeam-xcm-benchmarks" version = "0.2.0" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-balances 38.0.0", "pallet-erc20-xcm-bridge", @@ -8355,13 +8481,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -8393,11 +8519,11 @@ dependencies = [ "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-executive", "frame-metadata", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8498,26 +8624,26 @@ dependencies = [ "session-keys-primitives", "sha3", "smallvec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", "sp-transaction-pool 34.0.0", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-parachain-info", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "strum 0.24.1", "strum_macros 0.24.3", "substrate-wasm-builder", @@ -9361,7 +9487,7 @@ name = "orml-traits" version = "0.10.0" source = "git+https://github.com/openzeppelin/open-runtime-module-library?branch=polkadot-stable2407-1#aafe9077c9ec61dd8b3a42e899ef8353b2b050c0" dependencies = [ - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "num-traits", "orml-utilities", @@ -9369,11 +9495,11 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9381,13 +9507,13 @@ name = "orml-utilities" version = "0.10.0" source = "git+https://github.com/openzeppelin/open-runtime-module-library?branch=polkadot-stable2407-1#aafe9077c9ec61dd8b3a42e899ef8353b2b050c0" dependencies = [ - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -9396,13 +9522,13 @@ name = "orml-xcm-support" version = "0.10.0" source = "git+https://github.com/openzeppelin/open-runtime-module-library?branch=polkadot-stable2407-1#aafe9077c9ec61dd8b3a42e899ef8353b2b050c0" dependencies = [ - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "orml-traits", "parity-scale-codec", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", - "staging-xcm-executor 16.0.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9410,8 +9536,8 @@ name = "orml-xtokens" version = "0.10.0" source = "git+https://github.com/openzeppelin/open-runtime-module-library?branch=polkadot-stable2407-1#aafe9077c9ec61dd8b3a42e899ef8353b2b050c0" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "orml-traits", "orml-xcm-support", @@ -9419,11 +9545,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", - "staging-xcm-executor 16.0.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9437,36 +9563,36 @@ name = "pallet-asset-conversion" version = "19.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] name = "pallet-asset-manager" version = "0.1.0" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-balances 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -9475,13 +9601,13 @@ name = "pallet-asset-rate" version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9489,16 +9615,16 @@ name = "pallet-asset-tx-payment" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "pallet-transaction-payment 37.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9506,15 +9632,15 @@ name = "pallet-assets" version = "39.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9614,14 +9740,14 @@ name = "pallet-authority-discovery" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "pallet-session 37.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 38.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-authority-discovery 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9643,12 +9769,12 @@ name = "pallet-authorship" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9680,22 +9806,22 @@ name = "pallet-babe" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-authorship 37.0.0", "pallet-session 37.0.0", "pallet-timestamp 36.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 38.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus-babe 0.40.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9705,18 +9831,18 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "aquamarine", "docify", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-balances 38.0.0", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-tracing 17.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9741,13 +9867,13 @@ version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9755,8 +9881,8 @@ name = "pallet-beefy" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-authorship 37.0.0", "pallet-session 37.0.0", @@ -9764,9 +9890,9 @@ dependencies = [ "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9776,8 +9902,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-beefy", "pallet-mmr", @@ -9785,12 +9911,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus-beefy", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9798,16 +9924,16 @@ name = "pallet-bounties" version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9833,16 +9959,16 @@ version = "0.16.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "bitvec", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9850,17 +9976,17 @@ name = "pallet-child-bounties" version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9868,9 +9994,9 @@ name = "pallet-collator-selection" version = "18.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-authorship 37.0.0", "pallet-balances 38.0.0", @@ -9878,8 +10004,8 @@ dependencies = [ "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9887,15 +10013,15 @@ name = "pallet-collective" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9904,14 +10030,14 @@ version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "assert_matches", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", "serde", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9941,12 +10067,12 @@ name = "pallet-delegated-staking" version = "4.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9954,16 +10080,16 @@ name = "pallet-democracy" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -9971,20 +10097,20 @@ name = "pallet-election-provider-multi-phase" version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-npos-elections 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "strum 0.26.3", ] @@ -9993,12 +10119,12 @@ name = "pallet-election-provider-support-benchmarking" version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", - "frame-system 37.1.0", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "sp-npos-elections 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -10006,17 +10132,17 @@ name = "pallet-elections-phragmen" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-npos-elections 34.0.0", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -10045,8 +10171,8 @@ dependencies = [ "environmental", "ethereum-types", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-balances 38.0.0", "pallet-evm", @@ -10054,12 +10180,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", - "staging-xcm-executor 16.0.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -10096,9 +10222,9 @@ dependencies = [ "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex", "libsecp256k1", "pallet-balances 38.0.0", @@ -10111,9 +10237,9 @@ dependencies = [ "rlp", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -10161,8 +10287,8 @@ version = "0.2.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "nimbus-primitives", @@ -10176,9 +10302,9 @@ dependencies = [ "precompile-utils 0.1.1", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10188,8 +10314,8 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "libsecp256k1", "log", @@ -10204,9 +10330,9 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10217,8 +10343,8 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "num_enum 0.5.11", @@ -10232,9 +10358,9 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10263,8 +10389,8 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "libsecp256k1", "log", @@ -10279,9 +10405,9 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10292,8 +10418,8 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "num_enum 0.5.11", @@ -10310,9 +10436,9 @@ dependencies = [ "sha3", "similar-asserts", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -10323,8 +10449,8 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "num_enum 0.5.11", @@ -10338,9 +10464,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10354,8 +10480,8 @@ dependencies = [ "cumulus-test-relay-sproof-builder 0.15.0", "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "num_enum 0.5.11", "pallet-balances 38.0.0", @@ -10370,9 +10496,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10396,8 +10522,8 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex", "hex-literal 0.3.4", "log", @@ -10415,13 +10541,13 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -10432,8 +10558,8 @@ dependencies = [ "enumflags2", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex", "hex-literal 0.3.4", "log", @@ -10446,9 +10572,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10467,8 +10593,8 @@ version = "1.0.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "num_enum 0.5.11", "pallet-balances 38.0.0", @@ -10482,9 +10608,9 @@ dependencies = [ "serde", "sha3", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10494,8 +10620,8 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "num_enum 0.5.11", @@ -10509,9 +10635,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10522,8 +10648,8 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "num_enum 0.5.11", @@ -10537,9 +10663,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10549,8 +10675,8 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "nimbus-primitives", @@ -10565,9 +10691,9 @@ dependencies = [ "precompile-utils 0.1.1", "scale-info", "session-keys-primitives", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10577,8 +10703,8 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "num_enum 0.5.11", @@ -10594,9 +10720,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10606,8 +10732,8 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "pallet-balances 38.0.0", @@ -10618,9 +10744,9 @@ dependencies = [ "precompile-utils 0.1.1", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -10632,8 +10758,8 @@ dependencies = [ "cumulus-primitives-core 0.15.0", "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "log", "num_enum 0.5.11", @@ -10650,13 +10776,13 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -10667,8 +10793,8 @@ dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core 0.15.0", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex", "moonbeam-runtime-common", "pallet-balances 38.0.0", @@ -10679,9 +10805,9 @@ dependencies = [ "parity-scale-codec", "precompile-utils 0.1.1", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "storage-proof-primitives", ] @@ -10752,8 +10878,8 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "num_enum 0.5.11", "orml-traits", @@ -10768,14 +10894,14 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -10786,8 +10912,8 @@ dependencies = [ "cumulus-primitives-core 0.15.0", "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "num_enum 0.5.11", "orml-traits", "pallet-balances 38.0.0", @@ -10800,14 +10926,14 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -10818,8 +10944,8 @@ dependencies = [ "cumulus-primitives-core 0.15.0", "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "num_enum 0.5.11", "orml-traits", @@ -10834,14 +10960,14 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] @@ -10851,8 +10977,8 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "libsecp256k1", "log", @@ -10867,9 +10993,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.0", ] @@ -10880,16 +11006,16 @@ version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "docify", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -10897,21 +11023,21 @@ name = "pallet-grandpa" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-authorship 37.0.0", "pallet-session 37.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 38.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -10920,14 +11046,14 @@ version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "enumflags2", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -10935,18 +11061,18 @@ name = "pallet-im-online" version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-authorship 37.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -10954,15 +11080,15 @@ name = "pallet-indices" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-keyring 39.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -10986,15 +11112,15 @@ name = "pallet-membership" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11023,17 +11149,17 @@ version = "40.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "environmental", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11060,25 +11186,25 @@ name = "pallet-mmr" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-mmr-primitives", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] name = "pallet-moonbeam-lazy-migrations" version = "0.1.0" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-assets", "pallet-balances 38.0.0", @@ -11088,9 +11214,9 @@ dependencies = [ "parity-scale-codec", "rlp", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -11098,17 +11224,17 @@ dependencies = [ name = "pallet-moonbeam-orbiters" version = "0.1.0" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "nimbus-primitives", "pallet-balances 38.0.0", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -11117,14 +11243,14 @@ name = "pallet-multisig" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11132,14 +11258,14 @@ name = "pallet-nis" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11147,17 +11273,17 @@ name = "pallet-nomination-pools" version = "34.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-balances 38.0.0", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", - "sp-tracing 17.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11165,19 +11291,19 @@ name = "pallet-nomination-pools-benchmarking" version = "35.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "pallet-bags-list", "pallet-delegated-staking", "pallet-nomination-pools", "pallet-staking 37.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", - "sp-runtime-interface 28.0.0", - "sp-staking 34.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11187,7 +11313,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11195,15 +11321,15 @@ name = "pallet-offences" version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-balances 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11211,10 +11337,10 @@ name = "pallet-offences-benchmarking" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-babe 37.0.0", "pallet-balances 38.0.0", @@ -11225,17 +11351,17 @@ dependencies = [ "pallet-staking 37.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] name = "pallet-parachain-staking" version = "3.0.0" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "nimbus-primitives", "pallet-balances 38.0.0", @@ -11244,9 +11370,9 @@ dependencies = [ "serde", "similar-asserts", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-fixed", ] @@ -11257,15 +11383,15 @@ version = "0.8.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11273,13 +11399,13 @@ name = "pallet-precompile-benchmarks" version = "0.1.0" dependencies = [ "cumulus-primitives-core 0.15.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "pallet-relay-storage-roots", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "storage-proof-primitives", ] @@ -11289,15 +11415,15 @@ name = "pallet-preimage" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11305,30 +11431,30 @@ name = "pallet-proxy" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] name = "pallet-proxy-genesis-companion" version = "0.1.0" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "pallet-balances 38.0.0", "pallet-evm-precompile-proxy", "pallet-proxy", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -11362,17 +11488,17 @@ name = "pallet-ranked-collective" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11380,13 +11506,13 @@ name = "pallet-recovery" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11395,16 +11521,16 @@ version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "assert_matches", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 26.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11435,13 +11561,13 @@ name = "pallet-root-testing" version = "13.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11450,15 +11576,15 @@ version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11488,20 +11614,20 @@ name = "pallet-session" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "log", "pallet-timestamp 36.0.0", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-staking 34.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11509,14 +11635,14 @@ name = "pallet-session-benchmarking" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "pallet-session 37.0.0", "pallet-staking 37.0.0", "parity-scale-codec", "rand 0.8.5", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", ] @@ -11525,16 +11651,16 @@ name = "pallet-society" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", - "sp-arithmetic 26.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11565,10 +11691,10 @@ name = "pallet-staking" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-authorship 37.0.0", "pallet-session 37.0.0", @@ -11576,10 +11702,10 @@ dependencies = [ "rand_chacha 0.3.1", "scale-info", "serde", - "sp-application-crypto 38.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11599,7 +11725,7 @@ version = "22.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "log", - "sp-arithmetic 26.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11608,8 +11734,8 @@ version = "22.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "parity-scale-codec", - "sp-api 34.0.0", - "sp-staking 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11617,15 +11743,15 @@ name = "pallet-state-trie-migration" version = "39.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11634,13 +11760,13 @@ version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11669,16 +11795,16 @@ version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-storage 21.0.0", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", ] @@ -11687,17 +11813,17 @@ name = "pallet-tips" version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11721,14 +11847,14 @@ name = "pallet-transaction-payment" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11739,12 +11865,12 @@ dependencies = [ "jsonrpsee 0.23.2", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-rpc 32.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11754,9 +11880,9 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "pallet-transaction-payment 37.0.0", "parity-scale-codec", - "sp-api 34.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11765,16 +11891,16 @@ version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "pallet-balances 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11798,14 +11924,14 @@ name = "pallet-utility" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11828,13 +11954,13 @@ name = "pallet-vesting" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11842,13 +11968,13 @@ name = "pallet-whitelist" version = "36.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11880,21 +12006,21 @@ version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "bounded-collections", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-balances 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "staging-xcm 14.1.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", - "xcm-runtime-apis", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "xcm-runtime-apis 0.3.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11902,17 +12028,17 @@ name = "pallet-xcm-benchmarks" version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "staging-xcm 14.1.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -11920,9 +12046,9 @@ name = "pallet-xcm-transactor" version = "0.2.0" dependencies = [ "cumulus-primitives-core 0.15.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "orml-traits", "pallet-balances 38.0.0", @@ -11931,16 +12057,37 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "xcm-primitives 0.1.1", ] +[[package]] +name = "pallet-xcm-weight-trader" +version = "0.1.0" +dependencies = [ + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "log", + "pallet-balances 38.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "xcm-runtime-apis 0.3.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", +] + [[package]] name = "parachains-common" version = "17.0.0" @@ -11948,8 +12095,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "cumulus-primitives-core 0.15.0", "cumulus-primitives-utility", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "log", "pallet-asset-tx-payment", "pallet-assets", @@ -11962,12 +12109,12 @@ dependencies = [ "polkadot-primitives 15.0.0", "scale-info", "sp-consensus-aura 0.40.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-parachain-info", - "staging-xcm 14.1.0", - "staging-xcm-executor 16.0.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-wasm-builder", ] @@ -12345,8 +12492,8 @@ dependencies = [ "rand 0.8.5", "sc-network 0.44.0", "schnellru", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -12403,11 +12550,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo 37.0.0", "sc-tracing 37.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-keyring 39.0.0", "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-build-script-utils", "thiserror", ] @@ -12426,9 +12573,9 @@ dependencies = [ "polkadot-node-subsystem 17.0.0", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio-util", "tracing-gum 15.0.0", @@ -12453,8 +12600,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -12476,8 +12623,8 @@ dependencies = [ "polkadot-primitives 15.0.0", "sc-network 0.44.0", "schnellru", - "sp-application-crypto 38.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -12491,8 +12638,8 @@ dependencies = [ "polkadot-node-primitives 15.0.0", "polkadot-primitives 15.0.0", "reed-solomon-novelpoly", - "sp-core 34.0.0", - "sp-trie 37.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -12511,10 +12658,10 @@ dependencies = [ "rand_chacha 0.3.1", "sc-network 0.44.0", "sc-network-common 0.43.0", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-keystore 0.40.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing-gum 15.0.0", ] @@ -12553,7 +12700,7 @@ dependencies = [ "polkadot-node-subsystem 17.0.0", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", @@ -12584,10 +12731,10 @@ dependencies = [ "sc-keystore 33.0.0", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 38.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus 0.40.0", "sp-consensus-slots 0.40.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -12629,7 +12776,7 @@ dependencies = [ "polkadot-primitives 15.0.0", "polkadot-statement-table 15.0.0", "schnellru", - "sp-keystore 0.40.0", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -12643,7 +12790,7 @@ dependencies = [ "polkadot-node-subsystem 17.0.0", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "sp-keystore 0.40.0", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", "wasm-timer", @@ -12666,8 +12813,8 @@ dependencies = [ "polkadot-overseer 17.0.0", "polkadot-parachain-primitives 14.0.0", "polkadot-primitives 15.0.0", - "sp-application-crypto 38.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing-gum 15.0.0", ] @@ -12734,7 +12881,7 @@ dependencies = [ "polkadot-overseer 17.0.0", "polkadot-primitives 15.0.0", "sp-blockchain 37.0.1", - "sp-inherents 34.0.0", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -12793,7 +12940,7 @@ dependencies = [ "polkadot-primitives 15.0.0", "rand 0.8.5", "slotmap", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tempfile", "thiserror", "tokio", @@ -12811,7 +12958,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer 17.0.0", "polkadot-primitives 15.0.0", - "sp-keystore 0.40.0", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -12833,11 +12980,11 @@ dependencies = [ "sc-executor-common 0.35.0", "sc-executor-wasmtime 0.35.0", "seccompiler", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-externalities 0.29.0", - "sp-io 38.0.0", - "sp-tracing 17.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -12889,7 +13036,7 @@ dependencies = [ "polkadot-primitives 15.0.0", "sc-network 0.44.0", "sc-network-types", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio", ] @@ -12976,7 +13123,7 @@ dependencies = [ "sc-authority-discovery 0.44.0", "sc-network 0.44.0", "sc-network-types", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "strum 0.26.3", "thiserror", "tracing-gum 15.0.0", @@ -13018,12 +13165,12 @@ dependencies = [ "polkadot-primitives 15.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 38.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus-babe 0.40.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "zstd 0.12.4", ] @@ -13097,11 +13244,11 @@ dependencies = [ "sc-network-types", "sc-transaction-pool-api 37.0.0", "smallvec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-authority-discovery 34.0.0", "sp-blockchain 37.0.1", "sp-consensus-babe 0.40.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -13135,9 +13282,9 @@ dependencies = [ "rand 0.8.5", "sc-client-api 37.0.0", "schnellru", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -13180,8 +13327,8 @@ dependencies = [ "polkadot-node-subsystem-types 17.1.0", "polkadot-primitives 15.0.0", "sc-client-api 37.0.0", - "sp-api 34.0.0", - "sp-core 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tikv-jemalloc-ctl", "tracing-gum 15.0.0", ] @@ -13214,9 +13361,9 @@ dependencies = [ "polkadot-core-primitives 15.0.0", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -13259,17 +13406,17 @@ dependencies = [ "polkadot-parachain-primitives 14.0.0", "scale-info", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-authority-discovery 34.0.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -13294,15 +13441,15 @@ dependencies = [ "sc-rpc-spec-v2 0.44.0", "sc-sync-state-rpc", "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-babe 0.40.0", "sp-consensus-beefy", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -13313,10 +13460,10 @@ version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "bitvec", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -13343,17 +13490,17 @@ dependencies = [ "serde", "serde_derive", "slot-range-helper", - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-npos-elections 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-staking 34.0.0", - "staging-xcm 14.1.0", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "static_assertions", ] @@ -13376,10 +13523,10 @@ version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "polkadot-primitives 15.0.0", - "sp-tracing 17.0.0", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -13439,9 +13586,9 @@ dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "log", "pallet-authority-discovery 37.0.0", @@ -13463,18 +13610,18 @@ dependencies = [ "rand_chacha 0.3.1", "scale-info", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-staking 34.0.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 16.0.0", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "static_assertions", ] @@ -13485,11 +13632,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "async-trait", "bitvec", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-benchmarking-cli", "frame-metadata-hash-extension", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-system-rpc-runtime-api", "futures 0.3.30", "hex-literal 0.4.1", @@ -13568,7 +13715,7 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-authority-discovery 34.0.0", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", @@ -13576,28 +13723,28 @@ dependencies = [ "sp-consensus-babe 0.40.0", "sp-consensus-beefy", "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-keyring 39.0.0", - "sp-keystore 0.40.0", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-mmr-primitives", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", "sp-transaction-pool 34.0.0", - "sp-version 37.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", "westend-runtime", "westend-runtime-constants", - "xcm-runtime-apis", + "xcm-runtime-apis 0.3.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -13617,8 +13764,8 @@ dependencies = [ "polkadot-node-subsystem 17.0.0", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "sp-keystore 0.40.0", - "sp-staking 34.0.0", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing-gum 15.0.0", ] @@ -13641,7 +13788,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "parity-scale-codec", "polkadot-primitives 15.0.0", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing-gum 15.0.0", ] @@ -13837,8 +13984,8 @@ dependencies = [ "environmental", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex", "hex-literal 0.3.4", "impl-trait-for-tuples", @@ -13852,12 +13999,12 @@ dependencies = [ "serde", "sha3", "similar-asserts", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -13880,7 +14027,7 @@ version = "0.1.1" dependencies = [ "case", "fp-evm", - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "macrotest", "num_enum 0.5.11", "precompile-utils 0.1.1", @@ -13888,7 +14035,7 @@ dependencies = [ "proc-macro2", "quote", "sha3", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "syn 1.0.109", "trybuild", @@ -13901,8 +14048,8 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex-literal 0.3.4", "pallet-balances 38.0.0", "pallet-evm", @@ -13912,9 +14059,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -14818,11 +14965,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "binary-merkle-tree", "bitvec", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-executive", "frame-metadata-hash-extension", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14884,31 +15031,31 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api 34.0.0", - "sp-arithmetic 26.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-authority-discovery 34.0.0", "sp-block-builder 34.0.0", "sp-consensus-babe 0.40.0", "sp-consensus-beefy", "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-mmr-primitives", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-staking 34.0.0", - "sp-storage 21.0.0", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-transaction-pool 34.0.0", - "sp-version 37.0.0", - "staging-xcm 14.1.0", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "static_assertions", "substrate-wasm-builder", - "xcm-runtime-apis", + "xcm-runtime-apis 0.3.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -14916,14 +15063,14 @@ name = "rococo-runtime-constants" version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "polkadot-primitives 15.0.0", "polkadot-runtime-common", "smallvec", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", ] @@ -15263,8 +15410,8 @@ version = "29.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "log", - "sp-core 34.0.0", - "sp-wasm-interface 21.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-wasm-interface 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -15317,12 +15464,12 @@ dependencies = [ "sc-client-api 37.0.0", "sc-network 0.44.0", "sc-network-types", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-authority-discovery 34.0.0", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -15340,12 +15487,12 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry 24.0.0", "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -15370,13 +15517,13 @@ version = "0.42.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "parity-scale-codec", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-trie 37.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -15423,13 +15570,13 @@ dependencies = [ "serde", "serde_json", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-genesis-builder 0.15.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-tracing 17.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -15529,12 +15676,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain 37.0.1", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-keyring 39.0.0", - "sp-keystore 0.40.0", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-runtime 39.0.0", - "sp-version 37.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio", ] @@ -15579,17 +15726,17 @@ dependencies = [ "sc-executor 0.40.0", "sc-transaction-pool-api 37.0.0", "sc-utils 17.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-externalities 0.29.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-statement-store 18.0.0", - "sp-storage 21.0.0", - "sp-trie 37.0.0", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -15636,13 +15783,13 @@ dependencies = [ "sc-client-api 37.0.0", "sc-state-db 0.36.0", "schnellru", - "sp-arithmetic 26.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -15684,12 +15831,12 @@ dependencies = [ "sc-network-types", "sc-utils 17.0.0", "serde", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -15737,17 +15884,17 @@ dependencies = [ "sc-consensus 0.43.0", "sc-consensus-slots 0.43.0", "sc-telemetry 24.0.0", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-aura 0.40.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -15808,18 +15955,18 @@ dependencies = [ "sc-consensus-slots 0.43.0", "sc-telemetry 24.0.0", "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-babe 0.40.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-inherents 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -15835,14 +15982,14 @@ dependencies = [ "sc-consensus-epochs 0.43.0", "sc-rpc-api 0.43.0", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-babe 0.40.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -15866,16 +16013,16 @@ dependencies = [ "sc-network-sync 0.43.0", "sc-network-types", "sc-utils 17.0.0", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-beefy", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio", @@ -15895,10 +16042,10 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc 39.0.0", "serde", - "sp-application-crypto 38.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus-beefy", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -15925,7 +16072,7 @@ dependencies = [ "sc-client-api 37.0.0", "sc-consensus 0.43.0", "sp-blockchain 37.0.1", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -15958,16 +16105,16 @@ dependencies = [ "sc-transaction-pool-api 37.0.0", "sc-utils 17.0.0", "serde_json", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -15987,8 +16134,8 @@ dependencies = [ "sc-rpc 39.0.0", "serde", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -16047,16 +16194,16 @@ dependencies = [ "sc-transaction-pool 37.0.0", "sc-transaction-pool-api 37.0.0", "serde", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-aura 0.40.0", "sp-consensus-babe 0.40.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", @@ -16098,14 +16245,14 @@ dependencies = [ "sc-client-api 37.0.0", "sc-consensus 0.43.0", "sc-telemetry 24.0.0", - "sp-arithmetic 26.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -16142,15 +16289,15 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime 0.35.0", "schnellru", - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-io 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-runtime-interface 28.0.0", - "sp-trie 37.0.0", - "sp-version 37.0.0", - "sp-wasm-interface 21.0.0", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-wasm-interface 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing", ] @@ -16175,7 +16322,7 @@ dependencies = [ "polkavm", "sc-allocator 29.0.0", "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-wasm-interface 21.0.0", + "sp-wasm-interface 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "wasm-instrument", ] @@ -16188,7 +16335,7 @@ dependencies = [ "log", "polkavm", "sc-executor-common 0.35.0", - "sp-wasm-interface 21.0.0", + "sp-wasm-interface 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -16224,8 +16371,8 @@ dependencies = [ "rustix 0.36.17", "sc-allocator 29.0.0", "sc-executor-common 0.35.0", - "sp-runtime-interface 28.0.0", - "sp-wasm-interface 21.0.0", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-wasm-interface 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "wasmtime", ] @@ -16260,7 +16407,7 @@ dependencies = [ "sc-network-common 0.43.0", "sc-network-sync 0.43.0", "sp-blockchain 37.0.1", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -16285,9 +16432,9 @@ dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.3", "serde_json", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -16340,12 +16487,12 @@ dependencies = [ "sc-network 0.44.0", "sc-network-types", "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-mixnet 0.12.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -16429,10 +16576,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 26.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio", @@ -16495,7 +16642,7 @@ dependencies = [ "sc-network-types", "sp-consensus 0.40.0", "sp-consensus-grandpa 21.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -16512,7 +16659,7 @@ dependencies = [ "sc-network-sync 0.43.0", "sc-network-types", "schnellru", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tracing", ] @@ -16554,8 +16701,8 @@ dependencies = [ "sc-network 0.44.0", "sc-network-types", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -16620,12 +16767,12 @@ dependencies = [ "sc-utils 17.0.0", "schnellru", "smallvec", - "sp-arithmetic 26.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio", @@ -16666,7 +16813,7 @@ dependencies = [ "sc-network-types", "sc-utils 17.0.0", "sp-consensus 0.40.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -16711,12 +16858,12 @@ dependencies = [ "sc-network-types", "sc-transaction-pool-api 37.0.0", "sc-utils 17.0.0", - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "threadpool", "tracing", ] @@ -16781,16 +16928,16 @@ dependencies = [ "sc-transaction-pool-api 37.0.0", "sc-utils 17.0.0", "serde_json", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-offchain 34.0.0", "sp-rpc 32.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", "sp-statement-store 18.0.0", - "sp-version 37.0.0", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tokio", ] @@ -16827,10 +16974,10 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-rpc 32.0.0", - "sp-runtime 39.0.0", - "sp-version 37.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -16922,12 +17069,12 @@ dependencies = [ "sc-utils 17.0.0", "schnellru", "serde", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-rpc 32.0.0", - "sp-runtime 39.0.0", - "sp-version 37.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio", "tokio-stream", @@ -17037,20 +17184,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-transaction-pool 34.0.0", "sp-transaction-storage-proof 34.0.0", - "sp-trie 37.0.0", - "sp-version 37.0.0", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "static_init", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tempfile", @@ -17079,7 +17226,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -17090,7 +17237,7 @@ dependencies = [ "clap", "fs4", "log", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tokio", ] @@ -17110,7 +17257,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain 37.0.1", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -17150,9 +17297,9 @@ dependencies = [ "sc-telemetry 24.0.0", "serde", "serde_json", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] @@ -17243,12 +17390,12 @@ dependencies = [ "sc-client-api 37.0.0", "sc-tracing-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "serde", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-rpc 32.0.0", - "sp-runtime 39.0.0", - "sp-tracing 17.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing", "tracing-log 0.2.0", @@ -17320,12 +17467,12 @@ dependencies = [ "sc-transaction-pool-api 37.0.0", "sc-utils 17.0.0", "serde", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-runtime 39.0.0", - "sp-tracing 17.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-transaction-pool 34.0.0", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", @@ -17358,8 +17505,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -17390,7 +17537,7 @@ dependencies = [ "log", "parking_lot 0.12.3", "prometheus", - "sp-arithmetic 26.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -17932,7 +18079,7 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -18164,15 +18311,37 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 20.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 39.0.0", - "sp-runtime-interface 28.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", - "sp-version 37.0.0", + "sp-api-proc-macro 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-metadata-ir 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "thiserror", +] + +[[package]] +name = "sp-api" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "docify", + "hash-db 0.16.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 20.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-metadata-ir 0.7.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "thiserror", ] @@ -18204,6 +18373,20 @@ dependencies = [ "syn 2.0.75", ] +[[package]] +name = "sp-api-proc-macro" +version = "20.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.2.1", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.75", +] + [[package]] name = "sp-application-crypto" version = "30.0.0" @@ -18225,8 +18408,20 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", +] + +[[package]] +name = "sp-application-crypto" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", ] [[package]] @@ -18257,6 +18452,20 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "26.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "docify", + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "static_assertions", +] + [[package]] name = "sp-ark-bls12-381" version = "0.4.2" @@ -18295,9 +18504,9 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -18316,9 +18525,9 @@ name = "sp-block-builder" version = "34.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "sp-api 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -18348,12 +18557,12 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "schnellru", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus 0.40.0", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "tracing", ] @@ -18381,10 +18590,10 @@ dependencies = [ "async-trait", "futures 0.3.30", "log", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -18413,11 +18622,11 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus-slots 0.40.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", ] @@ -18449,12 +18658,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-consensus-slots 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-timestamp 34.0.0", ] @@ -18467,14 +18676,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-io 38.0.0", - "sp-keystore 0.40.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-mmr-primitives", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "strum 0.26.3", ] @@ -18506,11 +18715,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -18614,14 +18823,60 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-crypto-hashing 0.1.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-storage 21.0.0", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "ss58-registry", - "substrate-bip39 0.6.0", + "substrate-bip39 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + +[[package]] +name = "sp-core" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "array-bytes 6.2.3", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 4.0.3", + "futures 0.3.30", + "hash-db 0.16.0", + "hash256-std-hasher", + "impl-serde 0.4.0", + "itertools 0.11.0", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.3", + "paste", + "primitive-types", + "rand 0.8.5", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "ss58-registry", + "substrate-bip39 0.6.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "thiserror", "tracing", "w3f-bls", @@ -18682,6 +18937,19 @@ dependencies = [ "twox-hash", ] +[[package]] +name = "sp-crypto-hashing" +version = "0.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", +] + [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.0.0" @@ -18698,7 +18966,17 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "syn 2.0.75", +] + +[[package]] +name = "sp-crypto-hashing-proc-macro" +version = "0.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "quote", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "syn 2.0.75", ] @@ -18730,6 +19008,16 @@ dependencies = [ "syn 2.0.75", ] +[[package]] +name = "sp-debug-derive" +version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.75", +] + [[package]] name = "sp-debug-derive" version = "14.0.0" @@ -18778,7 +19066,17 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 21.0.0", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", +] + +[[package]] +name = "sp-externalities" +version = "0.29.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-storage 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", ] [[package]] @@ -18800,8 +19098,20 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api 34.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", +] + +[[package]] +name = "sp-genesis-builder" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde_json", + "sp-api 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", ] [[package]] @@ -18827,7 +19137,20 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "thiserror", +] + +[[package]] +name = "sp-inherents" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "thiserror", ] @@ -18870,14 +19193,40 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", - "sp-runtime-interface 28.0.0", - "sp-state-machine 0.43.0", - "sp-tracing 17.0.0", - "sp-trie 37.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "bytes", + "docify", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive", + "rustversion", + "secp256k1", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "tracing", "tracing-core", ] @@ -18897,8 +19246,8 @@ name = "sp-keyring" version = "39.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "strum 0.26.3", ] @@ -18921,8 +19270,19 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", +] + +[[package]] +name = "sp-keystore" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", ] [[package]] @@ -18964,6 +19324,16 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-metadata-ir" +version = "0.7.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "frame-metadata", + "parity-scale-codec", + "scale-info", +] + [[package]] name = "sp-mixnet" version = "0.4.0" @@ -18983,8 +19353,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -18997,10 +19367,10 @@ dependencies = [ "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api 34.0.0", - "sp-core 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -19026,9 +19396,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -19046,9 +19416,9 @@ name = "sp-offchain" version = "34.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -19061,6 +19431,16 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-panic-handler" +version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "backtrace", + "lazy_static", + "regex", +] + [[package]] name = "sp-panic-handler" version = "13.0.0" @@ -19088,7 +19468,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "rustc-hash", "serde", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -19132,12 +19512,38 @@ dependencies = [ "scale-info", "serde", "simple-mermaid 0.1.1", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-weights 31.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "tracing", +] + +[[package]] +name = "sp-runtime" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "num-traits", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "simple-mermaid 0.1.1", + "sp-application-crypto 38.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "tracing", ] @@ -19188,12 +19594,31 @@ dependencies = [ "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.29.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface-proc-macro 18.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-storage 21.0.0", - "sp-tracing 17.0.0", - "sp-wasm-interface 21.0.0", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-wasm-interface 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "28.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive", + "primitive-types", + "sp-externalities 0.29.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime-interface-proc-macro 18.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-tracing 17.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-wasm-interface 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "static_assertions", ] @@ -19236,6 +19661,19 @@ dependencies = [ "syn 2.0.75", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "18.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "Inflector", + "expander 2.2.1", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.75", +] + [[package]] name = "sp-session" version = "27.0.0" @@ -19258,11 +19696,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "sp-staking 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -19288,8 +19726,21 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", +] + +[[package]] +name = "sp-staking" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", ] [[package]] @@ -19324,10 +19775,30 @@ dependencies = [ "parking_lot 0.12.3", "rand 0.8.5", "smallvec", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-trie 37.0.0", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "thiserror", + "tracing", + "trie-db 0.29.1", +] + +[[package]] +name = "sp-state-machine" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "hash-db 0.16.0", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "smallvec", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-panic-handler 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "thiserror", "tracing", "trie-db 0.29.1", @@ -19371,13 +19842,13 @@ dependencies = [ "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-externalities 0.29.0", - "sp-runtime 39.0.0", - "sp-runtime-interface 28.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime-interface 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", "x25519-dalek 2.0.1", ] @@ -19387,6 +19858,11 @@ name = "sp-std" version = "14.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" +[[package]] +name = "sp-std" +version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" + [[package]] name = "sp-std" version = "14.0.0" @@ -19434,6 +19910,18 @@ dependencies = [ "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] +[[package]] +name = "sp-storage" +version = "21.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "impl-serde 0.4.0", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", +] + [[package]] name = "sp-timestamp" version = "26.0.0" @@ -19454,8 +19942,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "thiserror", ] @@ -19493,6 +19981,17 @@ dependencies = [ "tracing-subscriber 0.3.18", ] +[[package]] +name = "sp-tracing" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber 0.3.18", +] + [[package]] name = "sp-transaction-pool" version = "26.0.0" @@ -19507,8 +20006,8 @@ name = "sp-transaction-pool" version = "34.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "sp-api 34.0.0", - "sp-runtime 39.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -19534,10 +20033,10 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-trie 37.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -19579,8 +20078,31 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "thiserror", + "tracing", + "trie-db 0.29.1", + "trie-root 0.18.0", +] + +[[package]] +name = "sp-trie" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "ahash 0.8.11", + "hash-db 0.16.0", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "scale-info", + "schnellru", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "thiserror", "tracing", "trie-db 0.29.1", @@ -19614,10 +20136,27 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-crypto-hashing-proc-macro 0.1.0", - "sp-runtime 39.0.0", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-version-proc-macro 14.0.0", + "sp-version-proc-macro 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "thiserror", +] + +[[package]] +name = "sp-version" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "impl-serde 0.4.0", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-version-proc-macro 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "thiserror", ] @@ -19643,6 +20182,17 @@ dependencies = [ "syn 2.0.75", ] +[[package]] +name = "sp-version-proc-macro" +version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.75", +] + [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -19678,6 +20228,16 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "impl-trait-for-tuples", + "log", + "parity-scale-codec", +] + [[package]] name = "sp-weights" version = "27.0.0" @@ -19703,10 +20263,24 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 26.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] +[[package]] +name = "sp-weights" +version = "31.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "bounded-collections", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", +] + [[package]] name = "spin" version = "0.5.2" @@ -19888,11 +20462,11 @@ version = "0.16.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "cumulus-primitives-core 0.15.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -19927,8 +20501,26 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 31.0.0", - "xcm-procedural 10.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "xcm-procedural 10.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", +] + +[[package]] +name = "staging-xcm" +version = "14.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "array-bytes 6.2.3", + "bounded-collections", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "xcm-procedural 10.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", ] [[package]] @@ -19958,20 +20550,20 @@ name = "staging-xcm-builder" version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "log", "pallet-transaction-payment 37.0.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", "scale-info", - "sp-arithmetic 26.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 16.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -20001,17 +20593,37 @@ version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ "environmental", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "tracing", +] + +[[package]] +name = "staging-xcm-executor" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "environmental", + "frame-benchmarking 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-core 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "tracing", ] @@ -20054,14 +20666,14 @@ name = "storage-proof-primitives" version = "0.1.0" dependencies = [ "cumulus-primitives-core 0.15.0", - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex", "parity-scale-codec", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-trie 37.0.0", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -20172,6 +20784,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.6.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-bn" version = "0.6.0" @@ -20213,11 +20837,11 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api 0.43.0", "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-blockchain 37.0.1", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -20256,10 +20880,10 @@ dependencies = [ "sc-client-api 37.0.0", "sc-rpc-api 0.43.0", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "trie-db 0.29.1", ] @@ -20282,11 +20906,11 @@ dependencies = [ "serde_json", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-keyring 39.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-keystore 0.40.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "tokio", ] @@ -20298,8 +20922,8 @@ dependencies = [ "array-bytes 6.2.3", "frame-executive", "frame-metadata-hash-extension", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-system-rpc-runtime-api", "log", "pallet-babe 37.0.0", @@ -20309,26 +20933,26 @@ dependencies = [ "sc-service 0.45.0", "scale-info", "serde_json", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-block-builder 34.0.0", "sp-consensus-aura 0.40.0", "sp-consensus-babe 0.40.0", "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0", - "sp-externalities 0.29.0", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-externalities 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-keyring 39.0.0", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-state-machine 0.43.0", + "sp-state-machine 0.43.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-transaction-pool 34.0.0", - "sp-trie 37.0.0", - "sp-version 37.0.0", + "sp-trie 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-wasm-builder", "tracing", "trie-db 0.29.1", @@ -20343,11 +20967,11 @@ dependencies = [ "sc-block-builder 0.42.0", "sc-client-api 37.0.0", "sc-consensus 0.43.0", - "sp-api 34.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-blockchain 37.0.1", "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-test-client", "substrate-test-runtime", ] @@ -20378,11 +21002,11 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sc-executor 0.40.0", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "sp-tracing 17.0.0", - "sp-version 37.0.0", + "sp-tracing 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "strum 0.26.3", "tempfile", "toml 0.8.19", @@ -21956,12 +22580,12 @@ source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407 dependencies = [ "binary-merkle-tree", "bitvec", - "frame-benchmarking 37.0.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-election-provider-support 37.0.0", "frame-executive", "frame-metadata-hash-extension", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -22027,32 +22651,32 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-application-crypto 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-authority-discovery 34.0.0", "sp-block-builder 34.0.0", "sp-consensus-babe 0.40.0", "sp-consensus-beefy", - "sp-core 34.0.0", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-genesis-builder 0.15.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-inherents 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-mmr-primitives", "sp-npos-elections 34.0.0", "sp-offchain 34.0.0", - "sp-runtime 39.0.0", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-session 35.0.0", - "sp-staking 34.0.0", - "sp-storage 21.0.0", + "sp-staking 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-storage 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-transaction-pool 34.0.0", - "sp-version 37.0.0", - "staging-xcm 14.1.0", + "sp-version 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "substrate-wasm-builder", "westend-runtime-constants", - "xcm-runtime-apis", + "xcm-runtime-apis 0.3.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -22060,14 +22684,14 @@ name = "westend-runtime-constants" version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "polkadot-primitives 15.0.0", "polkadot-runtime-common", "smallvec", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-core 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", ] @@ -22521,9 +23145,9 @@ dependencies = [ "cumulus-primitives-core 0.15.0", "ethereum", "ethereum-types", - "frame-benchmarking 37.0.0", - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "hex", "impl-trait-for-tuples", "log", @@ -22534,12 +23158,12 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] @@ -22564,18 +23188,43 @@ dependencies = [ "syn 2.0.75", ] +[[package]] +name = "xcm-procedural" +version = "10.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.75", +] + [[package]] name = "xcm-runtime-apis" version = "0.3.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "parity-scale-codec", + "scale-info", + "sp-api 34.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", +] + +[[package]] +name = "xcm-runtime-apis" +version = "0.3.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1#acad52da8319ff9d5b53200b59193dba724b2bf2" +dependencies = [ + "frame-support 37.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 16.0.0", + "sp-api 34.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "staging-xcm 14.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", + "staging-xcm-executor 16.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407-1)", ] [[package]] @@ -22583,8 +23232,8 @@ name = "xcm-simulator" version = "16.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e" dependencies = [ - "frame-support 37.0.0", - "frame-system 37.1.0", + "frame-support 37.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "frame-system 37.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "parity-scale-codec", "paste", "polkadot-core-primitives 15.0.0", @@ -22592,12 +23241,12 @@ dependencies = [ "polkadot-primitives 15.0.0", "polkadot-runtime-parachains 16.0.1", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io 38.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", + "sp-runtime 39.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", - "staging-xcm 14.1.0", + "staging-xcm 14.1.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", "staging-xcm-builder 16.0.0", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1)", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e1bfe21981..b260f9a0cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -184,6 +184,7 @@ sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk", def sp-session = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } sp-std = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } +sp-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407-1", default-features = false } sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } sp-trie = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } sp-version = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } @@ -314,6 +315,7 @@ polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sd xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } +xcm-runtime-apis = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407-1", default-features = false } # Polkadot / XCM (client) kusama-runtime = { package = "staging-kusama-runtime", git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-stable2407-1" }